Lines Matching refs:tx_mask
139 u32 tx_mask; member
176 .tx_mask = MWIFIEX_TXBD_MASK,
208 .tx_mask = 0x03FF0000,
245 .tx_mask = 0x0FFF0000,
403 if (((card->txbd_wrptr & reg->tx_mask) == in mwifiex_pcie_txbd_empty()
404 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty()
411 if (((card->txbd_wrptr & reg->tx_mask) == in mwifiex_pcie_txbd_empty()
412 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty()
429 if (((card->txbd_wrptr & reg->tx_mask) != in mwifiex_pcie_txbd_not_full()
430 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()
437 if (((card->txbd_wrptr & reg->tx_mask) != in mwifiex_pcie_txbd_not_full()
438 (card->txbd_rdptr & reg->tx_mask)) || in mwifiex_pcie_txbd_not_full()