Home
last modified time | relevance | path

Searched refs:bfa_reqq_wait_s (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.h201 struct bfa_reqq_wait_s reqq_wqe;
306 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
417 struct bfa_reqq_wait_s wqe; /* request wait queue element */
483 struct bfa_reqq_wait_s reqq_wait;
485 struct bfa_reqq_wait_s svcreq_wait;
487 struct bfa_reqq_wait_s stats_reqq_wait;
719 struct bfa_reqq_wait_s reqq_wait;
Dbfa_fcpim.h191 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
211 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
241 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
Dbfa_ioc.h361 struct bfa_reqq_wait_s { struct
486 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
678 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
727 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
Dbfa.h97 bfa_reqq_winit(struct bfa_reqq_wait_s *wqe, void (*qresume) (void *cbarg), in bfa_reqq_winit()
Dbfa_core.c699 struct bfa_reqq_wait_s *wqe; in bfa_reqq_resume()
710 wqe = (struct bfa_reqq_wait_s *) qe; in bfa_reqq_resume()