Home
last modified time | relevance | path

Searched refs:VIRTCHNL_OP_DISABLE_VLAN_STRIPPING (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/avf/
Dvirtchnl.h133 VIRTCHNL_OP_DISABLE_VLAN_STRIPPING = 28, enumerator
807 case VIRTCHNL_OP_DISABLE_VLAN_STRIPPING: in virtchnl_vc_validate_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c890 adapter->current_op = VIRTCHNL_OP_DISABLE_VLAN_STRIPPING; in iavf_disable_vlan_stripping()
892 iavf_send_pf_msg(adapter, VIRTCHNL_OP_DISABLE_VLAN_STRIPPING, NULL, 0); in iavf_disable_vlan_stripping()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c3601 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_DISABLE_VLAN_STRIPPING, in ice_vc_dis_vlan_stripping()
3739 case VIRTCHNL_OP_DISABLE_VLAN_STRIPPING: in ice_vc_process_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3184 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_DISABLE_VLAN_STRIPPING, in i40e_vc_disable_vlan_stripping()
3917 case VIRTCHNL_OP_DISABLE_VLAN_STRIPPING: in i40e_vc_process_vf_msg()