Home
last modified time | relevance | path

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

/linux/include/linux/avf/
H A Dvirtchnl.h120 VIRTCHNL_OP_DEL_VLAN = 13, enumerator
1607 case VIRTCHNL_OP_DEL_VLAN: in virtchnl_vc_validate_vf_msg()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c831 adapter->current_op = VIRTCHNL_OP_DEL_VLAN; in iavf_del_vlans()
872 iavf_send_pf_msg(adapter, VIRTCHNL_OP_DEL_VLAN, (u8 *)vvfl, len); in iavf_del_vlans()
2189 case VIRTCHNL_OP_DEL_VLAN: in iavf_virtchnl_completion()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c2805 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_DEL_VLAN, v_ret, in ice_vc_process_vlan_msg()
4444 case VIRTCHNL_OP_DEL_VLAN: in ice_vc_process_vf_msg()