Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1467 uint32_t bh_cnt, bh_cnt_tmp; in flow_rx_agg_channel() local
1475 bh_cnt_tmp = bh_cnt = _estimate_buflet_cnt(fe, dpp); in flow_rx_agg_channel()
1479 bh_cnt_tmp, err); in flow_rx_agg_channel()
1562 bh_cnt_tmp = howmany(plen, dpp->pp_buflet_size); in flow_rx_agg_channel()
1563 if (__improbable(bh_cnt_tmp > MAX_BUFLET_COUNT)) { in flow_rx_agg_channel()
1565 SK_ERR("packet too big: bufcnt %d len %d", bh_cnt_tmp, in flow_rx_agg_channel()
1570 if (bh_cnt < bh_cnt_tmp) { in flow_rx_agg_channel()
1586 tmp = MAX(tmp, bh_cnt_tmp); in flow_rx_agg_channel()
1592 if (__improbable((tmp == 0) || (bh_cnt < bh_cnt_tmp))) { in flow_rx_agg_channel()
1600 ASSERT(bh_cnt >= bh_cnt_tmp); in flow_rx_agg_channel()
[all …]