Home
last modified time | relevance | path

Searched refs:pq_pop (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_msg_hub.c73 if(pq_pop(d, &hub->idle_msg_q, &new_msg, _first, _bh)) { in pop_front_idle_msg()
101 if(pq_pop(d, &hub->wait_msg_q, &new_msg, _first, _bh)) { in pop_front_wait_msg()
H A Dphl_scan_fsm.c615 if (!pq_pop(d, &pscan->req_q, &obj, _first, _bh)) in chk_pending_req()
763 while (pq_pop(d, &pscan->off_ch_cmd_q, &obj, _first, _bh)) { in handle_off_ch_cmd()
1200 while (pq_pop(d, &pscan->req_q, &obj, _first, _bh)) in phl_scan_destory_obj()
1204 while (pq_pop(d, &pscan->off_ch_cmd_q, &obj, _first, _bh)) in phl_scan_destory_obj()
1309 while (pq_pop(d, &pscan->req_q, &obj, _first, _bh)) { in rtw_phl_scan_del_request()
H A Dphl_util.h96 u8 pq_pop(void *d, struct phl_queue *q, _os_list **obj, u8 pos, enum lock_type type);
H A Dphl_cmd_dispatcher.c292 if (pq_pop(d, &(obj->msg_idle_q), &new_msg, _first, _bh)) { in pop_front_idle_msg()
343 if (pq_pop(d, &(obj->msg_wait_q), &new_msg, _first, _bh)) { in pop_front_wait_msg()
394 if (pq_pop(d, &(obj->msg_pend_q), &new_msg, _first, _bh)) { in pop_front_pending_msg()
620 if (pq_pop(d, &(obj->token_req_idle_q), &new_req, _first, _bh)) { in pop_front_idle_req()
652 if (pq_pop(d, &(obj->token_req_wait_q), &new_req, _first, _bh)) { in pop_front_wait_req()
832 if (pq_pop(d, &(obj->token_op_q), &new_info, _first, _bh)) { in pop_front_token_op_info()
1644 while (pq_pop(d, &(obj->module_q[i]), &mdl, _first, _bh)) { in dispr_module_deinit()
H A Dphl_util.c56 u8 pq_pop(void *d, struct phl_queue *q, _os_list **obj, u8 pos, enum lock_type type) in pq_pop() function
H A Dphl_cmd_ser.c192 if (pq_pop(drv, &cser->stslist, &obj, _first, _ps)) { in _ser_l2_notify()
H A Dphl_cmd_ps.c389 if (pq_pop(d, &(ps->req_idle_q), &new_req, _first, _bh)) { in _pop_idle_req()
417 if (pq_pop(d, &(ps->req_busy_q), &new_req, _tail, _bh)) { in _pop_busy_req()
H A Dphl_cmd_scan.c157 if(pq_pop(drv, &param->chlist, &obj, _first, _ps)) { in _cmd_scan_select_chnl()
H A Dphl_rx.c1271 while (true == pq_pop(d, pq, &pkt_list, _first, _bh)) { in _phl_rx_proc_frame_list()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_scan_fsm.c615 if (!pq_pop(d, &pscan->req_q, &obj, _first, _bh)) in chk_pending_req()
763 while (pq_pop(d, &pscan->off_ch_cmd_q, &obj, _first, _bh)) { in handle_off_ch_cmd()
1200 while (pq_pop(d, &pscan->req_q, &obj, _first, _bh)) in phl_scan_destory_obj()
1204 while (pq_pop(d, &pscan->off_ch_cmd_q, &obj, _first, _bh)) in phl_scan_destory_obj()
1309 while (pq_pop(d, &pscan->req_q, &obj, _first, _bh)) { in rtw_phl_scan_del_request()
H A Dphl_msg_hub.c73 if(pq_pop(d, &hub->idle_msg_q, &new_msg, _first, _bh)) { in pop_front_idle_msg()
101 if(pq_pop(d, &hub->wait_msg_q, &new_msg, _first, _bh)) { in pop_front_wait_msg()
H A Dphl_util.h96 u8 pq_pop(void *d, struct phl_queue *q, _os_list **obj, u8 pos, enum lock_type type);
H A Dphl_cmd_dispatcher.c292 if (pq_pop(d, &(obj->msg_idle_q), &new_msg, _first, _bh)) { in pop_front_idle_msg()
343 if (pq_pop(d, &(obj->msg_wait_q), &new_msg, _first, _bh)) { in pop_front_wait_msg()
394 if (pq_pop(d, &(obj->msg_pend_q), &new_msg, _first, _bh)) { in pop_front_pending_msg()
620 if (pq_pop(d, &(obj->token_req_idle_q), &new_req, _first, _bh)) { in pop_front_idle_req()
652 if (pq_pop(d, &(obj->token_req_wait_q), &new_req, _first, _bh)) { in pop_front_wait_req()
832 if (pq_pop(d, &(obj->token_op_q), &new_info, _first, _bh)) { in pop_front_token_op_info()
1645 while (pq_pop(d, &(obj->module_q[i]), &mdl, _first, _bh)) { in dispr_module_deinit()
H A Dphl_util.c56 u8 pq_pop(void *d, struct phl_queue *q, _os_list **obj, u8 pos, enum lock_type type) in pq_pop() function
H A Dphl_cmd_ser.c192 if (pq_pop(drv, &cser->stslist, &obj, _first, _ps)) { in _ser_l2_notify()
H A Dphl_cmd_ps.c414 if (pq_pop(d, &(ps->req_idle_q), &new_req, _first, _bh)) { in _pop_idle_req()
442 if (pq_pop(d, &(ps->req_busy_q), &new_req, _tail, _bh)) { in _pop_busy_req()
H A Dphl_cmd_scan.c157 if(pq_pop(drv, &param->chlist, &obj, _first, _ps)) { in _cmd_scan_select_chnl()
H A Dphl_rx.c1276 while (true == pq_pop(d, pq, &pkt_list, _first, _bh)) { in _phl_rx_proc_frame_list()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_btc.c65 if (pq_pop(halcom_to_drvpriv(hal_com), q, &list, _first, _bh)) in _msg_deq()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_btc.c64 if (pq_pop(halcom_to_drvpriv(hal_com), q, &list, _first, _bh)) in _msg_deq()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c94 res = pq_pop(drv, pool_list, &buflist, _first, _ps); in dequeue_txbuf()