Searched refs:frib_cnt (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 146 size_t frb_cnt, size_t frib_cnt) in flow_mgr_create() argument 156 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 fm->fm_route_id_buckets_cnt = frib_cnt; in flow_mgr_create()
|
| H A D | flow_route.c | 230 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-11215.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 4158 uint32_t frib_cnt = fsw_flow_route_id_buckets; in fsw_dp_ctor() local 4177 if (frib_cnt == 0) { in fsw_dp_ctor() 4178 frib_cnt = NX_FSW_FRIB_HASHSZ; in fsw_dp_ctor() 4179 ASSERT(frib_cnt != 0); in fsw_dp_ctor() 4219 fsw->fsw_flow_mgr = flow_mgr_create(fe_cnt, fob_cnt, frb_cnt, frib_cnt); in fsw_dp_ctor()
|