Searched refs:ch_dma (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | usb.c | 235 static int rtw89_usb_write_port(struct rtw89_dev *rtwdev, u8 ch_dma, in rtw89_usb_write_port() argument 242 u8 bulkout_id = info->bulkout_id[ch_dma]; in rtw89_usb_write_port() 360 skb_queue_tail(&rtwusb->tx_queue[desc_info->ch_dma], skb); in rtw89_usb_tx_write_fwcmd() 375 if ((desc_info->ch_dma == RTW89_TXCH_CH12 || in rtw89_usb_ops_tx_write() 377 (desc_info->ch_dma != RTW89_TXCH_CH12 || in rtw89_usb_ops_tx_write() 380 desc_info->ch_dma, tx_req->tx_type); in rtw89_usb_ops_tx_write() 384 if (desc_info->ch_dma == RTW89_TXCH_CH12) in rtw89_usb_ops_tx_write() 403 skb_queue_tail(&rtwusb->tx_queue[desc_info->ch_dma], skb); in rtw89_usb_ops_tx_write()
|
| H A D | core.c | 855 u8 qsel, ch_dma; in rtw89_core_tx_update_mgmt_info() local 858 ch_dma = rtw89_chip_get_ch_dma(rtwdev, qsel); in rtw89_core_tx_update_mgmt_info() 861 desc_info->ch_dma = ch_dma; in rtw89_core_tx_update_mgmt_info() 893 desc_info->ch_dma = RTW89_DMA_H2C; in rtw89_core_tx_update_h2c_info() 1071 u8 qsel, ch_dma; in rtw89_core_tx_update_data_info() local 1076 ch_dma = rtw89_chip_get_ch_dma(rtwdev, qsel); in rtw89_core_tx_update_data_info() 1078 desc_info->ch_dma = ch_dma; in rtw89_core_tx_update_data_info() 1279 u8 ch_dma; in rtw89_core_tx_kick_off() local 1281 ch_dma = rtw89_chip_get_ch_dma(rtwdev, qsel); in rtw89_core_tx_kick_off() 1283 rtw89_hci_tx_kick_off(rtwdev, ch_dma); in rtw89_core_tx_kick_off() [all …]
|