Searched refs:prev_qe (Results 1 – 1 of 1) sorted by relevance
2022 struct list_head *prev_qe = NULL; in bna_rx_put() local2029 prev_qe = qe; in bna_rx_put()2034 if (prev_qe == NULL) { in bna_rx_put()2037 } else if (bfa_q_next(prev_qe) == &rx_mod->rx_free_q) { in bna_rx_put()2042 bfa_q_next(&rx->qe) = bfa_q_next(prev_qe); in bna_rx_put()2043 bfa_q_prev(&rx->qe) = prev_qe; in bna_rx_put()2044 bfa_q_next(prev_qe) = &rx->qe; in bna_rx_put()3511 struct list_head *prev_qe; in bna_tx_free() local3533 prev_qe = NULL; in bna_tx_free()3536 prev_qe = qe; in bna_tx_free()[all …]