Searched refs:cqp_pending_reqs (Results 1 – 5 of 5) sorted by relevance
642 && (list_empty(&nesdev->cqp_pending_reqs))) { in nes_post_cqp_request()673 list_add_tail(&cqp_request->list, &nesdev->cqp_pending_reqs); in nes_post_cqp_request()
258 struct list_head cqp_pending_reqs; member
1094 INIT_LIST_HEAD(&nesdev->cqp_pending_reqs); in nes_init_cqp()3040 while ((!list_empty(&nesdev->cqp_pending_reqs)) && in nes_cqp_ce_handler()3043 cqp_request = list_entry(nesdev->cqp_pending_reqs.next, in nes_cqp_ce_handler()
158 struct list_head cqp_pending_reqs; member
613 INIT_LIST_HEAD(&cqp->cqp_pending_reqs); in i40iw_create_cqp()