Searched refs:bfa_q_prev (Results 1 – 1 of 1) sorted by relevance
158 #define bfa_q_prev(_qe) (((struct list_head *) (_qe))->prev) macro165 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);\