Home
last modified time | relevance | path

Searched refs:fib_list (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/aacraid/
H A Dcommctrl.c199 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 …]
H A Dcommsup.c1728 entry = aac->fib_list.next; in aac_check_health()
1736 while (entry != &aac->fib_list) { in aac_check_health()
1792 list_add_tail(&fib->fiblink, &fibctx->fib_list); in aac_check_health()
2019 entry = dev->fib_list.next; in get_fib_count()
2020 while (entry != &dev->fib_list) { in get_fib_count()
2077 entry = dev->fib_list.next; in wakeup_fibctx_threads()
2087 while (entry != &dev->fib_list) { in wakeup_fibctx_threads()
2139 list_add_tail(&newfib->fiblink, &fibctx->fib_list); in wakeup_fibctx_threads()
H A Dcomminit.c655 INIT_LIST_HEAD(&dev->fib_list); in aac_init_adapter()
H A Daacraid.h1237 struct list_head fib_list; // this holds fibs and their attachd hw_fibs member
1569 struct list_head fib_list; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3967 list_for_each_entry(fib6_entry, &nh_grp->fib_list, in mlxsw_sp_nexthop6_group_offload_refresh()
5182 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop_obj_group_create()
5208 WARN_ON_ONCE(!list_empty(&nh_grp->fib_list)); in mlxsw_sp_nexthop_obj_group_destroy()
5344 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop_obj_del()
5602 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop4_group_create()
5675 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop4_group_put()
6857 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop6_group_create()
6922 &nh_grp->fib_list); in mlxsw_sp_nexthop6_group_get()
6934 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop6_group_put()
6974 if (list_empty(&old_nh_grp->fib_list)) in mlxsw_sp_nexthop6_group_update()
[all …]