Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c619 sc->tx_nfree++; in ural_tx_free()
628 sc->tx_nfree = 0; in ural_setup_tx_list()
637 sc->tx_nfree++; in ural_setup_tx_list()
648 sc->tx_nfree = 0; in ural_unsetup_tx_list()
1028 if (sc->tx_nfree == 0) { in ural_tx_bcn()
1040 sc->tx_nfree--; in ural_tx_bcn()
1075 sc->tx_nfree--; in ural_tx_mgt()
1139 sc->tx_nfree--; in ural_sendprot()
1178 if (error || sc->tx_nfree == 0) { in ural_tx_raw()
1187 sc->tx_nfree--; in ural_tx_raw()
[all …]
H A Dif_uralvar.h104 int tx_nfree; member
H A Dif_rum.c803 sc->tx_nfree++; in rum_tx_free()
812 sc->tx_nfree = 0; in rum_setup_tx_list()
821 sc->tx_nfree++; in rum_setup_tx_list()
844 sc->tx_nfree++; in rum_reset_tx_list()
856 sc->tx_nfree = 0; in rum_unsetup_tx_list()
1438 sc->tx_nfree--; in rum_sendprot()
1502 sc->tx_nfree--; in rum_tx_mgt()
1585 if (error || sc->tx_nfree == 0) in rum_tx_raw()
1596 sc->tx_nfree--; in rum_tx_raw()
1680 if (error || sc->tx_nfree == 0) { in rum_tx_data()
[all …]
H A Dif_rumvar.h125 int tx_nfree; member
H A Dif_runvar.h153 uint32_t tx_nfree; member
H A Dif_zyd.c529 sc->tx_nfree++; in zyd_tx_free()
538 sc->tx_nfree = 0; in zyd_setup_tx_list()
547 sc->tx_nfree++; in zyd_setup_tx_list()
558 sc->tx_nfree = 0; in zyd_unsetup_tx_list()
2446 sc->tx_nfree--; in zyd_tx_start()
2575 while (sc->tx_nfree > 0 && (m = mbufq_dequeue(&sc->sc_snd)) != NULL) { in zyd_start()
2601 if (sc->tx_nfree == 0) { in zyd_raw_xmit()
H A Dif_run.c1188 pq->tx_nfree = RUN_TX_RING_COUNT; in run_setup_tx_list()
1197 pq->tx_nfree = 0; in run_unsetup_tx_list()
3169 pq->tx_nfree++; in run_tx_free()
3303 if (pq->tx_nfree >= RUN_TX_RING_COUNT) { in run_bulk_tx_callbackN()
3495 if (sc->sc_epq[qid].tx_nfree < 3) { in run_tx()
3502 sc->sc_epq[qid].tx_nfree--; in run_tx()
3608 if (sc->sc_epq[0].tx_nfree == 0) in run_tx_mgt()
3613 sc->sc_epq[0].tx_nfree--; in run_tx_mgt()
3657 if (sc->sc_epq[0].tx_nfree == 0) in run_sendprot()
3676 sc->sc_epq[0].tx_nfree--; in run_sendprot()
[all …]
H A Dif_zydreg.h1300 int tx_nfree; member