Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_cs.h117 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) macro
124 bfa_q_next(_qe) = (struct list_head *) NULL; \
133 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
134 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
136 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe));\
148 bfa_q_next(bfa_q_prev(*((struct list_head **) _qe))) = \
161 tqe = bfa_q_next(q); in bfa_q_is_on_q_func()
165 tqe = bfa_q_next(tqe); in bfa_q_is_on_q_func()