Home
last modified time | relevance | path

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

/freebsd-11-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()
1031 if (sc->tx_nfree == 0) { in ural_tx_bcn()
1043 sc->tx_nfree--; in ural_tx_bcn()
1079 sc->tx_nfree--; in ural_tx_mgt()
1162 sc->tx_nfree--; in ural_sendprot()
1201 if (error || sc->tx_nfree == 0) { in ural_tx_raw()
1210 sc->tx_nfree--; in ural_tx_raw()
[all …]
HDif_uralvar.h105 int tx_nfree; member
HDif_rum.c789 sc->tx_nfree++; in rum_tx_free()
798 sc->tx_nfree = 0; in rum_setup_tx_list()
807 sc->tx_nfree++; in rum_setup_tx_list()
818 sc->tx_nfree = 0; in rum_unsetup_tx_list()
1398 sc->tx_nfree--; in rum_sendprot()
1464 sc->tx_nfree--; in rum_tx_mgt()
1551 if (error || sc->tx_nfree == 0) in rum_tx_raw()
1562 sc->tx_nfree--; in rum_tx_raw()
1643 if (error || sc->tx_nfree == 0) { in rum_tx_data()
1656 sc->tx_nfree--; in rum_tx_data()
[all …]
HDif_rumvar.h125 int tx_nfree; member
HDif_runvar.h156 uint32_t tx_nfree; member
HDif_zyd.c530 sc->tx_nfree++; in zyd_tx_free()
539 sc->tx_nfree = 0; in zyd_setup_tx_list()
548 sc->tx_nfree++; in zyd_setup_tx_list()
559 sc->tx_nfree = 0; in zyd_unsetup_tx_list()
2437 sc->tx_nfree--; in zyd_tx_start()
2566 while (sc->tx_nfree > 0 && (m = mbufq_dequeue(&sc->sc_snd)) != NULL) { in zyd_start()
2592 if (sc->tx_nfree == 0) { in zyd_raw_xmit()
HDif_run.c1074 pq->tx_nfree = RUN_TX_RING_COUNT; in run_setup_tx_list()
1083 pq->tx_nfree = 0; in run_unsetup_tx_list()
3024 pq->tx_nfree++; in run_tx_free()
3336 if (sc->sc_epq[qid].tx_nfree < 3) { in run_tx()
3343 sc->sc_epq[qid].tx_nfree--; in run_tx()
3453 if (sc->sc_epq[0].tx_nfree == 0) in run_tx_mgt()
3458 sc->sc_epq[0].tx_nfree--; in run_tx_mgt()
3523 if (sc->sc_epq[0].tx_nfree == 0) in run_sendprot()
3543 sc->sc_epq[0].tx_nfree--; in run_sendprot()
3616 if (sc->sc_epq[0].tx_nfree == 0) { in run_tx_param()
[all …]
HDif_zydreg.h1300 int tx_nfree; member