Home
last modified time | relevance | path

Searched refs:rx_handle_normal (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h124 void (*rx_handle_normal)(struct phl_info_t *phl_info, member
H A Dphl_rx.c1278 phl_info->hci_trx_ops->rx_handle_normal(phl_info, phl_rx); in _phl_rx_proc_frame_list()
H A Dphl_init.c475 if (!trx_ops->rx_handle_normal) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h121 void (*rx_handle_normal)(struct phl_info_t *phl_info, member
H A Dphl_rx.c1273 phl_info->hci_trx_ops->rx_handle_normal(phl_info, phl_rx); in _phl_rx_proc_frame_list()
H A Dphl_init.c472 if (!trx_ops->rx_handle_normal) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1672 .rx_handle_normal = phl_rx_handle_normal,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3830 ops.rx_handle_normal = phl_rx_handle_normal; in phl_hci_trx_ops_init()