Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c54 VIRTCHNL_OP_ADD_VLAN, VIRTCHNL_OP_DEL_VLAN,
Dice_virtchnl.c2337 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_DEL_VLAN, v_ret, in ice_vc_process_vlan_msg()
3587 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_DEL_VLAN, in ice_vc_repr_del_vlan()
3776 case VIRTCHNL_OP_DEL_VLAN: in ice_vc_process_vf_msg()
/linux-5.19.10/include/linux/avf/
Dvirtchnl.h120 VIRTCHNL_OP_DEL_VLAN = 13, enumerator
1415 case VIRTCHNL_OP_DEL_VLAN: in virtchnl_vc_validate_vf_msg()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c837 adapter->current_op = VIRTCHNL_OP_DEL_VLAN; in iavf_del_vlans()
871 iavf_send_pf_msg(adapter, VIRTCHNL_OP_DEL_VLAN, (u8 *)vvfl, len); in iavf_del_vlans()
1974 case VIRTCHNL_OP_DEL_VLAN: in iavf_virtchnl_completion()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3143 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_DEL_VLAN, aq_ret); in i40e_vc_remove_vlan_msg()
4066 case VIRTCHNL_OP_DEL_VLAN: in i40e_vc_process_vf_msg()