Home
last modified time | relevance | path

Searched refs:cqp_requests (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_main.c249 kfree(cqp->cqp_requests); in i40iw_destroy_cqp()
250 cqp->cqp_requests = NULL; in i40iw_destroy_cqp()
564 cqp->cqp_requests = kcalloc(sqsize, sizeof(*cqp->cqp_requests), GFP_KERNEL); in i40iw_create_cqp()
565 if (!cqp->cqp_requests) in i40iw_create_cqp()
569 kfree(cqp->cqp_requests); in i40iw_create_cqp()
610 /* init the waitq of the cqp_requests and add them to the list */ in i40iw_create_cqp()
612 init_waitqueue_head(&cqp->cqp_requests[i].waitq); in i40iw_create_cqp()
613 list_add_tail(&cqp->cqp_requests[i].list, &cqp->cqp_avail_reqs); in i40iw_create_cqp()
H A Di40iw.h156 struct i40iw_cqp_request *cqp_requests; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dhw.c606 kfree(cqp->cqp_requests); in irdma_destroy_cqp()
607 cqp->cqp_requests = NULL; in irdma_destroy_cqp()
937 cqp->cqp_requests = kcalloc(sqsize, sizeof(*cqp->cqp_requests), GFP_KERNEL); in irdma_create_cqp()
938 if (!cqp->cqp_requests) in irdma_create_cqp()
1004 /* init the waitqueue of the cqp_requests and add them to the list */ in irdma_create_cqp()
1006 init_waitqueue_head(&cqp->cqp_requests[i].waitq); in irdma_create_cqp()
1007 list_add_tail(&cqp->cqp_requests[i].list, &cqp->cqp_avail_reqs); in irdma_create_cqp()
1020 kfree(cqp->cqp_requests); in irdma_create_cqp()
1021 cqp->cqp_requests in irdma_create_cqp()
[all...]
H A Dmain.h178 struct irdma_cqp_request *cqp_requests; member

Completed in 8 milliseconds