Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Dpcie.h138 u16 tx_start_ptr; member
Dpcie.c50 .tx_start_ptr = 0,
82 .tx_start_ptr = 16,
119 .tx_start_ptr = 16,
1324 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << reg->tx_start_ptr; in mwifiex_pcie_send_data_complete()
1331 reg->tx_start_ptr; in mwifiex_pcie_send_data_complete()
1420 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << reg->tx_start_ptr; in mwifiex_pcie_send_data()
1436 wrindx = (card->txbd_wrptr & reg->tx_mask) >> reg->tx_start_ptr; in mwifiex_pcie_send_data()