Searched refs:cqp_requests (Results 1 – 2 of 2) sorted by relevance
249 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()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()
156 struct i40iw_cqp_request *cqp_requests; member