Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/wlan/
HDif_ural.c621 sc->tx_nfree++; in ural_tx_free()
630 sc->tx_nfree = 0; in ural_setup_tx_list()
639 sc->tx_nfree++; in ural_setup_tx_list()
650 sc->tx_nfree = 0; in ural_unsetup_tx_list()
1030 if (sc->tx_nfree == 0) { in ural_tx_bcn()
1042 sc->tx_nfree--; in ural_tx_bcn()
1077 sc->tx_nfree--; in ural_tx_mgt()
1144 sc->tx_nfree--; in ural_sendprot()
1183 if (error || sc->tx_nfree == 0) { in ural_tx_raw()
1192 sc->tx_nfree--; in ural_tx_raw()
[all …]
HDif_uralvar.h104 int tx_nfree; member
HDif_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()
1503 sc->tx_nfree--; in rum_tx_mgt()
1588 if (error || sc->tx_nfree == 0) in rum_tx_raw()
1599 sc->tx_nfree--; in rum_tx_raw()
1683 if (error || sc->tx_nfree == 0) { in rum_tx_data()
[all …]
HDif_rumvar.h125 int tx_nfree; member
HDif_runvar.h153 uint32_t tx_nfree; member
HDif_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()
2577 while (sc->tx_nfree > 0 && (m = mbufq_dequeue(&sc->sc_snd)) != NULL) { in zyd_start()
2603 if (sc->tx_nfree == 0) { in zyd_raw_xmit()
HDif_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()
3610 if (sc->sc_epq[0].tx_nfree == 0) in run_tx_mgt()
3615 sc->sc_epq[0].tx_nfree--; in run_tx_mgt()
3659 if (sc->sc_epq[0].tx_nfree == 0) in run_sendprot()
3678 sc->sc_epq[0].tx_nfree--; in run_sendprot()
[all …]
HDif_zydreg.h1300 int tx_nfree; member