Home
last modified time | relevance | path

Searched refs:msg_hdl (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_dispatch_engine.c227 u32 *msg_hdl) in rtw_phl_send_msg_to_dispr() argument
229 return phl_disp_eng_send_msg(phl, msg, attr, msg_hdl); in rtw_phl_send_msg_to_dispr()
233 rtw_phl_cancel_dispr_msg(void *phl, u8 band_idx, u32 *msg_hdl) in rtw_phl_cancel_dispr_msg() argument
235 return phl_disp_eng_cancel_msg(phl, band_idx, msg_hdl); in rtw_phl_cancel_dispr_msg()
474 u32 *msg_hdl) in phl_disp_eng_send_msg() argument
483 return dispr_send_msg(dispr, msg, attr, msg_hdl); in phl_disp_eng_send_msg()
487 phl_disp_eng_cancel_msg(struct phl_info_t *phl, u8 band_idx, u32 *msg_hdl) in phl_disp_eng_cancel_msg() argument
496 return dispr_cancel_msg(dispr, msg_hdl); in phl_disp_eng_cancel_msg()
720 struct phl_msg_attribute *attr, u32 *msg_hdl) in phl_disp_eng_send_msg() argument
724 enum rtw_phl_status phl_disp_eng_cancel_msg(struct phl_info_t *phl, u8 band_idx, u32 *msg_hdl) in phl_disp_eng_cancel_msg() argument
H A Dphl_cmd_dispatch.h80 struct phl_msg_attribute *attr, u32 *msg_hdl);
81 enum rtw_phl_status phl_disp_eng_cancel_msg(struct phl_info_t *phl, u8 band_idx, u32 *msg_hdl);
131 struct phl_msg_attribute *attr, u32 *msg_hdl);
132 enum rtw_phl_status dispr_cancel_msg(void *dispr, u32 *msg_hdl);
H A Dphl_cmd_dispatcher.c1921 u32 *msg_hdl) in dispr_send_msg() argument
1965 if (msg_hdl) in dispr_send_msg()
1966 *msg_hdl = 0; in dispr_send_msg()
2025 if(msg_hdl) in dispr_send_msg()
2026 *msg_hdl = GEN_VALID_HDL(msg_ex->idx); in dispr_send_msg()
2038 enum rtw_phl_status dispr_cancel_msg(void *dispr, u32 *msg_hdl) in dispr_cancel_msg() argument
2043 if (!TEST_STATUS_FLAG(obj->status, DISPR_STARTED) || msg_hdl == NULL) in dispr_cancel_msg()
2046 if (!IS_HDL_VALID(*msg_hdl) || in dispr_cancel_msg()
2047 GET_IDX_FROM_HDL(*msg_hdl) >= MAX_PHL_MSG_NUM) { in dispr_cancel_msg()
2052 msg_ex = &(obj->msg_ex_pool[GET_IDX_FROM_HDL(*msg_hdl)]); in dispr_cancel_msg()
[all …]
H A Dphl_api.h233 struct phl_msg_attribute* attr, u32* msg_hdl);
234 enum rtw_phl_status rtw_phl_cancel_dispr_msg(void *phl, u8 band_idx, u32* msg_hdl);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_dispatch_engine.c227 u32 *msg_hdl) in rtw_phl_send_msg_to_dispr() argument
229 return phl_disp_eng_send_msg(phl, msg, attr, msg_hdl); in rtw_phl_send_msg_to_dispr()
233 rtw_phl_cancel_dispr_msg(void *phl, u8 band_idx, u32 *msg_hdl) in rtw_phl_cancel_dispr_msg() argument
235 return phl_disp_eng_cancel_msg(phl, band_idx, msg_hdl); in rtw_phl_cancel_dispr_msg()
474 u32 *msg_hdl) in phl_disp_eng_send_msg() argument
483 return dispr_send_msg(dispr, msg, attr, msg_hdl); in phl_disp_eng_send_msg()
487 phl_disp_eng_cancel_msg(struct phl_info_t *phl, u8 band_idx, u32 *msg_hdl) in phl_disp_eng_cancel_msg() argument
496 return dispr_cancel_msg(dispr, msg_hdl); in phl_disp_eng_cancel_msg()
720 struct phl_msg_attribute *attr, u32 *msg_hdl) in phl_disp_eng_send_msg() argument
724 enum rtw_phl_status phl_disp_eng_cancel_msg(struct phl_info_t *phl, u8 band_idx, u32 *msg_hdl) in phl_disp_eng_cancel_msg() argument
H A Dphl_cmd_dispatch.h80 struct phl_msg_attribute *attr, u32 *msg_hdl);
81 enum rtw_phl_status phl_disp_eng_cancel_msg(struct phl_info_t *phl, u8 band_idx, u32 *msg_hdl);
131 struct phl_msg_attribute *attr, u32 *msg_hdl);
132 enum rtw_phl_status dispr_cancel_msg(void *dispr, u32 *msg_hdl);
H A Dphl_cmd_dispatcher.c1920 u32 *msg_hdl) in dispr_send_msg() argument
1964 if (msg_hdl) in dispr_send_msg()
1965 *msg_hdl = 0; in dispr_send_msg()
2024 if(msg_hdl) in dispr_send_msg()
2025 *msg_hdl = GEN_VALID_HDL(msg_ex->idx); in dispr_send_msg()
2037 enum rtw_phl_status dispr_cancel_msg(void *dispr, u32 *msg_hdl) in dispr_cancel_msg() argument
2042 if (!TEST_STATUS_FLAG(obj->status, DISPR_STARTED) || msg_hdl == NULL) in dispr_cancel_msg()
2045 if (!IS_HDL_VALID(*msg_hdl) || in dispr_cancel_msg()
2046 GET_IDX_FROM_HDL(*msg_hdl) >= MAX_PHL_MSG_NUM) { in dispr_cancel_msg()
2051 msg_ex = &(obj->msg_ex_pool[GET_IDX_FROM_HDL(*msg_hdl)]); in dispr_cancel_msg()
[all …]
H A Dphl_api.h230 struct phl_msg_attribute* attr, u32* msg_hdl);
231 enum rtw_phl_status rtw_phl_cancel_dispr_msg(void *phl, u8 band_idx, u32* msg_hdl);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dcmd_disp_test.c411 u32 msg_hdl = 0; in disp_send_msg_test() local
556 phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, &msg_hdl); in disp_send_msg_test()
558 phl_disp_eng_cancel_msg(disp_test_ctx.phl, 0, &msg_hdl); in disp_send_msg_test()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dcmd_disp_test.c411 u32 msg_hdl = 0; in disp_send_msg_test() local
556 phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, &msg_hdl); in disp_send_msg_test()
558 phl_disp_eng_cancel_msg(disp_test_ctx.phl, 0, &msg_hdl); in disp_send_msg_test()