Home
last modified time | relevance | path

Searched refs:vf_cap_flags (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/dev/iavf/
H A Diavf_lib.c492 sc->vf_res->vf_cap_flags, IAVF_PRINTF_VF_OFFLOAD_FLAGS); in iavf_print_device_info()
1186 if (sc->vf_res->vf_cap_flags & VIRTCHNL_VF_OFFLOAD_RSS_REG) { in iavf_config_rss()
1189 } else if (sc->vf_res->vf_cap_flags & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in iavf_config_rss()
1413 if (sc->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) in iavf_baudrate_from_link_speed()
H A Diavf_lib.h227 ((_sc)->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_ADV_LINK_SPEED)
H A Dvirtchnl.h294 u32 vf_cap_flags; member
H A Diavf_vc_common.c1296 if (sc->vf_res->vf_cap_flags & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) in iavf_handle_link_event()
H A Diavf_common.c1003 hw->dev_caps.dcb = msg->vf_cap_flags & in iavf_vf_parse_hw_config()
/freebsd-14.2/sys/dev/ixl/
H A Dvirtchnl.h271 u32 vf_cap_flags; member
H A Dixl_pf_iov.c531 reply.vf_cap_flags = VIRTCHNL_VF_OFFLOAD_L2 | in ixl_vf_get_resources_msg()
536 reply.vf_cap_flags = *(u32 *)msg & ( in ixl_vf_get_resources_msg()
H A Di40e_common.c7519 hw->dev_caps.dcb = msg->vf_cap_flags & in i40e_vf_parse_hw_config()
7521 hw->dev_caps.iwarp = (msg->vf_cap_flags & in i40e_vf_parse_hw_config()
/freebsd-14.2/sys/dev/ice/
H A Dvirtchnl.h474 u32 vf_cap_flags; member