Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c96 ALLOW_ITEM(VIRTCHNL_VF_OFFLOAD_REQ_QUEUES, req_queues_allowlist_opcodes),
Dice_virtchnl.c483 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_REQ_QUEUES) in ice_vc_get_vf_res_msg()
484 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_REQ_QUEUES; in ice_vc_get_vf_res_msg()
/linux-6.1.9/include/linux/avf/
Dvirtchnl.h253 #define VIRTCHNL_VF_OFFLOAD_REQ_QUEUES BIT(6) macro
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2173 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_REQ_QUEUES) in i40e_vc_get_vf_resources_msg()
2174 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_REQ_QUEUES; in i40e_vc_get_vf_resources_msg()
/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c146 VIRTCHNL_VF_OFFLOAD_REQ_QUEUES | in iavf_send_vf_config_msg()