Searched refs:fcxp_rsp_free_q (Results 1 – 2 of 2) sorted by relevance
417 INIT_LIST_HEAD(&mod->fcxp_rsp_free_q); in claim_fcxps_mem()432 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in claim_fcxps_mem()514 list_splice_tail_init(&mod->fcxp_rsp_unused_q, &mod->fcxp_rsp_free_q); in bfa_fcxp_iocdisable()538 bfa_q_deq(&fm->fcxp_rsp_free_q, &fcxp); in bfa_fcxp_get()640 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in bfa_fcxp_put()1069 WARN_ON(!list_empty(&mod->fcxp_rsp_free_q)); in bfa_fcxp_req_rsp_alloc_wait()1149 bfa_q_deq_tail(&mod->fcxp_rsp_free_q, &qe); in bfa_fcxp_res_recfg()
94 struct list_head fcxp_rsp_free_q; /* free FCXPs used for sending req */ member