Home
last modified time | relevance | path

Searched refs:port_max (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/netrate/netsend/
H A Dnetsend.c49 int port, port_max; member
190 if (a->port == a->port_max) { in timing_loop()
228 if (a->port == a->port_max) { /* socket already bound */ in timing_loop()
232 if (cur_port > a->port_max) in timing_loop()
327 a.port = a.port_max = port; in main()
332 a.port_max = port; in main()
/freebsd/sys/cam/ctl/
H A Dctl_frontend.c159 softc->port_min, softc->port_max); in ctl_port_register()
H A Dctl_private.h398 int port_max; member
H A Dctl.c872 port->targ_port >= softc->port_max || in ctl_isc_announce_port()
933 port->targ_port >= softc->port_max || in ctl_isc_announce_iid()
1057 port->targ_port < softc->port_max) in ctl_isc_ha_link_down()
1816 for (i = softc->port_min; i < softc->port_max; i++) in ctl_est_ua_all()
1842 for (i = softc->port_min; i < softc->port_max; i++) { in ctl_clr_ua_all()
1984 softc->port_max = softc->port_min + softc->port_cnt; in ctl_init()
1986 softc->init_max = softc->port_max * CTL_MAX_INIT_PER_PORT; in ctl_init()
2599 port->targ_port >= softc->port_max) in ctl_ioctl()
3486 lm->port >= softc->port_max || in ctl_ioctl()