Searched refs:bh_cnt_tmp (Results 1 – 1 of 1) sorted by relevance
1485 uint32_t bh_cnt, bh_cnt_tmp; in flow_rx_agg_channel() local1493 bh_cnt_tmp = bh_cnt = _estimate_buflet_cnt(fe, dpp); in flow_rx_agg_channel()1497 bh_cnt_tmp, err); in flow_rx_agg_channel()1580 bh_cnt_tmp = howmany(plen, dpp->pp_buflet_size); in flow_rx_agg_channel()1581 if (__improbable(bh_cnt_tmp > MAX_BUFLET_COUNT)) { in flow_rx_agg_channel()1583 SK_ERR("packet too big: bufcnt %d len %d", bh_cnt_tmp, in flow_rx_agg_channel()1588 if (bh_cnt < bh_cnt_tmp) { in flow_rx_agg_channel()1604 tmp = MAX(tmp, bh_cnt_tmp); in flow_rx_agg_channel()1610 if (__improbable((tmp == 0) || (bh_cnt < bh_cnt_tmp))) { in flow_rx_agg_channel()1618 ASSERT(bh_cnt >= bh_cnt_tmp); in flow_rx_agg_channel()[all …]