Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/fxp/
H A Dif_fxp.c1345 if (sc->tx_queued > FXP_NTXCB_HIWAT) in fxp_start_body()
1354 while (!if_sendq_empty(ifp) && sc->tx_queued < FXP_NTXCB - 1) { in fxp_start_body()
1630 if (sc->tx_queued != FXP_CXINT_THRESH - 1) in fxp_encap()
1652 if (sc->tx_queued == 0) in fxp_encap()
1655 sc->tx_queued++; in fxp_encap()
1751 for (txp = sc->fxp_desc.tx_first; sc->tx_queued && in fxp_txeof()
1763 sc->tx_queued--; in fxp_txeof()
1769 if (sc->tx_queued == 0) in fxp_txeof()
2215 sc->tx_queued = 0; in fxp_stop()
2526 sc->tx_queued = 1; in fxp_init_body()
H A Dif_fxpvar.h200 int tx_queued; /* # of active TxCB's */ member
/freebsd/sys/contrib/dev/rtw88/
H A Dpci.h222 DECLARE_BITMAP(tx_queued, RTK_MAX_TX_QUEUE_NUM);
H A Dpci.c845 if (test_and_clear_bit(queue, rtwpci->tx_queued)) in rtw_pci_tx_kick_off()
909 set_bit(queue, rtwpci->tx_queued); in rtw_pci_tx_write_data()