Searched refs:cqp_requests (Results 1 – 2 of 2) sorted by relevance
696 kfree(cqp->cqp_requests); in irdma_destroy_cqp()697 cqp->cqp_requests = NULL; in irdma_destroy_cqp()1032 cqp->cqp_requests = kzalloc_objs(*cqp->cqp_requests, sqsize); in irdma_create_cqp()1033 if (!cqp->cqp_requests) in irdma_create_cqp()1111 init_waitqueue_head(&cqp->cqp_requests[i].waitq); in irdma_create_cqp()1112 list_add_tail(&cqp->cqp_requests[i].list, &cqp->cqp_avail_reqs); in irdma_create_cqp()1128 kfree(cqp->cqp_requests); in irdma_create_cqp()1129 cqp->cqp_requests = NULL; in irdma_create_cqp()
185 struct irdma_cqp_request *cqp_requests; member