Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bna/
Dcna.h55 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) macro
62 bfa_q_next(_qe) = (struct list_head *) NULL; \
71 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
72 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
74 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe)); \
/linux-2.6.39/drivers/scsi/bfa/
Dbfa_cs.h157 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) macro
164 bfa_q_next(_qe) = (struct list_head *) NULL; \
173 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
174 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
176 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe));\
188 bfa_q_next(bfa_q_prev(*((struct list_head **) _qe))) = \
201 tqe = bfa_q_next(q); in bfa_q_is_on_q_func()
205 tqe = bfa_q_next(tqe); in bfa_q_is_on_q_func()
Dbfa_fcs_lport.c4666 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
4682 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
4714 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rports()
4724 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rports()
4767 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()
4787 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()
Dbfa_ioc.c2717 qe = bfa_q_next(qh); in bfa_timer_beat()
2720 qe_next = bfa_q_next(qe); in bfa_timer_beat()
Dbfa_fcpim.c2149 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg); in bfa_ioim_send_ioreq()