HomeSort by: relevance | last modified time | path
    Searched defs:txarg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_mvxpe.c 3116 struct mvxpe_sysctl_queue *txarg = &sc->sc_sysctl_tx_queue[q]; local in function:sysctl_mvxpe_init
3137 rxarg->sc = txarg->sc = sc;
3138 rxarg->queue = txarg->queue = q;
3140 txarg->rxtx = MVXPE_SYSCTL_TX;
3196 sysctl_set_queue_length, 0, (void *)txarg, 0,
if_mvxpe.c 3116 struct mvxpe_sysctl_queue *txarg = &sc->sc_sysctl_tx_queue[q]; local in function:sysctl_mvxpe_init
3137 rxarg->sc = txarg->sc = sc;
3138 rxarg->queue = txarg->queue = q;
3140 txarg->rxtx = MVXPE_SYSCTL_TX;
3196 sysctl_set_queue_length, 0, (void *)txarg, 0,

Completed in 127 milliseconds