Home
last modified time | relevance | path

Searched refs:vp_oper (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
A Dcmd.c1911 vp_oper->vlan_idx = admin_vlan_ix; in mlx4_master_immediate_activate_vlan_qos()
1928 work->vlan_ix = vp_oper->vlan_idx; in mlx4_master_immediate_activate_vlan_qos()
2033 vp_oper->vlan_idx = NO_INDX; in mlx4_master_activate_admin_state()
2043 vp_oper->vlan_idx, slave, port); in mlx4_master_activate_admin_state()
2049 if (0 > vp_oper->mac_idx) { in mlx4_master_activate_admin_state()
2050 err = vp_oper->mac_idx; in mlx4_master_activate_admin_state()
2051 vp_oper->mac_idx = NO_INDX; in mlx4_master_activate_admin_state()
2058 vp_oper->state.mac, vp_oper->mac_idx, slave, port); in mlx4_master_activate_admin_state()
2085 vp_oper->vlan_idx = NO_INDX; in mlx4_master_deactivate_admin_state()
2087 if (NO_INDX != vp_oper->mac_idx) { in mlx4_master_deactivate_admin_state()
[all …]
A Dfw.c261 struct mlx4_vport_oper_state *vp_oper; in mlx4_activate_vst_qinq() local
271 &vp_oper->vlan_idx); in mlx4_activate_vst_qinq()
273 vp_oper->vlan_idx = NO_INDX; in mlx4_activate_vst_qinq()
280 (int)(vp_oper->state.default_vlan), in mlx4_activate_vst_qinq()
281 vp_oper->vlan_idx, slave, port); in mlx4_activate_vst_qinq()
283 vp_oper->state.vlan_proto = vp_admin->vlan_proto; in mlx4_activate_vst_qinq()
284 vp_oper->state.default_vlan = vp_admin->default_vlan; in mlx4_activate_vst_qinq()
285 vp_oper->state.default_qos = vp_admin->default_qos; in mlx4_activate_vst_qinq()
292 struct mlx4_vport_oper_state *vp_oper; in mlx4_handle_vst_qinq() local
312 vp_admin->vlan_proto = vp_oper->state.vlan_proto; in mlx4_handle_vst_qinq()
[all …]
A Dresource_tracker.c754 struct mlx4_vport_oper_state *vp_oper; in update_vport_qp_param() local
761 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port]; in update_vport_qp_param()
768 if (MLX4_VGT != vp_oper->state.default_vlan) { in update_vport_qp_param()
795 if (vp_oper->state.link_state == IFLA_VF_LINK_STATE_DISABLE && in update_vport_qp_param()
804 } else if (0 != vp_oper->state.default_vlan) { in update_vport_qp_param()
805 if (vp_oper->state.vlan_proto == htons(ETH_P_8021AD)) { in update_vport_qp_param()
828 qpc->pri_path.vlan_index = vp_oper->vlan_idx; in update_vport_qp_param()
830 if (vp_oper->state.vlan_proto == htons(ETH_P_8021AD)) in update_vport_qp_param()
836 qpc->pri_path.sched_queue |= (vp_oper->state.default_qos) << 3; in update_vport_qp_param()
837 qpc->qos_vport = vp_oper->state.qos_vport; in update_vport_qp_param()
[all …]

Completed in 22 milliseconds