Searched refs:fib_list (Results 1 – 5 of 5) sorted by relevance
199 INIT_LIST_HEAD(&fibctx->fib_list); in open_getadapter_fib()207 entry = dev->fib_list.next; in open_getadapter_fib()208 while (entry != &dev->fib_list) { in open_getadapter_fib()213 entry = dev->fib_list.next; in open_getadapter_fib()273 entry = dev->fib_list.next; in next_getadapter_fib()276 while (entry != &dev->fib_list) { in next_getadapter_fib()305 if (!list_empty(&fibctx->fib_list)) { in next_getadapter_fib()309 entry = fibctx->fib_list.next; in next_getadapter_fib()367 entry = fibctx->fib_list.next; in aac_close_fib_context()414 entry = dev->fib_list.next; in close_getadapter_fib()[all …]
1890 entry = dev->fib_list.next; in get_fib_count()1891 while (entry != &dev->fib_list) { in get_fib_count()1948 entry = dev->fib_list.next; in wakeup_fibctx_threads()1958 while (entry != &dev->fib_list) { in wakeup_fibctx_threads()2010 list_add_tail(&newfib->fiblink, &fibctx->fib_list); in wakeup_fibctx_threads()
655 INIT_LIST_HEAD(&dev->fib_list); in aac_init_adapter()
1231 struct list_head fib_list; // this holds fibs and their attachd hw_fibs member1563 struct list_head fib_list; member
4087 list_for_each_entry(fib6_entry, &nh_grp->fib_list, in mlxsw_sp_nexthop6_group_offload_refresh()5314 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop_obj_group_create()5340 WARN_ON_ONCE(!list_empty(&nh_grp->fib_list)); in mlxsw_sp_nexthop_obj_group_destroy()5513 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop_obj_del()5851 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop4_group_create()5924 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop4_group_put()7109 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop6_group_create()7174 &nh_grp->fib_list); in mlxsw_sp_nexthop6_group_get()7186 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop6_group_put()7226 if (list_empty(&old_nh_grp->fib_list)) in mlxsw_sp_nexthop6_group_update()[all …]
Completed in 46 milliseconds