Home
last modified time | relevance | path

Searched refs:fcxp_active_q (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_svc.h101 struct list_head fcxp_active_q; /* active FCXPs */ member
Dbfa_svc.c444 INIT_LIST_HEAD(&mod->fcxp_active_q); in claim_fcxps_mem()
547 list_for_each_safe(qe, qen, &mod->fcxp_active_q) { in bfa_fcxp_iocdisable()
569 list_add_tail(&fcxp->qe, &fm->fcxp_active_q); in bfa_fcxp_get()
658 WARN_ON(!bfa_q_is_on_q(&mod->fcxp_active_q, fcxp)); in bfa_fcxp_put()