Searched refs:bfa_q_next (Results 1 - 7 of 7) sorted by last modified time

/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);
H A Dbfa_fcpim.c2533 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg);
H A Dbfa_fcs_lport.c5743 qe = bfa_q_next(qe);
5759 qe = bfa_q_next(qe);
5791 qe = bfa_q_next(qe);
5799 qe = bfa_q_next(qe);
5807 qe = bfa_q_next(qe);
5850 qe = bfa_q_next(qe);
5865 qe = bfa_q_next(qe);
H A Dbfa_ioc.c3210 qe = bfa_q_next(qh);
3213 qe_next = bfa_q_next(qe);
H A Dbfa_svc.c1661 qe = bfa_q_next(first_lps);
1664 qe_next = bfa_q_next(qe);
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1818 i++, rxp_qe = bfa_q_next(rxp_qe)) {
2037 } else if (bfa_q_next(prev_qe) == &rx_mod->rx_free_q) {
2042 bfa_q_next(&rx->qe) = bfa_q_next(prev_qe);
2044 bfa_q_next(prev_qe) = &rx->qe;
2045 bfa_q_prev(bfa_q_next(&rx->qe)) = &rx->qe;
2349 i++, rxp_qe = bfa_q_next(rxp_qe)) {
3385 i++, qe = bfa_q_next(qe)) {
3545 } else if (bfa_q_next(prev_qe) == &tx_mod->tx_free_q) {
3550 bfa_q_next(
[all...]
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...]

Completed in 155 milliseconds