Searched refs:open_vccs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/dev/hatm/ |
| HD | if_hatm_ioctl.c | 167 sc->open_vccs++; in hatm_open_vcc() 209 sc->open_vccs--; in hatm_vcc_closed() 336 HE_MAX_VCCS, sc->open_vccs, &sc->mtx, 1); in hatm_ioctl() 344 HE_MAX_VCCS, sc->open_vccs, &sc->mtx, 0); in hatm_ioctl()
|
| HD | if_hatmvar.h | 441 u_int open_vccs; member
|
| HD | if_hatm.c | 2378 sc->open_vccs--; in hatm_stop()
|
| /freebsd-11-stable/sys/dev/fatm/ |
| HD | if_fatm.c | 531 sc->open_vccs = 0; in fatm_stop() 540 sc->open_vccs++; in fatm_stop() 1084 nbufs = max(4 * sc->open_vccs, 32); in fatm_supply_small_buffers() 1173 nbufs = max(4 * sc->open_vccs, 32); in fatm_supply_large_buffers() 2289 sc->open_vccs++; in fatm_open_vcc() 2294 sc->open_vccs--; in fatm_open_vcc() 2353 sc->open_vccs--; in fatm_close_finish() 2499 FORE_MAX_VCC + 1, sc->open_vccs, &sc->mtx, 1); in fatm_ioctl() 2507 FORE_MAX_VCC + 1, sc->open_vccs, &sc->mtx, 0); in fatm_ioctl()
|
| HD | if_fatmvar.h | 231 int open_vccs; /* number of vccs in use */ member
|