Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ps.c70 struct phl_queue req_busy_q; member
417 if (pq_pop(d, &(ps->req_busy_q), &new_req, _tail, _bh)) { in _pop_busy_req()
424 …MP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): current busy req cnt %d.\n", __func__, ps->req_busy_q.cnt); in _pop_busy_req()
433 pq_push(d, &(ps->req_busy_q), &(req->list), _tail, _bh); in _push_busy_req()
435 …MP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): current busy req cnt %d.\n", __func__, ps->req_busy_q.cnt); in _push_busy_req()
481 pq_init(d, &ps->req_busy_q); in _init_pwr_req_q()
498 pq_reset(d, &ps->req_busy_q, _bh); in _reset_pwr_req_q()
514 pq_deinit(d, &ps->req_busy_q); in _deinit_pwr_req_q()
950 if (ps->req_busy_q.cnt) { in _chk_ips_enter()
1002 if (ps->req_busy_q.cnt) { in _chk_lps_enter()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ps.c91 struct phl_queue req_busy_q; member
442 if (pq_pop(d, &(ps->req_busy_q), &new_req, _tail, _bh)) { in _pop_busy_req()
449 …MP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): current busy req cnt %d.\n", __func__, ps->req_busy_q.cnt); in _pop_busy_req()
458 pq_push(d, &(ps->req_busy_q), &(req->list), _tail, _bh); in _push_busy_req()
460 …MP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): current busy req cnt %d.\n", __func__, ps->req_busy_q.cnt); in _push_busy_req()
506 pq_init(d, &ps->req_busy_q); in _init_pwr_req_q()
523 pq_reset(d, &ps->req_busy_q, _bh); in _reset_pwr_req_q()
539 pq_deinit(d, &ps->req_busy_q); in _deinit_pwr_req_q()
975 if (ps->req_busy_q.cnt) { in _chk_ips_enter()
1027 if (ps->req_busy_q.cnt) { in _chk_lps_enter()
[all …]