Searched refs:rx_queue_len (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/firewire/ |
| D | if_fwe.c | 87 static int rx_queue_len = FWMAXQUEUE; variable 98 SYSCTL_INT(_hw_firewire_fwe, OID_AUTO, rx_queue_len, CTLFLAG_RW, &rx_queue_len, 103 TUNABLE_INT("hw.firewire.fwe.rx_queue_len", &rx_queue_len); 344 xferq->bnchunk = rx_queue_len; in fwe_init()
|
| D | if_fwip.c | 100 static int rx_queue_len = FWMAXQUEUE; variable 107 SYSCTL_INT(_hw_firewire_fwip, OID_AUTO, rx_queue_len, CTLFLAG_RW, &rx_queue_len, 110 TUNABLE_INT("hw.firewire.fwip.rx_queue_len", &rx_queue_len); 319 xferq->bnchunk = rx_queue_len; in fwip_init() 348 for (i = 0; i < rx_queue_len; i ++) { in fwip_init()
|