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

  /src/sys/dev/pci/
if_mcx.c 2347 struct mcx_tx q_tx; member in struct:mcx_queues
3016 struct mcx_tx *tx = &q->q_tx;
7051 struct mcx_tx *tx = &q->q_tx;
7262 tx = &q->q_tx;
7483 tx = &q->q_tx;
7582 struct mcx_tx *tx = &q->q_tx;
7962 struct mcx_tx *tx = &sc->sc_queues[0].q_tx;
7977 tx = &sc->sc_queues[cpu_index(curcpu()) % sc->sc_nqueues].q_tx;
8828 if (mcx_query_sq(sc, &q->q_tx, &u.sq) != 0) {
8833 kstat_kv_u64(kvs++) = q->q_tx.tx_prod
    [all...]

Completed in 18 milliseconds