Home
last modified time | relevance | path

Searched refs:vf_caps (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c115 if (!(dev->caps.vf_caps & MLX4_VF_CAP_FLAG_RESET)) { in mlx4_reset_slave()
H A Dmlx4_main.c1962 dev->caps.vf_caps |= MLX4_VF_CAP_FLAG_RESET; in mlx4_reset_vf_support()
/freebsd/sys/dev/ice/
H A Dice_iov.c622 u32 vf_caps; in ice_vc_get_vf_res_msg() local
639 vf_caps = *((u32 *)(msg_buf)); in ice_vc_get_vf_res_msg()
641 if (vf_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) in ice_vc_get_vf_res_msg()
644 if (vf_caps & VIRTCHNL_VF_OFFLOAD_WB_ON_ITR) in ice_vc_get_vf_res_msg()
/freebsd/sys/dev/mlx4/
H A Ddevice.h625 u32 vf_caps; member