Searched refs:tx_prec_map (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 2327 u8 tx_prec_map, pkt_num; in brcmf_sdio_sendfromq() local 2331 tx_prec_map = ~bus->flowcontrol; in brcmf_sdio_sendfromq() 2344 pkt = brcmu_pktq_mdeq(&bus->txq, tx_prec_map, in brcmf_sdio_sendfromq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 2884 uint8 tx_prec_map; in dhdsdio_sendfromq() local 2904 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq() 2906 tx_prec_map &= dhd->dequeue_prec_map; in dhdsdio_sendfromq() 2926 num_pkt = MIN(num_pkt, pktq_mlen(&bus->txq, tx_prec_map)); in dhdsdio_sendfromq() 2928 pkts[i] = pktq_mdeq(&bus->txq, tx_prec_map, &prec_out); in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 2591 uint8 tx_prec_map; in dhdsdio_sendfromq() local 2616 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq() 2618 tx_prec_map &= dhd->dequeue_prec_map; in dhdsdio_sendfromq() 2637 num_pkt = MIN(num_pkt, pktq_mlen(&bus->txq, tx_prec_map)); in dhdsdio_sendfromq() 2639 pkts[i] = pktq_mdeq(&bus->txq, tx_prec_map, &prec_out); in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 2648 uint8 tx_prec_map; in dhdsdio_sendfromq() local 2673 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq() 2675 tx_prec_map &= dhd->dequeue_prec_map; in dhdsdio_sendfromq() 2694 num_pkt = MIN(num_pkt, pktq_mlen(&bus->txq, tx_prec_map)); in dhdsdio_sendfromq() 2696 pkts[i] = pktq_mdeq(&bus->txq, tx_prec_map, &prec_out); in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 2587 uint8 tx_prec_map; in dhdsdio_sendfromq() local 2612 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq() 2614 tx_prec_map &= dhd->dequeue_prec_map; in dhdsdio_sendfromq() 2633 num_pkt = MIN(num_pkt, pktq_mlen(&bus->txq, tx_prec_map)); in dhdsdio_sendfromq() 2635 pkts[i] = pktq_mdeq(&bus->txq, tx_prec_map, &prec_out); in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 2909 uint8 tx_prec_map; in dhdsdio_sendfromq() local 2933 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq() 2935 tx_prec_map &= dhd->dequeue_prec_map; in dhdsdio_sendfromq() 2955 num_pkt = MIN(num_pkt, pktq_mlen(&bus->txq, tx_prec_map)); in dhdsdio_sendfromq() 2957 pkts[i] = pktq_mdeq(&bus->txq, tx_prec_map, &prec_out); in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 2898 uint8 tx_prec_map; in dhdsdio_sendfromq() local 2922 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq() 2924 tx_prec_map &= dhd->dequeue_prec_map; in dhdsdio_sendfromq() 2944 num_pkt = MIN(num_pkt, pktq_mlen(&bus->txq, tx_prec_map)); in dhdsdio_sendfromq() 2946 pkts[i] = pktq_mdeq(&bus->txq, tx_prec_map, &prec_out); in dhdsdio_sendfromq()
|