Home
last modified time | relevance | path

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

/src/sys/ofed/include/uapi/rdma/
H A Dmlx4-abi.h68 __u32 dev_caps; member
/src/contrib/ofed/libmlx4/
H A Dmlx4-abi.h60 __u32 dev_caps; member
H A Dmlx4.c178 if (resp.dev_caps & MLX4_USER_DEV_CAP_64B_CQE) in mlx4_init_context()
/src/sys/dev/iavf/
H A Diavf_common.c999 hw->dev_caps.num_vsis = msg->num_vsis; in iavf_vf_parse_hw_config()
1000 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in iavf_vf_parse_hw_config()
1001 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in iavf_vf_parse_hw_config()
1002 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in iavf_vf_parse_hw_config()
1003 hw->dev_caps.dcb = msg->vf_cap_flags & in iavf_vf_parse_hw_config()
H A Diavf_type.h360 struct iavf_hw_capabilities dev_caps; member
/src/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c697 dev->dev_caps = 0; in ecore_rdma_init_devinfo()
698 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_RNR_NAK, 1); in ecore_rdma_init_devinfo()
699 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_PORT_ACTIVE_EVENT, 1); in ecore_rdma_init_devinfo()
700 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_PORT_CHANGE_EVENT, 1); in ecore_rdma_init_devinfo()
701 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_RESIZE_CQ, 1); in ecore_rdma_init_devinfo()
702 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_BASE_MEMORY_EXT, 1); in ecore_rdma_init_devinfo()
703 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_BASE_QUEUE_EXT, 1); in ecore_rdma_init_devinfo()
704 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_ZBVA, 1); in ecore_rdma_init_devinfo()
705 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_LOCAL_INV_FENCE, 1); in ecore_rdma_init_devinfo()
714 SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_ATOMIC_OP, 1); in ecore_rdma_init_devinfo()
H A Decore_roce_api.h140 u32 dev_caps; member
H A Decore_rdma_api.h151 u32 dev_caps; member
/src/sys/dev/ice/
H A Dice_common.c2404 funcs = ice_hweight8(hw->dev_caps.common_cap.valid_functions & in ice_get_num_per_func()
2759 if (hw->dev_caps.num_funcs > 4) { in ice_recalc_port_limited_caps()
2772 if (caps == &hw->dev_caps.common_cap) in ice_recalc_port_limited_caps()
3167 ice_discover_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_caps) in ice_discover_dev_caps() argument
3186 ice_parse_dev_caps(hw, dev_caps, cbuf, cap_count); in ice_discover_dev_caps()
3233 struct ice_hw_dev_caps *dev_caps = &hw->dev_caps; in ice_set_safe_mode_caps() local
3263 cached_caps = dev_caps->common_cap; in ice_set_safe_mode_caps()
3264 num_funcs = dev_caps->num_funcs; in ice_set_safe_mode_caps()
3267 memset(dev_caps, 0, sizeof(*dev_caps)); in ice_set_safe_mode_caps()
3270 dev_caps->common_cap.name = cached_caps.name in ice_set_safe_mode_caps()
[all …]
H A Dice_type.h1113 struct ice_hw_dev_caps dev_caps; /* device capabilities */ member
1483 return !!(hw->dev_caps.nac_topo.mode & ICE_NAC_TOPO_DUAL_M); in ice_is_nac_dual()
H A Dif_ice_iflib.c3021 if (hw->dev_caps.supported_sensors & ICE_SENSOR_SUPPORT_E810_INT_TEMP) { in ice_init_device_features()
3027 hw->dev_caps.common_cap.next_cluster_id_support) { in ice_init_device_features()
/src/sys/dev/ixgbe/
H A Dixgbe_e610.h60 struct ixgbe_hw_dev_caps *dev_caps);
H A Dixgbe_e610.c1000 funcs = ixgbe_hweight8(hw->dev_caps.common_cap.valid_functions & in ixgbe_get_num_per_func()
1123 struct ixgbe_hw_dev_caps *dev_caps) in ixgbe_discover_dev_caps() argument
1142 ixgbe_parse_dev_caps(hw, dev_caps, cbuf, cap_count); in ixgbe_discover_dev_caps()
1201 status = ixgbe_discover_dev_caps(hw, &hw->dev_caps); in ixgbe_get_caps()
H A Dif_ix.c1303 u16 dev_caps = 0; in ixgbe_check_wol_support() local
1307 ixgbe_get_device_caps(hw, &dev_caps); in ixgbe_check_wol_support()
1308 if ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0_1) || in ixgbe_check_wol_support()
1309 ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0) && in ixgbe_check_wol_support()
H A Dixgbe_type.h4307 struct ixgbe_hw_dev_caps dev_caps; member
/src/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h292 u32 dev_caps; member
/src/sys/dev/ixl/
H A Di40e_common.c3814 p = (struct i40e_hw_capabilities *)&hw->dev_caps; in i40e_parse_discover_capabilities()
7515 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()
7516 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
7517 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
7518 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()
7519 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()
H A Di40e_type.h706 struct i40e_hw_capabilities dev_caps; member
/src/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1060 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()