Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/include/uapi/rdma/
H A Dmlx4-abi.h70 __u32 dev_caps; member
/freebsd-13.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-13.1/sys/dev/iavf/
H A Diavf_common.c1000 hw->dev_caps.num_vsis = msg->num_vsis; in iavf_vf_parse_hw_config()
1001 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in iavf_vf_parse_hw_config()
1002 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in iavf_vf_parse_hw_config()
1003 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in iavf_vf_parse_hw_config()
1004 hw->dev_caps.dcb = msg->vf_cap_flags & in iavf_vf_parse_hw_config()
H A Diavf_type.h361 struct iavf_hw_capabilities dev_caps; member
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c699 dev->dev_caps = 0; in ecore_rdma_init_devinfo()
700 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_RNR_NAK, 1); in ecore_rdma_init_devinfo()
701 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_PORT_ACTIVE_EVENT, 1); in ecore_rdma_init_devinfo()
702 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_PORT_CHANGE_EVENT, 1); in ecore_rdma_init_devinfo()
703 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_RESIZE_CQ, 1); in ecore_rdma_init_devinfo()
704 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_BASE_MEMORY_EXT, 1); in ecore_rdma_init_devinfo()
705 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_BASE_QUEUE_EXT, 1); in ecore_rdma_init_devinfo()
706 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_ZBVA, 1); in ecore_rdma_init_devinfo()
707 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_LOCAL_INV_FENCE, 1); in ecore_rdma_init_devinfo()
716 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_ATOMIC_OP, 1); in ecore_rdma_init_devinfo()
H A Decore_roce_api.h142 u32 dev_caps; member
H A Decore_rdma_api.h153 u32 dev_caps; member
/freebsd-13.1/sys/dev/ice/
H A Dice_common.c2479 if (hw->dev_caps.num_funcs > 4) { in ice_recalc_port_limited_caps()
2768 ice_parse_dev_caps(hw, dev_caps, cbuf, cap_count); in ice_discover_dev_caps()
2815 struct ice_hw_dev_caps *dev_caps = &hw->dev_caps; in ice_set_safe_mode_caps() local
2845 cached_caps = dev_caps->common_cap; in ice_set_safe_mode_caps()
2846 num_funcs = dev_caps->num_funcs; in ice_set_safe_mode_caps()
2849 memset(dev_caps, 0, sizeof(*dev_caps)); in ice_set_safe_mode_caps()
2852 dev_caps->common_cap.name = cached_caps.name in ice_set_safe_mode_caps()
2861 dev_caps->num_funcs = num_funcs; in ice_set_safe_mode_caps()
2864 dev_caps->common_cap.num_rxq = num_funcs; in ice_set_safe_mode_caps()
2865 dev_caps->common_cap.num_txq = num_funcs; in ice_set_safe_mode_caps()
[all …]
H A Dice_type.h1003 struct ice_hw_dev_caps dev_caps; /* device capabilities */ member
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h297 u32 dev_caps; member
/freebsd-13.1/sys/dev/ixl/
H A Di40e_common.c3814 p = (struct i40e_hw_capabilities *)&hw->dev_caps; in i40e_parse_discover_capabilities()
7518 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()
7519 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
7520 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
7521 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()
7522 hw->dev_caps.dcb = msg->vf_cap_flags & in i40e_vf_parse_hw_config()
7524 hw->dev_caps.iwarp = (msg->vf_cap_flags & in i40e_vf_parse_hw_config()
H A Di40e_type.h707 struct i40e_hw_capabilities dev_caps; member
/freebsd-13.1/sys/dev/ixgbe/
H A Dif_ix.c1150 u16 dev_caps = 0; in ixgbe_check_wol_support() local
1154 ixgbe_get_device_caps(hw, &dev_caps); in ixgbe_check_wol_support()
1155 if ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0_1) || in ixgbe_check_wol_support()
1156 ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0) && in ixgbe_check_wol_support()
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1059 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()