Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_dispatcher.c759 struct phl_cmd_token_req_ex* req_ex = NULL; in cancel_all_cmd_req() local
762 req_ex = &(obj->token_req_ex_pool[i]); in cancel_all_cmd_req()
763 if (req_ex->status) in cancel_all_cmd_req()
764 SET_STATUS_FLAG(req_ex->status, REQ_STATUS_CANCEL); in cancel_all_cmd_req()
864 struct phl_cmd_token_req_ex *req_ex = NULL; in _handle_token_op_info() local
876 req_ex = &(obj->token_req_ex_pool[op_info->data]); in _handle_token_op_info()
877 if (!TEST_STATUS_FLAG(req_ex->status, REQ_STATUS_RUN)) in _handle_token_op_info()
885 req_ex = &(obj->token_req_ex_pool[op_info->data]); in _handle_token_op_info()
886 if (TEST_STATUS_FLAG(req_ex->status, REQ_STATUS_ENQ)) { in _handle_token_op_info()
887 pq_del_node(d, &(obj->token_req_wait_q), &(req_ex->list), _bh); in _handle_token_op_info()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_dispatcher.c759 struct phl_cmd_token_req_ex* req_ex = NULL; in cancel_all_cmd_req() local
762 req_ex = &(obj->token_req_ex_pool[i]); in cancel_all_cmd_req()
763 if (req_ex->status) in cancel_all_cmd_req()
764 SET_STATUS_FLAG(req_ex->status, REQ_STATUS_CANCEL); in cancel_all_cmd_req()
864 struct phl_cmd_token_req_ex *req_ex = NULL; in _handle_token_op_info() local
876 req_ex = &(obj->token_req_ex_pool[op_info->data]); in _handle_token_op_info()
877 if (!TEST_STATUS_FLAG(req_ex->status, REQ_STATUS_RUN)) in _handle_token_op_info()
885 req_ex = &(obj->token_req_ex_pool[op_info->data]); in _handle_token_op_info()
886 SET_STATUS_FLAG(req_ex->status, REQ_STATUS_CANCEL); in _handle_token_op_info()
887 if (TEST_STATUS_FLAG(req_ex->status, REQ_STATUS_ENQ)) { in _handle_token_op_info()
[all …]