Home
last modified time | relevance | path

Searched refs:reqq_waitq (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/bfa/ !
Dbfa_modules.h68 struct list_head reqq_waitq[BFI_IOC_MAX_CQS]; member
Dbfa.h96 #define bfa_reqq(__bfa, __reqq) (&(__bfa)->reqq_waitq[__reqq])
Dbfa_core.c1540 INIT_LIST_HEAD(&bfa->reqq_waitq[i]); in bfa_iocfc_attach()