Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/avf/
Dvirtchnl.h132 VIRTCHNL_OP_ENABLE_VLAN_STRIPPING = 27, enumerator
806 case VIRTCHNL_OP_ENABLE_VLAN_STRIPPING: in virtchnl_vc_validate_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c871 adapter->current_op = VIRTCHNL_OP_ENABLE_VLAN_STRIPPING; in iavf_enable_vlan_stripping()
873 iavf_send_pf_msg(adapter, VIRTCHNL_OP_ENABLE_VLAN_STRIPPING, NULL, 0); in iavf_enable_vlan_stripping()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c3565 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_ENABLE_VLAN_STRIPPING, in ice_vc_ena_vlan_stripping()
3736 case VIRTCHNL_OP_ENABLE_VLAN_STRIPPING: in ice_vc_process_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3158 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_ENABLE_VLAN_STRIPPING, in i40e_vc_enable_vlan_stripping()
3914 case VIRTCHNL_OP_ENABLE_VLAN_STRIPPING: in i40e_vc_process_vf_msg()