Searched refs:frib_cnt (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 143 size_t frb_cnt, size_t frib_cnt) in flow_mgr_create() argument 153 ASSERT(frib_cnt != 0); in flow_mgr_create() 199 flow_route_id_buckets_alloc(frib_cnt, &frib_sz, &frib_tot_sz); in flow_mgr_create() 205 *(size_t *)(uintptr_t)&fm->fm_route_id_buckets_cnt = frib_cnt; in flow_mgr_create()
|
| H A D | flow_route.c | 229 flow_route_id_buckets_alloc(size_t frib_cnt, size_t *frib_sz, size_t *tot_sz) in flow_route_id_buckets_alloc() argument 237 *tot_sz = frib_tot_sz = frib_cnt * (*frib_sz); in flow_route_id_buckets_alloc() 259 "(total %zu bytes) ALLOC", SK_KVA(frib), frib_cnt, in flow_route_id_buckets_alloc()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 4004 uint32_t frib_cnt = fsw_flow_route_id_buckets; in fsw_dp_ctor() local 4022 if (frib_cnt == 0) { in fsw_dp_ctor() 4023 frib_cnt = NX_FSW_FRIB_HASHSZ; in fsw_dp_ctor() 4024 ASSERT(frib_cnt != 0); in fsw_dp_ctor() 4064 fsw->fsw_flow_mgr = flow_mgr_create(fe_cnt, fob_cnt, frb_cnt, frib_cnt); in fsw_dp_ctor()
|