| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 21 void phl_recycle_payload(struct phl_info_t *phl_info, u8 dma_ch, u16 wp_seq, 48 wd_page->wp_seq); in phl_dump_link_list() 185 u16 wp_seq = 0; in _phl_dump_busy_wp() local 193 for (wp_seq = 0; wp_seq < WP_MAX_SEQ_NUMBER; wp_seq++) { in _phl_dump_busy_wp() 194 if (NULL != wd_ring[ch].wp_tag[wp_seq].ptr) { in _phl_dump_busy_wp() 195 ptr = wd_ring[ch].wp_tag[wp_seq].ptr; in _phl_dump_busy_wp() 199 ch, wp_seq, ptr); in _phl_dump_busy_wp() 674 wd_page_ring->wd_work[i].wp_seq = WP_RESERVED_SEQ; in _phl_free_wd_work_ring() 756 wd_work[i].wp_seq = WP_RESERVED_SEQ; in _phl_alloc_wd_work_ring() 853 wd_page->wp_seq = WP_RESERVED_SEQ; in enqueue_idle_wd_page() [all …]
|
| H A D | phl_trx_def_pcie.h | 50 u16 wp_seq; member
|
| H A D | phl_trx_pcie.h | 85 u16 wp_seq; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | hal_trx_8852be.c | 502 void _hal_fill_wp_seq_field_8852be(u8 *seq_info, u16 wp_seq) in _hal_fill_wp_seq_field_8852be() argument 505 SET_PCIE_SEQ_INFO_0(seq_info, wp_seq); in _hal_fill_wp_seq_field_8852be() 627 u16 wp_seq = 0; in hal_update_wd_8852be() local 647 wp_seq = (1 == tid_indic) ? in hal_update_wd_8852be() 648 (req->wp_seq | WP_TID_INDIC_RESERVED_BIT) : req->wp_seq; in hal_update_wd_8852be() 649 _hal_fill_wp_seq_field_8852be(req->wd_page + seq_ofst, wp_seq); in hal_update_wd_8852be() 883 u8 *sw_retry, u8 *dma_ch, u16 *wp_seq, in hal_handle_rx_report_8852be() argument 898 *wp_seq = (u16)GET_RX_RP_PKT_PCIE_SEQ(rp); in hal_handle_rx_report_8852be() 903 tid_indic = (*wp_seq & WP_TID_INDIC_RESERVED_BIT) ? 1 : 0; in hal_handle_rx_report_8852be() 904 *wp_seq &= (WP_RESERVED_SEQ); in hal_handle_rx_report_8852be() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_trx_def.h | 559 u16 wp_seq; member 595 u16 wp_seq; member
|
| H A D | phl_struct.h | 49 u16 wp_seq[PHL_MACID_MAX_NUM]; /* maximum macid number */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_trx_def.h | 561 u16 wp_seq; member 597 u16 wp_seq; member
|
| H A D | phl_struct.h | 54 u16 wp_seq[PHL_MACID_MAX_NUM]; /* maximum macid number */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_rx.c | 252 u16 *wp_seq, u8 *txsts) in rtw_hal_handle_wp_rpt() argument 259 wp_seq, txsts); in rtw_hal_handle_wp_rpt()
|
| H A D | hal_struct.h | 99 u8 *sw_retry, u8 *dma_ch, u16 *wp_seq, u8 *txsts);
|
| H A D | hal_api.h | 431 u16 *wp_seq, u8 *txsts);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_rx.c | 252 u16 *wp_seq, u8 *macid, u8 *ac_queue, u8 *txsts) in rtw_hal_handle_wp_rpt() argument 259 wp_seq, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt()
|
| H A D | hal_struct.h | 99 u8 *sw_retry, u8 *dma_ch, u16 *wp_seq, u8 *mac_id,
|
| H A D | hal_api.h | 434 u16 *wp_seq, u8 *macid, u8 *ac_queue, u8 *txsts);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | drv_types.h | 1477 u32 wp_seq; member 1495 u32 wp_seq; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | drv_types.h | 1485 u32 wp_seq; member 1503 u32 wp_seq; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_cmd.c | 4911 printk("wp_seq=%d \n", record->wp_seq); 5035 record->wp_seq = num;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_cmd.c | 4889 printk("wp_seq=%d \n", record->wp_seq); 5013 record->wp_seq = num;
|