Home
last modified time | relevance | path

Searched refs:txq (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/common/platform/hieth-sf/include/
H A Dhieth.h75 struct TxPktInfo *txq; member
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c592 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 Dctrl.c295 txqCur = ld->txq + ld->txqTail; in HiethXmitReleasePkt()
350 txqCur = ld->txq + ld->txqHead; in HiethXmitGso()
H A Dinterface.c457 ld->txq = priv->ram->txqInfo; in HiethHwInit()
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dusbnet.h59 struct sk_buff_head txq; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c1539 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 Ddhd_pcie.h215 struct pktq txq; /* Queue length used for flow-control */ member
H A Ddhd_wlfc.h109 struct pktq txq; /* Queue length used for flow-control */ member
H A Ddhd_wlfc.c1685 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 Ddhd_pcie.c783 return &bus->txq; in dhd_bus_txq()

Completed in 42 milliseconds