Searched refs:bh_cnt_tmp (Results 1 – 1 of 1) sorted by relevance
1467 uint32_t bh_cnt, bh_cnt_tmp; in flow_rx_agg_channel() local1475 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 …]