Home
last modified time | relevance | path

Searched defs:bfa_s (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_modules.h110 struct bfa_s { struct
111 void *bfad; /* BFA driver instance */
112 struct bfa_plog_s *plog; /* portlog buffer */
113 struct bfa_trc_mod_s *trcmod; /* driver tracing */
114 struct bfa_ioc_s ioc; /* IOC module */
115 struct bfa_iocfc_s iocfc; /* IOCFC module */
116 struct bfa_timer_mod_s timer_mod; /* timer module */
117 struct bfa_modules_s modules; /* BFA modules */
118 struct list_head comp_q; /* pending completions */
119 bfa_boolean_t queue_process; /* queue processing enabled */
[all …]