Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dpcie.h126 u16 tx_start_ptr; member
Dpcie.c40 .tx_start_ptr = 0,
72 .tx_start_ptr = 16,
109 .tx_start_ptr = 16,
1335 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << reg->tx_start_ptr; in mwifiex_pcie_send_data_complete()
1342 reg->tx_start_ptr; in mwifiex_pcie_send_data_complete()
1430 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << reg->tx_start_ptr; in mwifiex_pcie_send_data()
1446 wrindx = (card->txbd_wrptr & reg->tx_mask) >> reg->tx_start_ptr; in mwifiex_pcie_send_data()