Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.c67 .txrx_rw_ptr_mask = 0x000003FF,
106 .txrx_rw_ptr_mask = 0x00000FFF,
1609 t_u32 txrx_rw_ptr_mask = pmadapter->pcard_pcie->reg->txrx_rw_ptr_mask; in wlan_pcie_flush_txbd_ring() local
1617 txrx_rw_ptr_mask, txrx_rw_ptr_rollover_ind)) { in wlan_pcie_flush_txbd_ring()
1647 t_u32 txrx_rw_ptr_mask = pmadapter->pcard_pcie->reg->txrx_rw_ptr_mask; in wlan_check_tx_pending_buffer() local
1651 if (((pmadapter->pcard_pcie->txbd_rdptr & txrx_rw_ptr_mask) != in wlan_check_tx_pending_buffer()
1652 (rdptr & txrx_rw_ptr_mask)) || in wlan_check_tx_pending_buffer()
1690 t_u32 txrx_rw_ptr_mask = pmadapter->pcard_pcie->reg->txrx_rw_ptr_mask; in wlan_pcie_send_data_complete() local
1772 txrx_rw_ptr_mask) == num_tx_buffs) in wlan_pcie_send_data_complete()
1802 txrx_rw_ptr_mask, txrx_rw_ptr_rollover_ind)) in wlan_pcie_send_data_complete()
[all …]
H A Dmlan_main.h2167 t_u32 txrx_rw_ptr_mask;