Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h240 #define VIRTCHNL_VF_OFFLOAD_RDMA BIT(1) macro
241 #define VIRTCHNL_VF_CAP_RDMA VIRTCHNL_VF_OFFLOAD_RDMA
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h395 VIRTCHNL_VF_OFFLOAD_RDMA : \
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2154 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RDMA)) { in i40e_vc_get_vf_resources_msg()
2155 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_RDMA; in i40e_vc_get_vf_resources_msg()