OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_queue_len
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ieee1394/
if_fwip.c
105
static int
rx_queue_len
= FWMAXQUEUE;
variable
128
"
rx_queue_len
", SYSCTL_DESCR("Length of the receive queue"),
129
NULL, 0, &
rx_queue_len
,
350
xferq->bnchunk =
rx_queue_len
;
383
for (i = 0; i <
rx_queue_len
; i++) {
/src/sys/dev/marvell/
if_mvxpevar.h
135
int
rx_queue_len
;
member in struct:mvxpe_rx_ring
if_mvxpe.c
1011
* sc->sc_rx_ring[q].
rx_queue_len
and sc->sc_tx_ring[q].tx_queue_len.
1107
rx->
rx_queue_len
= rx_default_queue_len[q];
1108
if (rx->
rx_queue_len
> MVXPE_RX_RING_CNT)
1109
rx->
rx_queue_len
= MVXPE_RX_RING_CNT;
1110
rx->rx_queue_th_received = rx->
rx_queue_len
/ MVXPE_RXTH_RATIO;
1111
rx->rx_queue_th_free = rx->
rx_queue_len
/ MVXPE_RXTH_REFILL_RATIO;
2562
refill = rx->
rx_queue_len
- ndesc;
2901
val = rx->
rx_queue_len
;
2927
rx->
rx_queue_len
= val;
2929
rx->
rx_queue_len
/ MVXPE_RXTH_RATIO
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026