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