Searched refs:port_count (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c223 unsigned int *node_count, unsigned int *port_count)
249 offset += _unmarshall32(buf + offset, port_count);
627 unsigned int port_count = 0; local
660 if (_load_header_info(fd, fabric_cache, &node_count, &port_count) < 0)
668 for (i = 0; i < port_count; i++) {
791 unsigned int port_count)
797 offset += _marshall32(buf + offset, port_count);
891 unsigned int port_count = 0; local
948 port_count++;
953 if (_cache_header_counts(fd, node_count, port_count) <
222 _load_header_info(int fd, ibnd_fabric_cache_t * fabric_cache, unsigned int *node_count, unsigned int *port_count) argument
790 _cache_header_counts(int fd, unsigned int node_count, unsigned int port_count) argument
[all...]
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c306 uint32_t port_count = 0; local
368 p_attr_array[port_count] =
372 port_count++;
H A Dosm_vendor_mtl_hca_guid.c318 uint32_t port_count = 0; local
390 p_attr_array[port_count] =
393 port_count++;
H A Dosm_vendor_mlx_hca_pfs.c589 uint32_t port_count = 0; local
650 p_attr_array[port_count] =
655 port_count++;
H A Dosm_vendor_mlx_hca_sim.c635 uint32_t port_count = 0; local
696 p_attr_array[port_count] =
701 port_count++;
H A Dosm_vendor_al.c585 uint32_t port_count = 0; local
645 p_attr_array[port_count] =
648 port_count++;
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1193 uint32_t port_count[255]; /* max ports is a uint8_t */ local
1219 memset(port_count, '\0', sizeof(uint32_t) * 255);
1263 port_count[port_num]++;
1278 if (!port_count[i])
1280 if (port_count[i] < port_min_count)
1281 port_min_count = port_count[i];
1282 if (port_count[i] > port_max_count)
1283 port_max_count = port_count[i];
1333 if (!port_count[i])
1336 port_count[
[all...]
H A Dosm_ucast_lash.c1060 int i, port_count; local
1067 port_count = osm_node_get_num_physp(p_sw->p_node);
1070 for (i = 1; i < port_count; i++) {
1151 uint16_t port_count; local
1160 port_count = osm_node_get_num_physp(p_sw->p_node);
1163 for (i = 1; i < port_count; i++) {
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_fabric.c1849 uint32_t port_count; local
1870 port_count = 0;
1873 port_count ++;
1877 active_nodes = ocs_malloc(node->ocs, port_count * sizeof(*active_nodes), OCS_M_NOWAIT | OCS_M_ZERO);
1905 for (j = 0; j < port_count; j ++) {
1916 for (i = 0; i < port_count; i ++) {
1931 ocs_free(ocs, active_nodes, port_count * sizeof(*active_nodes));
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh394 u_long port_start, port_count;
449 &port_start, &port_count);
450 if (port_count != NUMPORTS) {
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h234 u32 port_count; member in struct:struct_mac_stats
240 u32 port_count; member in struct:struct_mac_stats_rev1
H A Dcudbg_lib.c1296 mac_stats_buff->port_count = n;
1297 for (i = 0; i < mac_stats_buff->port_count; i++)
/freebsd-13-stable/sys/dev/mfi/
H A Dmfireg.h741 uint8_t port_count; member in struct:mfi_info_host
753 uint8_t port_count; member in struct:mfi_info_device
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_db.c726 u_short port_count,
780 for (j = 0; j < port_count; j++)
787 if (j == port_count)
721 FindNewPortGroup(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, u_short port_count, u_char proto, u_char align) argument
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.h2043 u_int8_t port_count; member in struct:mrsas_ctrl_info::__anon13267
2056 u_int8_t port_count; member in struct:mrsas_ctrl_info::__anon13268
/freebsd-13-stable/sys/dev/ice/
H A Dice_adminq_cmd.h1622 u8 port_count; member in struct:ice_aqc_dnl_get_status_data

Completed in 247 milliseconds