Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_cs.h158 #define bfa_q_prev(_qe) (((struct list_head *) (_qe))->prev) macro
165 bfa_q_prev(_qe) = (struct list_head *) NULL; \
174 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
187 *((struct list_head **) (_qe)) = bfa_q_prev(_q); \
188 bfa_q_next(bfa_q_prev(*((struct list_head **) _qe))) = \
190 bfa_q_prev(_q) = bfa_q_prev(*(struct list_head **) _qe);\