HomeSort by: relevance | last modified time | path
    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 in typeref:typename:int
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 1017 * sc->sc_rx_ring[q].rx_queue_len and sc->sc_tx_ring[q].tx_queue_len.
1113 rx->rx_queue_len = rx_default_queue_len[q];
1114 if (rx->rx_queue_len > MVXPE_RX_RING_CNT)
1115 rx->rx_queue_len = MVXPE_RX_RING_CNT;
1116 rx->rx_queue_th_received = rx->rx_queue_len / MVXPE_RXTH_RATIO;
1117 rx->rx_queue_th_free = rx->rx_queue_len / MVXPE_RXTH_REFILL_RATIO;
2568 refill = rx->rx_queue_len - ndesc;
2907 val = rx->rx_queue_len;
2933 rx->rx_queue_len = val;
2935 rx->rx_queue_len / MVXPE_RXTH_RATIO
    [all...]

Completed in 14 milliseconds