Home
last modified time | relevance | path

Searched refs:tx_nfree (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/u4b/wlan/
HDif_rum.c784 sc->tx_nfree++; in rum_tx_free()
793 sc->tx_nfree = 0; in rum_setup_tx_list()
802 sc->tx_nfree++; in rum_setup_tx_list()
813 sc->tx_nfree = 0; in rum_unsetup_tx_list()
1414 sc->tx_nfree--; in rum_sendprot()
1480 sc->tx_nfree--; in rum_tx_mgt()
1567 if (error || sc->tx_nfree == 0) in rum_tx_raw()
1578 sc->tx_nfree--; in rum_tx_raw()
1659 if (error || sc->tx_nfree == 0) { in rum_tx_data()
1672 sc->tx_nfree--; in rum_tx_data()
[all …]
HDif_rumvar.h127 int tx_nfree; member
HDif_runvar.h158 uint32_t tx_nfree; member
HDif_run.c1085 pq->tx_nfree = RUN_TX_RING_COUNT; in run_setup_tx_list()
1094 pq->tx_nfree = 0; in run_unsetup_tx_list()
3051 pq->tx_nfree++; in run_tx_free()
3361 if (sc->sc_epq[qid].tx_nfree < 3) { in run_tx()
3368 sc->sc_epq[qid].tx_nfree--; in run_tx()
3478 if (sc->sc_epq[0].tx_nfree == 0) in run_tx_mgt()
3483 sc->sc_epq[0].tx_nfree--; in run_tx_mgt()
3548 if (sc->sc_epq[0].tx_nfree == 0) in run_sendprot()
3568 sc->sc_epq[0].tx_nfree--; in run_sendprot()
3641 if (sc->sc_epq[0].tx_nfree == 0) { in run_tx_param()
[all …]