Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
A Dpcie.h143 u32 tx_rollover_ind; member
259 ((card->txbd_wrptr & reg->tx_rollover_ind) != in mwifiex_pcie_txbd_empty()
260 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()
267 ((card->txbd_wrptr & reg->tx_rollover_ind) == in mwifiex_pcie_txbd_empty()
268 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()
285 ((card->txbd_wrptr & reg->tx_rollover_ind) != in mwifiex_pcie_txbd_not_full()
286 (card->txbd_rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_not_full()
293 ((card->txbd_wrptr & reg->tx_rollover_ind) == in mwifiex_pcie_txbd_not_full()
294 (card->txbd_rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_not_full()
A Dpcie.c57 .tx_rollover_ind = MWIFIEX_BD_FLAG_ROLLOVER_IND,
89 .tx_rollover_ind = MWIFIEX_BD_FLAG_TX_ROLLOVER_IND,
126 .tx_rollover_ind = BIT(28),
1014 card->txbd_rdptr |= reg->tx_rollover_ind; in mwifiex_pcie_create_txbd_ring()
1061 card->txbd_rdptr = 0 | reg->tx_rollover_ind; in mwifiex_pcie_delete_txbd_ring()
1358 ((card->txbd_rdptr & reg->tx_rollover_ind) != in mwifiex_pcie_send_data_complete()
1359 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
1404 reg->tx_rollover_ind) ^ in mwifiex_pcie_send_data_complete()
1405 reg->tx_rollover_ind); in mwifiex_pcie_send_data_complete()
1499 reg->tx_rollover_ind) ^ in mwifiex_pcie_send_data()
[all …]

Completed in 9 milliseconds