Home
last modified time | relevance | path

Searched refs:tx_queued (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c52 td->tx_queued - td->tx_done < tx_queued_limit && in mt76_testmode_tx_pending()
62 td->tx_queued++; in mt76_testmode_tx_pending()
275 td->tx_queued = 0; in mt76_testmode_tx_start()
293 wait_event_timeout(dev->tx_wait, td->tx_done == td->tx_queued, in mt76_testmode_tx_stop()
559 nla_put_u32(msg, MT76_TM_STATS_ATTR_TX_QUEUED, td->tx_queued) || in mt76_testmode_dump_stats()
H A Dtx.c264 if (phy->test.tx_queued == phy->test.tx_done) in __mt76_tx_complete_skb()
H A Dmt76.h700 u32 tx_queued; member
/freebsd-14.2/sys/dev/fxp/
H A Dif_fxp.c1347 if (sc->tx_queued > FXP_NTXCB_HIWAT) in fxp_start_body()
1356 while (!if_sendq_empty(ifp) && sc->tx_queued < FXP_NTXCB - 1) { in fxp_start_body()
1632 if (sc->tx_queued != FXP_CXINT_THRESH - 1) in fxp_encap()
1654 if (sc->tx_queued == 0) in fxp_encap()
1657 sc->tx_queued++; in fxp_encap()
1753 for (txp = sc->fxp_desc.tx_first; sc->tx_queued && in fxp_txeof()
1765 sc->tx_queued--; in fxp_txeof()
1771 if (sc->tx_queued == 0) in fxp_txeof()
2217 sc->tx_queued = 0; in fxp_stop()
2528 sc->tx_queued = 1; in fxp_init_body()
H A Dif_fxpvar.h200 int tx_queued; /* # of active TxCB's */ member
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dpci.h222 DECLARE_BITMAP(tx_queued, RTK_MAX_TX_QUEUE_NUM);
H A Dpci.c844 if (test_and_clear_bit(queue, rtwpci->tx_queued)) in rtw_pci_tx_kick_off()
908 set_bit(queue, rtwpci->tx_queued); in rtw_pci_tx_write_data()