Searched refs:prev_qe (Results 1 – 1 of 1) sorted by relevance
2023 struct list_head *prev_qe = NULL; in bna_rx_put() local2030 prev_qe = qe; in bna_rx_put()2035 if (prev_qe == NULL) { in bna_rx_put()2038 } else if (bfa_q_next(prev_qe) == &rx_mod->rx_free_q) { in bna_rx_put()2043 bfa_q_next(&rx->qe) = bfa_q_next(prev_qe); in bna_rx_put()2044 bfa_q_prev(&rx->qe) = prev_qe; in bna_rx_put()2045 bfa_q_next(prev_qe) = &rx->qe; in bna_rx_put()3512 struct list_head *prev_qe; in bna_tx_free() local3534 prev_qe = NULL; in bna_tx_free()3537 prev_qe = qe; in bna_tx_free()[all …]