Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_svc.h89 struct bfa_fcxp_mod_s { struct
90 struct bfa_s *bfa; /* backpointer to BFA */
91 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */
92 u16 num_fcxps; /* max num FCXP requests */
93 struct list_head fcxp_req_free_q; /* free FCXPs used for sending req */
94 struct list_head fcxp_rsp_free_q; /* free FCXPs used for sending req */
95 struct list_head fcxp_active_q; /* active FCXPs */
96 struct list_head req_wait_q; /* wait queue for free req_fcxp */
97 struct list_head rsp_wait_q; /* wait queue for free rsp_fcxp */
98 struct list_head fcxp_req_unused_q; /* unused req_fcxps */
[all …]