Home
last modified time | relevance | path

Searched refs:txbd_flush (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h205 u8 txbd_flush; member
H A Dpcie.c1304 card->txbd_flush = 1; in mwifiex_clean_pcie_ring_buf()
1364 if (card->txbd_flush) in mwifiex_pcie_send_data_complete()
1401 if (card->txbd_flush) { in mwifiex_pcie_send_data_complete()
1403 card->txbd_flush = 0; in mwifiex_pcie_send_data_complete()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.c1618 pmadapter->pcard_pcie->txbd_flush = MTRUE; in wlan_pcie_flush_txbd_ring()
1751 if (pmadapter->pcard_pcie->txbd_flush) in wlan_pcie_send_data_complete()
1799 if (pmadapter->pcard_pcie->txbd_flush) { in wlan_pcie_send_data_complete()
1803 pmadapter->pcard_pcie->txbd_flush = MFALSE; in wlan_pcie_send_data_complete()
H A Dmlan_main.h2203 t_bool txbd_flush;