Home
last modified time | relevance | path

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

/freebsd-10-stable/tools/tools/netrate/netsend/
Dnetsend.c51 int port, port_max; member
192 if (a->port == a->port_max) { in timing_loop()
230 if (a->port == a->port_max) { /* socket already bound */ in timing_loop()
234 if (cur_port > a->port_max) in timing_loop()
329 a.port = a.port_max = port; in main()
334 a.port_max = port; in main()
/freebsd-10-stable/sys/cam/ctl/
Dctl_frontend.c160 softc->port_min, softc->port_max); in ctl_port_register()
Dctl_private.h448 int port_max; member
Dctl.c868 port->targ_port >= softc->port_max || in ctl_isc_announce_port()
929 port->targ_port >= softc->port_max || in ctl_isc_announce_iid()
1052 port->targ_port < softc->port_max) in ctl_isc_ha_link_down()
1744 for (i = softc->port_min; i < softc->port_max; i++) in ctl_est_ua_all()
1770 for (i = softc->port_min; i < softc->port_max; i++) { in ctl_clr_ua_all()
1894 softc->port_max = softc->port_min + softc->port_cnt; in ctl_init()
1896 softc->init_max = softc->port_max * CTL_MAX_INIT_PER_PORT; in ctl_init()
2608 port->targ_port >= softc->port_max) in ctl_ioctl()
3382 lm->port >= softc->port_max || in ctl_ioctl()