Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dpcie.h120 u16 tx_start_ptr; member
154 .tx_start_ptr = 0,
185 .tx_start_ptr = 16,
219 .tx_start_ptr = 16,
Dpcie.c1049 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << reg->tx_start_ptr; in mwifiex_pcie_send_data_complete()
1056 reg->tx_start_ptr; in mwifiex_pcie_send_data_complete()
1145 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << reg->tx_start_ptr; in mwifiex_pcie_send_data()
1163 wrindx = (card->txbd_wrptr & reg->tx_mask) >> reg->tx_start_ptr; in mwifiex_pcie_send_data()