Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_svc.h194 struct bfa_reqq_wait_s reqq_wqe;
301 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
430 struct bfa_reqq_wait_s wqe; /* request wait queue element */
532 struct bfa_reqq_wait_s reqq_wait;
534 struct bfa_reqq_wait_s svcreq_wait;
536 struct bfa_reqq_wait_s stats_reqq_wait;
785 struct bfa_reqq_wait_s reqq_wait;
Dbfa_fcpim.h211 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
246 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
294 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
Dbfa_ioc.h397 struct bfa_reqq_wait_s { struct
510 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
702 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
751 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
Dbfa.h88 bfa_reqq_winit(struct bfa_reqq_wait_s *wqe, void (*qresume) (void *cbarg), in bfa_reqq_winit()
Dbfa_core.c695 struct bfa_reqq_wait_s *wqe; in bfa_reqq_resume()
706 wqe = (struct bfa_reqq_wait_s *) qe; in bfa_reqq_resume()