Lines Matching refs:tx_mask
121 u32 tx_mask; member
155 .tx_mask = MWIFIEX_TXBD_MASK,
186 .tx_mask = 0x03FF0000,
220 .tx_mask = 0x0FFF0000,
338 if (((card->txbd_wrptr & reg->tx_mask) == in mwifiex_pcie_txbd_empty()
339 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty()
345 if (((card->txbd_wrptr & reg->tx_mask) == in mwifiex_pcie_txbd_empty()
346 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty()
363 if (((card->txbd_wrptr & reg->tx_mask) != in mwifiex_pcie_txbd_not_full()
364 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()
371 if (((card->txbd_wrptr & reg->tx_mask) != in mwifiex_pcie_txbd_not_full()
372 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()