Searched refs:cqp_pending_reqs (Results 1 – 3 of 3) sorted by relevance
641 && (list_empty(&nesdev->cqp_pending_reqs))) { in nes_post_cqp_request()672 list_add_tail(&cqp_request->list, &nesdev->cqp_pending_reqs); in nes_post_cqp_request()
255 struct list_head cqp_pending_reqs; member
1108 INIT_LIST_HEAD(&nesdev->cqp_pending_reqs); in nes_init_cqp()3092 while ((!list_empty(&nesdev->cqp_pending_reqs)) && in nes_cqp_ce_handler()3095 cqp_request = list_entry(nesdev->cqp_pending_reqs.next, in nes_cqp_ce_handler()