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

/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c906 uint32_t port_count[255]; /* max ports is a uint8_t */ local
932 memset(port_count, '\0', sizeof(uint32_t) * 255);
975 port_count[port_num]++;
990 if (!port_count[i])
992 if (port_count[i] < port_min_count)
993 port_min_count = port_count[i];
994 if (port_count[i] > port_max_count)
995 port_max_count = port_count[i];
1045 if (!port_count[i])
1048 port_count[
[all...]
H A Dosm_ucast_lash.c1109 int i, port_count; local
1116 port_count = osm_node_get_num_physp(p_sw->p_node);
1119 for (i = 1; i < port_count; i++) {
1201 uint16_t port_count; local
1210 port_count = osm_node_get_num_physp(p_sw->p_node);
1213 for (i = 1; i < port_count; i++) {
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c308 uint32_t port_count = 0; local
370 p_attr_array[port_count] =
374 port_count++;
H A Dosm_vendor_mtl_hca_guid.c320 uint32_t port_count = 0; local
392 p_attr_array[port_count] =
395 port_count++;
H A Dosm_vendor_mlx_hca_pfs.c591 uint32_t port_count = 0; local
652 p_attr_array[port_count] =
657 port_count++;
H A Dosm_vendor_mlx_hca_sim.c637 uint32_t port_count = 0; local
698 p_attr_array[port_count] =
703 port_count++;
H A Dosm_vendor_al.c613 uint32_t port_count = 0; local
673 p_attr_array[port_count] =
676 port_count++;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c134 int port_count; member in struct:sa_db_device
726 for (i = 0; i < dev->port_count; i++)
1199 dev->port_count = e - s + 1;
1201 for (i = 0; i < dev->port_count; i++) {
1236 for (i = 0; i < dev->port_count; i++)
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh395 u_long port_start, port_count;
450 &port_start, &port_count);
451 if (port_count != NUMPORTS) {
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfireg.h738 uint8_t port_count; member in struct:mfi_info_host
750 uint8_t port_count; member in struct:mfi_info_device
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_db.c737 u_short port_count,
793 for (j = 0; j < port_count; j++)
800 if (j == port_count)
732 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-9.3-release/sys/dev/mrsas/
H A Dmrsas.h1530 u_int8_t port_count; member in struct:mrsas_ctrl_info::__anon8374
1543 u_int8_t port_count; member in struct:mrsas_ctrl_info::__anon8375

Completed in 314 milliseconds