Home
last modified time | relevance | path

Searched refs:msg_ex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_dispatcher.c1924 struct phl_dispr_msg_ex *msg_ex = NULL; in dispr_send_msg() local
1958 if (!pop_front_idle_msg(obj, &msg_ex)) { in dispr_send_msg()
1967 _os_mem_cpy(d, &msg_ex->msg, msg, sizeof(struct phl_msg)); in dispr_send_msg()
1969 set_msg_bitmap(obj, msg_ex, module_id); in dispr_send_msg()
1972 msg_ex->attr = (struct dispr_msg_attr *)attr->dispr_attr; in dispr_send_msg()
1975 set_msg_custom_bitmap(obj, msg_ex, attr->opt, in dispr_send_msg()
1978 SET_STATUS_FLAG(msg_ex->status, MSG_STATUS_NOTIFY_COMPLETE); in dispr_send_msg()
1979 msg_ex->completion.completion = attr->completion.completion; in dispr_send_msg()
1980 msg_ex->completion.priv = attr->completion.priv; in dispr_send_msg()
1983 SET_STATUS_FLAG(msg_ex->status, MSG_STATUS_CLR_SNDR_MSG_IF_PENDING); in dispr_send_msg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_dispatcher.c1925 struct phl_dispr_msg_ex *msg_ex = NULL; in dispr_send_msg() local
1959 if (!pop_front_idle_msg(obj, &msg_ex)) { in dispr_send_msg()
1968 _os_mem_cpy(d, &msg_ex->msg, msg, sizeof(struct phl_msg)); in dispr_send_msg()
1970 set_msg_bitmap(obj, msg_ex, module_id); in dispr_send_msg()
1973 msg_ex->attr = (struct dispr_msg_attr *)attr->dispr_attr; in dispr_send_msg()
1976 set_msg_custom_bitmap(obj, msg_ex, attr->opt, in dispr_send_msg()
1979 SET_STATUS_FLAG(msg_ex->status, MSG_STATUS_NOTIFY_COMPLETE); in dispr_send_msg()
1980 msg_ex->completion.completion = attr->completion.completion; in dispr_send_msg()
1981 msg_ex->completion.priv = attr->completion.priv; in dispr_send_msg()
1984 SET_STATUS_FLAG(msg_ex->status, MSG_STATUS_CLR_SNDR_MSG_IF_PENDING); in dispr_send_msg()
[all …]