Searched refs:txch_map (Results 1 – 8 of 8) sorted by relevance
60 struct mac_ax_txdma_ch_map txch_map; in rtw_hal_pcie_trx_mit() local65 txch_map.ch0 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()66 txch_map.ch1 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()67 txch_map.ch2 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()68 txch_map.ch3 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()69 txch_map.ch4 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()70 txch_map.ch5 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()71 txch_map.ch6 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()72 txch_map.ch7 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()73 txch_map.ch8 = MAC_AX_PCIE_DISABLE; in rtw_hal_pcie_trx_mit()[all …]
251 void *txch_map; member
252 void *txch_map; member
157 struct mac_ax_txdma_ch_map *txch_map = (struct mac_ax_txdma_ch_map *)hal->txch_map; in _hal_tx_ch_config_8852be() local159 txch_map->ch0 = MAC_AX_PCIE_ENABLE; in _hal_tx_ch_config_8852be()160 txch_map->ch1 = MAC_AX_PCIE_ENABLE; in _hal_tx_ch_config_8852be()161 txch_map->ch2 = MAC_AX_PCIE_ENABLE; in _hal_tx_ch_config_8852be()162 txch_map->ch3 = MAC_AX_PCIE_ENABLE; in _hal_tx_ch_config_8852be()163 txch_map->ch4 = MAC_AX_PCIE_DISABLE; in _hal_tx_ch_config_8852be()164 txch_map->ch5 = MAC_AX_PCIE_DISABLE; in _hal_tx_ch_config_8852be()165 txch_map->ch6 = MAC_AX_PCIE_DISABLE; in _hal_tx_ch_config_8852be()166 txch_map->ch7 = MAC_AX_PCIE_DISABLE; in _hal_tx_ch_config_8852be()167 txch_map->ch8 = MAC_AX_PCIE_ENABLE; in _hal_tx_ch_config_8852be()[all …]
2886 struct mac_ax_txdma_ch_map *txch_map, in clr_idx_ch_pcie() argument2895 if (txch_map->ch0 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2898 if (txch_map->ch1 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2901 if (txch_map->ch2 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2904 if (txch_map->ch3 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2908 if (txch_map->ch4 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2911 if (txch_map->ch5 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2914 if (txch_map->ch6 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2917 if (txch_map->ch7 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()2921 if (txch_map->ch8 == MAC_AX_PCIE_ENABLE) in clr_idx_ch_pcie()[all …]
5136 struct mac_ax_txdma_ch_map *txch_map; member5166 struct mac_ax_txdma_ch_map *txch_map; member