| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_api_drv.c | 22 return phl_info->hci_trx_ops->get_txbd_buf(phl_info); in rtw_phl_get_txbd_buf() 29 return phl_info->hci_trx_ops->get_rxbd_buf(phl_info); in rtw_phl_get_rxbd_buf() 53 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in rtw_phl_pltfm_tx() local 54 hci_trx_ops->recycle_busy_h2c(phl_info); in rtw_phl_pltfm_tx() 57 pstatus = phl_info->hci_trx_ops->pltfm_tx(phl_info, pkt); in rtw_phl_pltfm_tx()
|
| H A D | phl_tx.c | 1060 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in _phl_free_h2c_pkt() local 1066 hci_trx_ops->free_h2c_pkt_buf(phl_info, h2c_pkt); in _phl_free_h2c_pkt() 1082 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in _phl_alloc_h2c_pkt() local 1096 hci_trx_ops->alloc_h2c_pkt_buf(phl_info, h2c_pkt, buf_len); in _phl_alloc_h2c_pkt() 1255 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_trx_free_sw_rsc() local 1264 hci_trx_ops->hci_trx_deinit(phl_info); in phl_trx_free_sw_rsc() 1281 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_datapath_start() local 1284 pstatus = hci_trx_ops->trx_cfg(phl_info); in phl_datapath_start() 1295 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_datapath_stop() local 1297 hci_trx_ops->trx_stop(phl_info); in phl_datapath_stop() [all …]
|
| H A D | phl_rx_agg.c | 42 struct phl_hci_trx_ops *hci_trx_ops = NULL; in phl_tid_ampdu_rx_free() local 49 hci_trx_ops = r->phl_info->hci_trx_ops; in phl_tid_ampdu_rx_free() 54 hci_trx_ops->recycle_rx_pkt(r->phl_info, pkt); in phl_tid_ampdu_rx_free()
|
| H A D | phl_rx.c | 284 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_recycle_rx_buf() local 298 pstatus = hci_trx_ops->recycle_rx_buf(phl_info, rx_buf, in phl_recycle_rx_buf() 517 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_handle_rx_frame_list() local 524 hci_trx_ops->recycle_rx_pkt(phl_info, pos); in phl_handle_rx_frame_list() 762 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_manage_sta_reorder_buf() local 791 hci_trx_ops->recycle_rx_pkt(phl_info, pkt); in phl_manage_sta_reorder_buf() 813 hci_trx_ops->recycle_rx_pkt(phl_info, pkt); in phl_manage_sta_reorder_buf() 850 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_rx_reorder() local 942 hci_trx_ops->recycle_rx_pkt(phl_info, phl_rx); in phl_rx_reorder() 1273 phl_info->hci_trx_ops->rx_handle_normal(phl_info, phl_rx); in _phl_rx_proc_frame_list()
|
| H A D | phl_ser_fsm.c | 272 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_resume_trx_process() 407 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_pci_l1_pause_trx_st_hdl() 564 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_usb_l1_pause_trx_st_hdl() 695 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_sdio_l1_pause_trx_st_hdl()
|
| H A D | phl_struct.h | 301 struct phl_hci_trx_ops *hci_trx_ops; member
|
| H A D | phl_init.c | 390 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in _phl_hci_ops_check() 1512 struct phl_hci_trx_ops *ops = phl_info->hci_trx_ops; in rtw_phl_preload() 2064 struct phl_hci_trx_ops *ops = phl_info->hci_trx_ops; in rtw_phl_reset() 2204 phl_info->hci_trx_ops->recv_rxfifo(phl); in rtw_phl_interrupt_handler()
|
| H A D | phl_wow.c | 1058 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_init_precfg() 1105 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_init_postcfg() 1289 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_deinit_precfg() 1365 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_deinit_postcfg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_api_drv.c | 22 return phl_info->hci_trx_ops->get_txbd_buf(phl_info); in rtw_phl_get_txbd_buf() 29 return phl_info->hci_trx_ops->get_rxbd_buf(phl_info); in rtw_phl_get_rxbd_buf() 53 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in rtw_phl_pltfm_tx() local 54 hci_trx_ops->recycle_busy_h2c(phl_info); in rtw_phl_pltfm_tx() 57 pstatus = phl_info->hci_trx_ops->pltfm_tx(phl_info, pkt); in rtw_phl_pltfm_tx()
|
| H A D | phl_tx.c | 1033 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in _phl_free_h2c_pkt() local 1039 hci_trx_ops->free_h2c_pkt_buf(phl_info, h2c_pkt); in _phl_free_h2c_pkt() 1055 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in _phl_alloc_h2c_pkt() local 1069 hci_trx_ops->alloc_h2c_pkt_buf(phl_info, h2c_pkt, buf_len); in _phl_alloc_h2c_pkt() 1228 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_trx_free_sw_rsc() local 1237 hci_trx_ops->hci_trx_deinit(phl_info); in phl_trx_free_sw_rsc() 1254 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_datapath_start() local 1257 pstatus = hci_trx_ops->trx_cfg(phl_info); in phl_datapath_start() 1268 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_datapath_stop() local 1270 hci_trx_ops->trx_stop(phl_info); in phl_datapath_stop() [all …]
|
| H A D | phl_rx_agg.c | 42 struct phl_hci_trx_ops *hci_trx_ops = NULL; in phl_tid_ampdu_rx_free() local 49 hci_trx_ops = r->phl_info->hci_trx_ops; in phl_tid_ampdu_rx_free() 54 hci_trx_ops->recycle_rx_pkt(r->phl_info, pkt); in phl_tid_ampdu_rx_free()
|
| H A D | phl_rx.c | 284 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_recycle_rx_buf() local 298 pstatus = hci_trx_ops->recycle_rx_buf(phl_info, rx_buf, in phl_recycle_rx_buf() 522 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_handle_rx_frame_list() local 529 hci_trx_ops->recycle_rx_pkt(phl_info, pos); in phl_handle_rx_frame_list() 767 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_manage_sta_reorder_buf() local 796 hci_trx_ops->recycle_rx_pkt(phl_info, pkt); in phl_manage_sta_reorder_buf() 818 hci_trx_ops->recycle_rx_pkt(phl_info, pkt); in phl_manage_sta_reorder_buf() 855 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_rx_reorder() local 947 hci_trx_ops->recycle_rx_pkt(phl_info, phl_rx); in phl_rx_reorder() 1278 phl_info->hci_trx_ops->rx_handle_normal(phl_info, phl_rx); in _phl_rx_proc_frame_list()
|
| H A D | phl_ser_fsm.c | 272 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_resume_trx_process() 407 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_pci_l1_pause_trx_st_hdl() 564 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_usb_l1_pause_trx_st_hdl() 695 struct phl_hci_trx_ops *ops = pser->phl_info->hci_trx_ops; in ser_sdio_l1_pause_trx_st_hdl()
|
| H A D | phl_init.c | 393 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in _phl_hci_ops_check() 1520 struct phl_hci_trx_ops *ops = phl_info->hci_trx_ops; in rtw_phl_preload() 2074 struct phl_hci_trx_ops *ops = phl_info->hci_trx_ops; in rtw_phl_reset() 2214 phl_info->hci_trx_ops->recv_rxfifo(phl); in rtw_phl_interrupt_handler() 2218 phl_info->hci_trx_ops->read_hw_rx(phl, RX_CH); in rtw_phl_interrupt_handler() 2248 phl_info->hci_trx_ops->read_hw_rx(phl, RP_CH); in rtw_phl_interrupt_handler()
|
| H A D | phl_struct.h | 306 struct phl_hci_trx_ops *hci_trx_ops; member
|
| H A D | phl_wow.c | 1044 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_init_precfg() 1091 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_init_postcfg() 1275 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_deinit_precfg() 1351 struct phl_hci_trx_ops *trx_ops = phl_info->hci_trx_ops; in phl_wow_deinit_postcfg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 467 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in _phl_free_h2c_work_ring() local 476 hci_trx_ops->free_h2c_pkt_buf(phl_info, cmd); in _phl_free_h2c_work_ring() 488 hci_trx_ops->free_h2c_pkt_buf(phl_info, data); in _phl_free_h2c_work_ring() 500 hci_trx_ops->free_h2c_pkt_buf(phl_info, ldata); in _phl_free_h2c_work_ring() 537 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in _phl_alloc_h2c_work_ring() local 588 hci_trx_ops->alloc_h2c_pkt_buf(phl_info, cmd, cmd->buf_len); in _phl_alloc_h2c_work_ring() 605 hci_trx_ops->alloc_h2c_pkt_buf(phl_info, data, data->buf_len); in _phl_alloc_h2c_work_ring() 623 hci_trx_ops->alloc_h2c_pkt_buf(phl_info, ldata, ldata->buf_len); in _phl_alloc_h2c_work_ring() 2164 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in _phl_handle_xmit_ring_pcie() local 2185 pstatus = hci_trx_ops->prepare_tx(phl_info, tx_req); in _phl_handle_xmit_ring_pcie() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | trx_test.c | 1001 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_hal_tx_test() local 1038 sts = hci_trx_ops->prepare_tx(phl_info, treq); in phl_hal_tx_test() 1044 sts = hci_trx_ops->tx(phl_info); in phl_hal_tx_test() 1067 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_hal_rx_test() local 1073 sts = hci_trx_ops->rx(phl_info); in phl_hal_rx_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | trx_test.c | 1001 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_hal_tx_test() local 1038 sts = hci_trx_ops->prepare_tx(phl_info, treq); in phl_hal_tx_test() 1044 sts = hci_trx_ops->tx(phl_info); in phl_hal_tx_test() 1067 struct phl_hci_trx_ops *hci_trx_ops = phl_info->hci_trx_ops; in phl_hal_rx_test() local 1073 sts = hci_trx_ops->rx(phl_info); in phl_hal_rx_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 1684 phl_info->hci_trx_ops = &ops_sdio; in phl_hook_trx_ops_sdio()
|