Home
last modified time | relevance | path

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

/linux/include/linux/avf/
H A Dvirtchnl.h152 VIRTCHNL_OP_DEL_VLAN_V2 = 53, enumerator
1710 case VIRTCHNL_OP_DEL_VLAN_V2: in virtchnl_vc_validate_vf_msg()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c877 adapter->current_op = VIRTCHNL_OP_DEL_VLAN_V2; in iavf_del_vlans()
930 iavf_send_pf_msg(adapter, VIRTCHNL_OP_DEL_VLAN_V2, in iavf_del_vlans()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c3527 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_DEL_VLAN_V2, v_ret, NULL, in ice_vc_remove_vlan_v2_msg()
4480 case VIRTCHNL_OP_DEL_VLAN_V2: in ice_vc_process_vf_msg()