Searched refs:bfa_dport_s (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_svc.c | 5630 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 …]
|
D | bfa_svc.h | 779 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
|