Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/avf/
Dvirtchnl.h124 VIRTCHNL_OP_DEL_VLAN = 13, enumerator
728 case VIRTCHNL_OP_DEL_VLAN: in virtchnl_vc_validate_vf_msg()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c643 adapter->current_op = VIRTCHNL_OP_DEL_VLAN; in i40evf_del_vlans()
679 i40evf_send_pf_msg(adapter, VIRTCHNL_OP_DEL_VLAN, (u8 *)vvfl, len); in i40evf_del_vlans()
1243 case VIRTCHNL_OP_DEL_VLAN: in i40evf_virtchnl_completion()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2728 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_DEL_VLAN, aq_ret); in i40e_vc_remove_vlan_msg()
3686 case VIRTCHNL_OP_DEL_VLAN: in i40e_vc_process_vf_msg()