Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/avf/
Dvirtchnl.h137 VIRTCHNL_OP_DISABLE_VLAN_STRIPPING = 28, enumerator
791 case VIRTCHNL_OP_DISABLE_VLAN_STRIPPING: in virtchnl_vc_validate_vf_msg()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c896 adapter->current_op = VIRTCHNL_OP_DISABLE_VLAN_STRIPPING; in i40evf_disable_vlan_stripping()
898 i40evf_send_pf_msg(adapter, VIRTCHNL_OP_DISABLE_VLAN_STRIPPING, in i40evf_disable_vlan_stripping()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2976 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_DISABLE_VLAN_STRIPPING, in i40e_vc_disable_vlan_stripping()
3716 case VIRTCHNL_OP_DISABLE_VLAN_STRIPPING: in i40e_vc_process_vf_msg()