Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/avf/
Dvirtchnl.h132 VIRTCHNL_OP_ENABLE_VLAN_STRIPPING = 27, enumerator
801 case VIRTCHNL_OP_ENABLE_VLAN_STRIPPING: in virtchnl_vc_validate_vf_msg()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c897 adapter->current_op = VIRTCHNL_OP_ENABLE_VLAN_STRIPPING; in iavf_enable_vlan_stripping()
899 iavf_send_pf_msg(adapter, VIRTCHNL_OP_ENABLE_VLAN_STRIPPING, NULL, 0); in iavf_enable_vlan_stripping()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c2856 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_ENABLE_VLAN_STRIPPING, in ice_vc_ena_vlan_stripping()
2987 case VIRTCHNL_OP_ENABLE_VLAN_STRIPPING: in ice_vc_process_vf_msg()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3074 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_ENABLE_VLAN_STRIPPING, in i40e_vc_enable_vlan_stripping()
3830 case VIRTCHNL_OP_ENABLE_VLAN_STRIPPING: in i40e_vc_process_vf_msg()