Home
last modified time | relevance | path

Searched refs:cqp_pending_reqs (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_utils.c642 && (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()
Dnes.h258 struct list_head cqp_pending_reqs; member
Dnes_hw.c1094 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()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw.h158 struct list_head cqp_pending_reqs; member
Di40iw_main.c613 INIT_LIST_HEAD(&cqp->cqp_pending_reqs); in i40iw_create_cqp()