Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_base.c447 u16 max_fetch_desc = 0, fetch, i; in ice_calc_ts_ring_count() local
454 max_fetch_desc = max(fetch, max_fetch_desc); in ice_calc_ts_ring_count()
457 if (!max_fetch_desc) in ice_calc_ts_ring_count()
458 max_fetch_desc = ICE_TXTIME_FETCH_TS_DESC_DFLT; in ice_calc_ts_ring_count()
460 max_fetch_desc = ALIGN(max_fetch_desc, ICE_REQ_DESC_MULTIPLE); in ice_calc_ts_ring_count()
462 return tx_ring->count + max_fetch_desc; in ice_calc_ts_ring_count()