Searched refs:num_ports (Results 126 - 150 of 152) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c402 if (ib_ah_attr->port_num == 0 || ib_ah_attr->port_num > dev->limits.num_ports)
676 if (attr->alt_port_num == 0 || attr->alt_port_num > dev->limits.num_ports) {
880 (attr->port_num == 0 || attr->port_num > dev->limits.num_ports)) {
H A Dmthca_provider.c1222 dev->ib_dev.phys_port_cnt = dev->limits.num_ports;
H A Dmthca_cmd.c1116 dev_lim->num_ports = field & 0xf;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c469 list->num_ports = nports;
/freebsd-11-stable/sys/mips/rmi/dev/nlge/
H A Dif_nlge.h1109 uint32_t num_ports; member in struct:nlna_softc
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c868 for (i = 1; i < p_sw->num_ports; i++) {
H A Dosm_helper.c1318 ib_get_node_type_str(p_ni->node_type), p_ni->num_ports,
1386 ib_get_node_type_str(p_ni->node_type), p_ni->num_ports,
H A Dosm_ucast_ftree.c552 if (p_osm_sw->num_ports == 1)
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore.h861 u8 num_ports; member in struct:ecore_dev
H A Decore_dbg_fw_funcs.c209 u8 num_ports; member in struct:chip_platform_defs
3210 for (port_id = 0; port_id < chip_platform->num_ports; port_id++) {
5069 if (port_id >= s_chip_defs[dev_data->chip_id].per_platform[dev_data->platform_id].num_ports || (send_to_other_engine && rcv_from_other_engine))
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h668 int num_ports; member in struct:mlx5_ib_dev
694 /* Array with num_ports elements */
H A Dmlx5_ib_qp.c2881 attr->port_num > MLX5_CAP_GEN(dev->mdev, num_ports))) {
2883 attr->port_num, dev->num_ports);
4269 ib_ah_attr->port_num > MLX5_CAP_GEN(dev, num_ports))
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c3957 hw->num_ports = 0;
3967 hw->num_ports++;
3985 hw->num_ports = 4;
4001 if (hw->num_ports != 0) {
4002 hw->partition_id = (hw->pf_id / hw->num_ports) + 1;
4003 hw->num_partitions = num_functions / hw->num_ports;
H A Di40e_type.h720 u16 num_ports; member in struct:i40e_hw
H A Dixl_pf_main.c4912 u32 offset, num_ports; local
4945 num_ports = bitcount32(hw->func_caps.valid_functions);
4948 if ((num_ports * max_speed) > hw->bus.speed * hw->bus.width) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h3665 uint64_t num_ports : 4; /**< Number of loopback ports, 0 <= NUM_PORTS <= 8 */ member in struct:cvmx_pko_reg_loopback_pkind::cvmx_pko_reg_loopback_pkind_s
3667 uint64_t num_ports : 4;
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c329 for (u_int i = 0; i < hp->num_ports; i++) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c565 for (j = 0; j < dev->caps.num_ports;
571 dev->caps.num_ports) - 1;
618 for (j = 0; j < dev->caps.num_ports; j++)
2172 if (!in_port && port > 0 && port <= dev->caps.num_ports) {
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c171 ib_get_node_type_str(ni->node_type), ni->num_ports,
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c292 nvec += MLX5_CAP_GEN(dev, num_ports) * num_online_cpus();
/freebsd-11-stable/testcode/
H A Dfake_event.c1036 size_t ATTR_UNUSED(num_ports), char** ATTR_UNUSED(ifs),
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4418 uint8_t num_ports;
9640 uint8_t num_ports;
9797 * num_ports
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c3497 int num_ports; member in struct:cctl_portlist_data
3541 portlist->num_ports++;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c1643 if (attr->port_num < 1 || attr->port_num > ctx->num_ports)
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.c2964 topo_change.num_ports = event_data->NumPorts;

Completed in 607 milliseconds

1234567