Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ofed/include/uapi/rdma/
H A Dmlx4-abi.h70 __u32 dev_caps; member
/freebsd-12.1/contrib/ofed/libmlx4/
H A Dmlx4-abi.h60 __u32 dev_caps; member
H A Dmlx4.c177 if (resp.dev_caps & MLX4_USER_DEV_CAP_64B_CQE) in mlx4_init_context()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h143 u32 dev_caps; member
H A Decore_rdma_api.h153 u32 dev_caps; member
/freebsd-12.1/sys/dev/ixl/
H A Di40e_common.c3668 p = (struct i40e_hw_capabilities *)&hw->dev_caps; in i40e_parse_discover_capabilities()
6958 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()
6959 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
6960 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
6961 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()
6962 hw->dev_caps.dcb = msg->vf_cap_flags & in i40e_vf_parse_hw_config()
6964 hw->dev_caps.iwarp = (msg->vf_cap_flags & in i40e_vf_parse_hw_config()
H A Di40e_type.h682 struct i40e_hw_capabilities dev_caps; member
/freebsd-12.1/sys/dev/ixgbe/
H A Dif_ix.c1139 u16 dev_caps = 0; in ixgbe_check_wol_support() local
1143 ixgbe_get_device_caps(hw, &dev_caps); in ixgbe_check_wol_support()
1144 if ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0_1) || in ixgbe_check_wol_support()
1145 ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0) && in ixgbe_check_wol_support()
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1056 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()