Home
last modified time | relevance | path

Searched refs:tx_seq (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c377 return (((uint8)(bus->tx_max - bus->tx_seq) - bus->dhd->conf->tx_max_offset > 1) && \ in dhdsdio_is_dataok()
378 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0)); in dhdsdio_is_dataok()
383 return ((uint8)(bus->tx_max - bus->tx_seq) - 1 - bus->dhd->conf->tx_max_offset); in dhdsdio_get_databufcnt()
392 (((uint8)(bus->tx_max - bus->tx_seq) > 1) && \
393 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
398 (((uint8)(bus->tx_max - bus->tx_seq) != 0) && \
399 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
406 ((uint8)(bus->tx_max - bus->tx_seq) - 1)
2332 pkt_len = dhdsdio_txpkt_preprocess(bus, pkt, chan, bus->tx_seq + i, in dhdsdio_txpkt()
2384 bus->tx_seq in dhdsdio_txpkt()
[all...]
H A Ddhd_wlfc.h111 uint8 tx_seq; /* Transmit sequence number (next) */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.h229 oal_atomic tx_seq; member

Completed in 10 milliseconds