Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_svc.h234 struct list_head rp_active_q; /* free bfa_rports */ member
Dbfa_svc.c4801 INIT_LIST_HEAD(&mod->rp_active_q); in bfa_rport_attach()
4842 list_for_each_safe(qe, qen, &mod->rp_active_q) { in bfa_rport_iocdisable()
4855 list_add_tail(&rport->qe, &mod->rp_active_q); in bfa_rport_alloc()
4865 WARN_ON(!bfa_q_is_on_q(&mod->rp_active_q, rport)); in bfa_rport_free()