Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.h64 struct bfa_timer_s timer;
75 struct bfa_timer_s timer;
84 struct bfa_timer_s timer;
95 struct bfa_timer_s timer;
140 struct bfa_timer_s link_timer; /* timer for link offline */
192 struct bfa_timer_s link_timer; /* Link Failure timer. Vport */
195 struct bfa_timer_s delay_timer; /* delay timer */
351 struct bfa_timer_s timer;
404 struct bfa_timer_s timer; /* general purpose timer */
434 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);
298 struct bfa_timer_s ioc_timer;
299 struct bfa_timer_s sem_timer;
300 struct bfa_timer_s hb_timer;
620 struct bfa_timer_s timer;
787 struct bfa_timer_s timer;
H A Dbfa_svc.h491 struct bfa_timer_s timer; /* timer */
692 struct bfa_timer_s timer;
H A Dbfa_fcpim.h233 struct bfa_timer_s timer; /* pending IO TOV */
H A Dbfa_ioc.c3191 struct bfa_timer_s *elem; in bfa_timer_beat()
3201 elem = (struct bfa_timer_s *) qe; in bfa_timer_beat()
3226 bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer, in bfa_timer_begin()
3244 bfa_timer_stop(struct bfa_timer_s *timer) in bfa_timer_stop()