Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcs.h70 struct bfa_timer_s timer;
95 struct bfa_timer_s timer;
121 struct bfa_timer_s timer;
146 struct bfa_timer_s timer;
206 struct bfa_timer_s link_timer; /* timer for link offline */
285 struct bfa_timer_s link_timer; /* Link Failure timer. Vport */
288 struct bfa_timer_s delay_timer; /* delay timer */
462 struct bfa_timer_s timer;
530 struct bfa_timer_s timer; /* general purpose timer */
590 struct bfa_timer_s timer; /* general purpose timer */
[all …]
H A Dbfa_ioc.h31 struct bfa_timer_s { struct
48 void bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer, argument
51 void bfa_timer_stop(struct bfa_timer_s *timer);
337 struct bfa_timer_s ioc_timer;
338 struct bfa_timer_s sem_timer;
339 struct bfa_timer_s hb_timer;
643 struct bfa_timer_s timer;
825 struct bfa_timer_s timer;
H A Dbfa_svc.h547 struct bfa_timer_s timer; /* timer */
743 struct bfa_timer_s timer;
H A Dbfa_fcpim.h293 struct bfa_timer_s timer; /* pending IO TOV */
H A Dbfa_ioc.c3169 struct bfa_timer_s *elem; in bfa_timer_beat()
3179 elem = (struct bfa_timer_s *) qe; in bfa_timer_beat()
3204 bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer, in bfa_timer_begin()
3222 bfa_timer_stop(struct bfa_timer_s *timer) in bfa_timer_stop()