Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/uapi/rdma/
H A Dmlx4-abi.h68 __u32 dev_caps; member
/freebsd/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()
/freebsd/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
/freebsd/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
/freebsd/sys/dev/ice/
H A Dice_common.c2395 funcs = ice_hweight8(hw->dev_caps.common_cap.valid_functions & in ice_parse_common_caps()
2750 if (hw->dev_caps.num_funcs > 4) { in ice_parse_sensor_reading_cap()
2763 if (caps == &hw->dev_caps.common_cap)
2899 ice_debug(hw, ICE_DBG_INIT, "dev_caps: num_vfs_exposed = %u\n",
3152 * @dev_caps: pointer to device capabilities structure in ice_get_link_speed_based_on_phy_type()
3154 * Read the device capabilities and extract them into the dev_caps structure in ice_get_link_speed_based_on_phy_type()
3158 ice_discover_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_caps) in ice_get_link_speed_based_on_phy_type()
3177 ice_parse_dev_caps(hw, dev_caps, cbuf, cap_count); in ice_get_link_speed_based_on_phy_type()
3224 struct ice_hw_dev_caps *dev_caps = &hw->dev_caps; in ice_get_link_speed_based_on_phy_type()
2871 ice_discover_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_caps) ice_discover_dev_caps() argument
2937 struct ice_hw_dev_caps *dev_caps = &hw->dev_caps; ice_set_safe_mode_caps() local
[all...]
H A Dice_type.h1113 struct ice_hw_dev_caps dev_caps; /* device capabilities */
1483 return !!(hw->dev_caps.nac_topo.mode & ICE_NAC_TOPO_DUAL_M);
1089 struct ice_hw_dev_caps dev_caps; /* device capabilities */ global() member
H A Dif_ice_iflib.c2946 if (hw->dev_caps.supported_sensors & ICE_SENSOR_SUPPORT_E810_INT_TEMP) { in ice_init_device_features()
2952 hw->dev_caps.common_cap.next_cluster_id_support) { in ice_init_device_features()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h292 u32 dev_caps; member
/freebsd/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
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1230 u16 dev_caps = 0; in ixgbe_check_wol_support() local
1234 ixgbe_get_device_caps(hw, &dev_caps); in ixgbe_check_wol_support()
1235 if ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0_1) || in ixgbe_check_wol_support()
1236 ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0) && in ixgbe_check_wol_support()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1060 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()