Home
last modified time | relevance | path

Searched refs:port_cnt (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c175 size_t port_cnt; /* number of attached ports in group */ member
201 unsigned port_cnt; /* including management port */ member
231 unsigned port_cnt; /* including management port */ member
352 for (p = 0; p < sw->port_cnt; p++) { in teardown_fabric()
390 for (p = 0; p < sw->port_cnt; p++) { in teardown_torus()
499 guid_t sw_id, unsigned port_cnt) in alloc_fswitch() argument
520 new_sw_sz = sizeof(*sw) + port_cnt * sizeof(*sw->port); in alloc_fswitch()
529 sw->port_cnt = port_cnt; in alloc_fswitch()
1143 int p, port_cnt; in capture_fabric() local
1180 port_cnt = osm_node_get_num_physp(osm_node); in capture_fabric()
[all …]
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c229 mdev->port_cnt = 0; in mlx4_en_add()
231 mdev->port_cnt++; in mlx4_en_add()
H A Den.h456 u32 port_cnt; member
/freebsd/contrib/wpa/src/ap/
H A Dvlan_full.c348 int port_cnt = 0; in br_getnumports() local
378 port_cnt++; in br_getnumports()
383 return port_cnt; in br_getnumports()
/freebsd/sys/cam/ctl/
H A Dctl_private.h399 int port_cnt; member
H A Dctl.c1978 softc->port_cnt = ctl_max_ports; in ctl_init()
1981 softc->port_cnt = ctl_max_ports / NUM_HA_SHELVES; in ctl_init()
1982 softc->port_min = (softc->ha_id - 1) * softc->port_cnt; in ctl_init()
1984 softc->port_max = softc->port_min + softc->port_cnt; in ctl_init()
7329 pg = softc->port_min / softc->port_cnt; in ctl_report_tagret_port_groups()
7389 if (port->targ_port < g * softc->port_cnt || in ctl_report_tagret_port_groups()
7390 port->targ_port >= (g + 1) * softc->port_cnt) in ctl_report_tagret_port_groups()
9736 g = 2 + ctsio->io_hdr.nexus.targ_port / softc->port_cnt; in ctl_inquiry_evpd_devid()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c84 int port_cnt; member
296 cma_dev->port_cnt = attr.phys_port_cnt; in ucma_init_device()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h30531 uint8_t port_cnt; member