Searched refs:txq (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/common/platform/hieth-sf/include/ |
H A D | hieth.h | 75 struct TxPktInfo *txq; member
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 592 struct sk_buff_head txq;
member 1377 temp = unlink_urbs(dev, &dev->txq) + unlink_urbs(dev, &dev->rxq);
in hw_stop() 1380 while (!skb_queue_empty(&dev->rxq) && !skb_queue_empty(&dev->txq) && !skb_queue_empty(&dev->done)) {
in hw_stop() 1576 unlink_urbs(dev, &dev->txq);
in kevent() 1677 tx_defer_bh(dev, skb, &dev->txq);
in tx_complete() 1686 unlink_urbs(dev, &dev->txq);
in hw_tx_timeout() 1703 struct netdev_queue *txq = NULL;
in hw_netif_trans_update() local 1712 txq = netdev_get_tx_queue(dev, 0);
in hw_netif_trans_update() 1713 if (txq == NULL) {
in hw_netif_trans_update() 1714 printk(KERN_ERR "%s invalid txq paramte in hw_netif_trans_update() [all...] |
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | ctrl.c | 295 txqCur = ld->txq + ld->txqTail; in HiethXmitReleasePkt() 350 txqCur = ld->txq + ld->txqHead; in HiethXmitGso()
|
H A D | interface.c | 457 ld->txq = priv->ram->txqInfo; in HiethHwInit()
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | usbnet.h | 59 struct sk_buff_head txq; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_sdio.c | 1539 if (bus->dpc_sched || bus->rxskip || pktq_n_pkts_tot(&bus->txq) || in dhdsdio_bussleep() 1542 if (bus->dpc_sched || bus->rxskip || pktq_n_pkts_tot(&bus->txq)) in dhdsdio_bussleep() 1859 if (dhd_deferred_tx || bus->fcstate || pktq_n_pkts_tot(&bus->txq) || bus->dpc_sched || in dhd_bus_txdata() 1866 pktq_n_pkts_tot(&bus->txq))); in dhd_bus_txdata() 1871 deq_ret = dhd_prec_enq(bus->dhd, &bus->txq, pkt, prec); in dhd_bus_txdata() 1895 pkq_len = pktq_n_pkts_tot(&bus->txq); in dhd_bus_txdata() 1911 if (pktqprec_n_pkts(&bus->txq, prec) > qcount[prec]) in dhd_bus_txdata() 1912 qcount[prec] = pktqprec_n_pkts(&bus->txq, prec); in dhd_bus_txdata() 1923 if(pktq_n_pkts_tot(&bus->txq) >= bus->dhd->conf->deferred_tx_len && in dhd_bus_txdata() 2482 num_pkt = MIN(num_pkt, pktq_mlen(&bus->txq, tx_prec_ma in dhdsdio_sendfromq() [all...] |
H A D | dhd_pcie.h | 215 struct pktq txq; /* Queue length used for flow-control */ member
|
H A D | dhd_wlfc.h | 109 struct pktq txq; /* Queue length used for flow-control */ member
|
H A D | dhd_wlfc.c | 1685 struct pktq *txq = (struct pktq *)dhd_bus_txq(dhd->bus); in _dhd_wlfc_cleanup_txq() local 1691 for (prec = 0; prec < txq->num_prec; prec++) { in _dhd_wlfc_cleanup_txq() 1692 while ((pkt = _dhd_wlfc_pktq_pdeq_with_fn(txq, prec, fn, arg))) { in _dhd_wlfc_cleanup_txq() 1755 * flush sequence should be txq -> psq -> hanger/afq, hanger has to be last one in _dhd_wlfc_cleanup() 1758 /* flush bus->txq */ in _dhd_wlfc_cleanup() 1795 . flush remained pkt in hanger queue, not in bus->txq nor psq. in _dhd_wlfc_cleanup() 2499 struct pktq *txq = (struct pktq *)dhd_bus_txq(dhd->bus); in _dhd_wlfc_suppress_txq() local 2507 for (prec = 0; prec < txq->num_prec; prec++) { in _dhd_wlfc_suppress_txq() 2508 while ((pkt = _dhd_wlfc_pktq_pdeq_with_fn(txq, prec, fn, arg))) { in _dhd_wlfc_suppress_txq() 3099 /* suppress all packets for this mac entry from bus->txq */ in dhd_wlfc_parse_header_info() [all...] |
H A D | dhd_pcie.c | 783 return &bus->txq; in dhd_bus_txq()
|
Completed in 42 milliseconds