Home
last modified time | relevance | path

Searched refs:pre_prot_phase (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dcmd_disp_test.c888 seq.pre_prot_phase.map[PHL_MDL_PRI_OPTIONAL].len = sizeof(pre_proct_seq); in disp_self_def_msg_test()
889 seq.pre_prot_phase.map[PHL_MDL_PRI_OPTIONAL].id_arr = pre_proct_seq; in disp_self_def_msg_test()
890 seq.pre_prot_phase.map[PHL_MDL_PRI_MANDATORY].len = sizeof(pre_proct_seq); in disp_self_def_msg_test()
891 seq.pre_prot_phase.map[PHL_MDL_PRI_MANDATORY].id_arr = pre_proct_seq; in disp_self_def_msg_test()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dcmd_disp_test.c888 seq.pre_prot_phase.map[PHL_MDL_PRI_OPTIONAL].len = sizeof(pre_proct_seq); in disp_self_def_msg_test()
889 seq.pre_prot_phase.map[PHL_MDL_PRI_OPTIONAL].id_arr = pre_proct_seq; in disp_self_def_msg_test()
890 seq.pre_prot_phase.map[PHL_MDL_PRI_MANDATORY].len = sizeof(pre_proct_seq); in disp_self_def_msg_test()
891 seq.pre_prot_phase.map[PHL_MDL_PRI_MANDATORY].id_arr = pre_proct_seq; in disp_self_def_msg_test()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_dispatcher.c230 enum phl_bk_module_priority priority, u8 pre_prot_phase);
2355 enum phl_bk_module_priority priority, struct msg_notify_map *map, u8 pre_prot_phase) in loop_through_map() argument
2360 u8 *bitmap = (pre_prot_phase == true) ? (ex->premap) : (ex->postmap); in loop_through_map()
2382 enum phl_bk_module_priority priority, u8 pre_prot_phase) in run_self_def_seq() argument
2391 if (pre_prot_phase == true) in run_self_def_seq()
2392 seq = &(ex->attr->self_def_seq.pre_prot_phase); in run_self_def_seq()
2396 return loop_through_map(obj, ex, priority, &(seq->map[priority]), pre_prot_phase); in run_self_def_seq()
H A Dphl_def.h790 struct msg_dispatch_seq pre_prot_phase; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_dispatcher.c230 enum phl_bk_module_priority priority, u8 pre_prot_phase);
2356 enum phl_bk_module_priority priority, struct msg_notify_map *map, u8 pre_prot_phase) in loop_through_map() argument
2361 u8 *bitmap = (pre_prot_phase == true) ? (ex->premap) : (ex->postmap); in loop_through_map()
2383 enum phl_bk_module_priority priority, u8 pre_prot_phase) in run_self_def_seq() argument
2392 if (pre_prot_phase == true) in run_self_def_seq()
2393 seq = &(ex->attr->self_def_seq.pre_prot_phase); in run_self_def_seq()
2397 return loop_through_map(obj, ex, priority, &(seq->map[priority]), pre_prot_phase); in run_self_def_seq()
H A Dphl_def.h789 struct msg_dispatch_seq pre_prot_phase; member