Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/irdma/
H A Dhw.c604 kfree(cqp->cqp_requests); in irdma_destroy_cqp()
605 cqp->cqp_requests = NULL; in irdma_destroy_cqp()
935 cqp->cqp_requests = kcalloc(sqsize, sizeof(*cqp->cqp_requests), GFP_KERNEL); in irdma_create_cqp()
936 if (!cqp->cqp_requests) in irdma_create_cqp()
1004 init_waitqueue_head(&cqp->cqp_requests[i].waitq); in irdma_create_cqp()
1005 list_add_tail(&cqp->cqp_requests[i].list, &cqp->cqp_avail_reqs); in irdma_create_cqp()
1018 kfree(cqp->cqp_requests); in irdma_create_cqp()
1019 cqp->cqp_requests = NULL; in irdma_create_cqp()
H A Dmain.h180 struct irdma_cqp_request *cqp_requests; member