Searched defs:rtw_phl_evt_ops (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_def.h | 290 struct rtw_phl_evt_ops { struct 291 enum rtw_phl_status (*rx_process)(void *drv_priv); 292 enum rtw_phl_status (*tx_recycle)(void *drv_priv, struct rtw_xmit_req *txreq); 293 enum rtw_phl_status (*tx_test_recycle)(void *phl, struct rtw_xmit_req *txreq); 294 bool (*set_rf_state)(void *drv_priv, enum rtw_rf_state state_to_set); 295 …c_info_update)(void *drv_priv, struct rtw_aoac_report *aoac_info, u8 aoac_report_get_ok, u8 phase); 296 void (*indicate_wake_rsn)(void *drv_priv, u8 rsn); 298 void (*interrupt_restore)(void *drv_priv, u8 rx); 299 void (*set_interrupt_caps)(void *drv_priv, u8 en); 301 void (*ap_ps_sta_ps_change)(void *drv_priv, u8 role_id, u8 *sta_mac, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_def.h | 293 struct rtw_phl_evt_ops { struct 294 enum rtw_phl_status (*rx_process)(void *drv_priv); 295 enum rtw_phl_status (*tx_recycle)(void *drv_priv, struct rtw_xmit_req *txreq); 296 enum rtw_phl_status (*tx_test_recycle)(void *phl, struct rtw_xmit_req *txreq); 297 bool (*set_rf_state)(void *drv_priv, enum rtw_rf_state state_to_set); 298 …c_info_update)(void *drv_priv, struct rtw_aoac_report *aoac_info, u8 aoac_report_get_ok, u8 phase); 299 void (*indicate_wake_rsn)(void *drv_priv, u8 rsn); 301 void (*interrupt_restore)(void *drv_priv, u8 rx); 302 void (*set_interrupt_caps)(void *drv_priv, u8 en); 304 void (*ap_ps_sta_ps_change)(void *drv_priv, u8 role_id, u8 *sta_mac, [all …]
|