Home
last modified time | relevance | path

Searched refs:tx_rollover_ind (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dpcie.h143 u32 tx_rollover_ind; member
180 .tx_rollover_ind = MWIFIEX_BD_FLAG_ROLLOVER_IND,
212 .tx_rollover_ind = MWIFIEX_BD_FLAG_TX_ROLLOVER_IND,
249 .tx_rollover_ind = BIT(28),
405 ((card->txbd_wrptr & reg->tx_rollover_ind) != in mwifiex_pcie_txbd_empty()
406 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()
413 ((card->txbd_wrptr & reg->tx_rollover_ind) == in mwifiex_pcie_txbd_empty()
414 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()
431 ((card->txbd_wrptr & reg->tx_rollover_ind) != in mwifiex_pcie_txbd_not_full()
432 (card->txbd_rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_not_full()
[all …]
Dpcie.c835 card->txbd_rdptr |= reg->tx_rollover_ind; in mwifiex_pcie_create_txbd_ring()
880 card->txbd_rdptr = 0 | reg->tx_rollover_ind; in mwifiex_pcie_delete_txbd_ring()
1173 ((card->txbd_rdptr & reg->tx_rollover_ind) != in mwifiex_pcie_send_data_complete()
1174 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
1219 reg->tx_rollover_ind) ^ in mwifiex_pcie_send_data_complete()
1220 reg->tx_rollover_ind); in mwifiex_pcie_send_data_complete()
1314 reg->tx_rollover_ind) ^ in mwifiex_pcie_send_data()
1315 reg->tx_rollover_ind); in mwifiex_pcie_send_data()