Searched refs:SLIST_FIRST (Results 1 – 5 of 5) sorted by relevance
188 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \190 } else if (SLIST_FIRST(head2) != NULL) { \203 for ((var) = SLIST_FIRST((head)); \213 for ((var) = SLIST_FIRST((head)); \223 for ((varp) = &SLIST_FIRST((head)); \228 SLIST_FIRST((head)) = NULL; \238 SLIST_FIRST((head)) = (elm); \245 if (SLIST_FIRST((head)) == (elm)) { \263 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \274 SLIST_FIRST(head1) = SLIST_FIRST(head2); \[all …]
23 entry = SLIST_FIRST(&priv->mr_list); in mlx5_vdpa_mem_dereg()
1034 tmp = SLIST_FIRST(&qdev->arfs_info.arfs_list_head); in qede_flow_flush()
753 tmp = SLIST_FIRST(&qdev->mc_list_head); in qede_del_mcast_filters()
2352 c = SLIST_FIRST(&fm->counters); in enic_fm_counter_alloc()