Searched refs:fib_list (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/scsi/aacraid/ |
| D | commctrl.c | 198 INIT_LIST_HEAD(&fibctx->fib_list); in open_getadapter_fib() 206 entry = dev->fib_list.next; in open_getadapter_fib() 207 while (entry != &dev->fib_list) { in open_getadapter_fib() 212 entry = dev->fib_list.next; in open_getadapter_fib() 217 list_add_tail(&fibctx->next, &dev->fib_list); in open_getadapter_fib() 255 entry = dev->fib_list.next; in next_getadapter_fib() 258 while (entry != &dev->fib_list) { in next_getadapter_fib() 287 if (!list_empty(&fibctx->fib_list)) { in next_getadapter_fib() 291 entry = fibctx->fib_list.next; in next_getadapter_fib() 344 while (!list_empty(&fibctx->fib_list)) { in aac_close_fib_context() [all …]
|
| D | commsup.c | 1727 entry = aac->fib_list.next; in aac_check_health() 1735 while (entry != &aac->fib_list) { in aac_check_health() 1791 list_add_tail(&fib->fiblink, &fibctx->fib_list); in aac_check_health() 2018 entry = dev->fib_list.next; in get_fib_count() 2019 while (entry != &dev->fib_list) { in get_fib_count() 2076 entry = dev->fib_list.next; in wakeup_fibctx_threads() 2086 while (entry != &dev->fib_list) { in wakeup_fibctx_threads() 2138 list_add_tail(&newfib->fiblink, &fibctx->fib_list); in wakeup_fibctx_threads()
|
| D | comminit.c | 655 INIT_LIST_HEAD(&dev->fib_list); in aac_init_adapter()
|
| D | aacraid.h | 1236 struct list_head fib_list; // this holds fibs and their attachd hw_fibs member 1568 struct list_head fib_list; member
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.c | 2784 struct list_head fib_list; /* list of fib entries that use this group */ member 3153 list_for_each_entry(fib_entry, &nh_grp->fib_list, nexthop_group_node) { in mlxsw_sp_adj_index_mass_update() 3277 list_for_each_entry(fib_entry, &nh_grp->fib_list, nexthop_group_node) { in mlxsw_sp_nexthop_fib_entries_update() 3436 list_for_each_entry(fib6_entry, &nh_grp->fib_list, in mlxsw_sp_nexthop6_group_offload_refresh() 4021 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop4_group_create() 4081 list_add_tail(&fib_entry->nexthop_group_node, &nh_grp->fib_list); in mlxsw_sp_nexthop4_group_get() 4092 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop4_group_put() 5179 INIT_LIST_HEAD(&nh_grp->fib_list); in mlxsw_sp_nexthop6_group_create() 5244 &nh_grp->fib_list); in mlxsw_sp_nexthop6_group_get() 5261 if (!list_empty(&nh_grp->fib_list)) in mlxsw_sp_nexthop6_group_put() [all …]
|