Searched refs:fcxp_free_q (Results 1 – 2 of 2) sorted by relevance
443 INIT_LIST_HEAD(&mod->fcxp_free_q); in claim_fcxps_mem()453 list_add_tail(&fcxp->qe, &mod->fcxp_free_q); in claim_fcxps_mem()545 list_splice_tail_init(&mod->fcxp_unused_q, &mod->fcxp_free_q); in bfa_fcxp_iocdisable()566 bfa_q_deq(&fm->fcxp_free_q, &fcxp); in bfa_fcxp_get()660 list_add_tail(&fcxp->qe, &mod->fcxp_free_q); in bfa_fcxp_put()1084 WARN_ON(!list_empty(&mod->fcxp_free_q)); in bfa_fcxp_alloc_wait()1156 bfa_q_deq_tail(&mod->fcxp_free_q, &qe); in bfa_fcxp_res_recfg()
100 struct list_head fcxp_free_q; /* free FCXPs */ member