Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/bfa/
Dbfa_svc.h96 struct bfa_fcxp_mod_s { struct
97 struct bfa_s *bfa; /* backpointer to BFA */
98 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */
99 u16 num_fcxps; /* max num FCXP requests */
100 struct list_head fcxp_free_q; /* free FCXPs */
101 struct list_head fcxp_active_q; /* active FCXPs */
102 struct list_head wait_q; /* wait queue for free fcxp */
103 struct list_head fcxp_unused_q; /* unused fcxps */
104 u32 req_pld_sz;
105 u32 rsp_pld_sz;
[all …]