Home
last modified time | relevance | path

Searched refs:bfa_dport_s (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_svc.c5630 static void bfa_dport_sm_disabled(struct bfa_dport_s *dport,
5632 static void bfa_dport_sm_enabling_qwait(struct bfa_dport_s *dport,
5634 static void bfa_dport_sm_enabling(struct bfa_dport_s *dport,
5636 static void bfa_dport_sm_enabled(struct bfa_dport_s *dport,
5638 static void bfa_dport_sm_disabling_qwait(struct bfa_dport_s *dport,
5640 static void bfa_dport_sm_disabling(struct bfa_dport_s *dport,
5642 static void bfa_dport_sm_starting_qwait(struct bfa_dport_s *dport,
5644 static void bfa_dport_sm_starting(struct bfa_dport_s *dport,
5646 static void bfa_dport_sm_dynamic_disabling(struct bfa_dport_s *dport,
5648 static void bfa_dport_sm_dynamic_disabling_qwait(struct bfa_dport_s *dport,
[all …]
Dbfa_svc.h779 struct bfa_dport_s;
780 typedef void (*bfa_dport_sm_t)(struct bfa_dport_s *, enum bfa_dport_sm_event);
782 struct bfa_dport_s { struct
804 struct bfa_dport_s dport; argument