Searched defs:bfa_q_next (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dcna.h51 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) macro
58 bfa_q_next(_qe) = (struct list_head *) NULL; \
67 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
68 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
70 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe)); \
83 bfa_q_next(bfa_q_prev(*((struct list_head **) _qe))) = \
96 if (!(bfa_q_next(_qe) == NULL) && (bfa_q_prev(_qe) == NULL)) \
99 (bfa_q_next(_qe) == NULL) && (bfa_q_prev(_qe) == NULL));\
100 bfa_q_next(_q
[all...]
/drivers/scsi/bfa/
H A 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);
205 tqe = bfa_q_next(tqe);

Completed in 151 milliseconds