Home
last modified time | relevance | path

Searched refs:txbd_rdptr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h207 u32 txbd_rdptr; member
283 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()
285 (card->txbd_rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_not_full()
291 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()
293 (card->txbd_rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_not_full()
H A Dpcie.c1003 card->txbd_rdptr = 0; in mwifiex_pcie_create_txbd_ring()
1005 card->txbd_rdptr |= reg->tx_rollover_ind; in mwifiex_pcie_create_txbd_ring()
1052 card->txbd_rdptr = 0 | reg->tx_rollover_ind; in mwifiex_pcie_delete_txbd_ring()
1312 if (!mwifiex_pcie_txbd_empty(card, card->txbd_rdptr)) { in mwifiex_clean_pcie_ring_buf()
1351 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1354 /* free from previous txbd_rdptr to current txbd_rdptr */ in mwifiex_pcie_send_data_complete()
1355 while (((card->txbd_rdptr & reg->tx_mask) != in mwifiex_pcie_send_data_complete()
1357 ((card->txbd_rdptr & reg->tx_rollover_ind) != in mwifiex_pcie_send_data_complete()
1359 wrdoneidx = (card->txbd_rdptr in mwifiex_pcie_send_data_complete()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h195 u32 txbd_rdptr; member
272 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()
274 (card->txbd_rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_not_full()
280 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()
282 (card->txbd_rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_not_full()
H A Dpcie.c1001 card->txbd_rdptr = 0; in mwifiex_pcie_create_txbd_ring()
1003 card->txbd_rdptr |= reg->tx_rollover_ind; in mwifiex_pcie_create_txbd_ring()
1050 card->txbd_rdptr = 0 | reg->tx_rollover_ind; in mwifiex_pcie_delete_txbd_ring()
1310 if (!mwifiex_pcie_txbd_empty(card, card->txbd_rdptr)) { in mwifiex_clean_pcie_ring_buf()
1349 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1352 /* free from previous txbd_rdptr to current txbd_rdptr */ in mwifiex_pcie_send_data_complete()
1353 while (((card->txbd_rdptr & reg->tx_mask) != in mwifiex_pcie_send_data_complete()
1355 ((card->txbd_rdptr & reg->tx_rollover_ind) != in mwifiex_pcie_send_data_complete()
1357 wrdoneidx = (card->txbd_rdptr in mwifiex_pcie_send_data_complete()
[all...]

Completed in 6 milliseconds