Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
A Dbfa_cs.h118 #define bfa_q_prev(_qe) (((struct list_head *) (_qe))->prev) macro
125 bfa_q_prev(_qe) = (struct list_head *) NULL; \
134 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
147 *((struct list_head **) (_qe)) = bfa_q_prev(_q); \
148 bfa_q_next(bfa_q_prev(*((struct list_head **) _qe))) = \
150 bfa_q_prev(_q) = bfa_q_prev(*(struct list_head **) _qe);\

Completed in 3 milliseconds