Home
last modified time | relevance | path

Searched refs:phl_get_wrole_by_addr (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_role.h30 phl_get_wrole_by_addr(struct phl_info_t *phl_info, u8 *mac_addr);
H A Dphl_rx.c477 role = phl_get_wrole_by_addr(phl_info, m->mac_addr); in phl_rx_handle_sta_process()
902 wrole = phl_get_wrole_by_addr(phl_info, meta->mac_addr); in phl_rx_reorder()
H A Dphl_role.c165 phl_get_wrole_by_addr(struct phl_info_t *phl_info, u8 *mac_addr) in phl_get_wrole_by_addr() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_role.h30 phl_get_wrole_by_addr(struct phl_info_t *phl_info, u8 *mac_addr);
H A Dphl_rx.c475 role = phl_get_wrole_by_addr(phl_info, m->mac_addr); in phl_rx_handle_sta_process()
907 wrole = phl_get_wrole_by_addr(phl_info, meta->mac_addr); in phl_rx_reorder()
H A Dphl_role.c165 phl_get_wrole_by_addr(struct phl_info_t *phl_info, u8 *mac_addr) in phl_get_wrole_by_addr() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.c132 fb_ctx->init.wifi_role = phl_get_wrole_by_addr(phl, val); in _custom_fb_set_wifi_role()