Searched refs:list_for_each_node_safe (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/ofed/libbnxtre/ |
| H A D | db.c | 518 list_for_each_node_safe(cur, tmp, &cntx->qp_dbr_res.head) { in bnxt_re_db_recovery() 527 list_for_each_node_safe(cur, tmp, &cntx->cq_dbr_res.head) { in bnxt_re_db_recovery() 534 list_for_each_node_safe(cur, tmp, &cntx->srq_dbr_res.head) { in bnxt_re_db_recovery()
|
| H A D | list.h | 104 #define list_for_each_node_safe(pos, n, head) \ macro
|
| H A D | verbs.c | 569 list_for_each_node_safe(cur, tmp, &cq->prev_cq_head) { in bnxt_re_destroy_resize_cq_list() 1020 list_for_each_node_safe(cur, tmp, lhead) { in bnxt_re_poll_flush_wqes() 1067 list_for_each_node_safe(cur, tmp, &cq->prev_cq_head) { in bnxt_re_poll_resize_cq_list()
|