kernel/drivers/net/ethernet/intel/ice/ice_base.c
.. .. @@ -353,7 +353,8 @@ 353 353 /* Receive Packet Data Buffer Size. 354 354 * The Packet Data Buffer Size is defined in 128 byte units. 355 355 */ 356 - rlan_ctx.dbuf = ring->rx_buf_len >> ICE_RLAN_CTX_DBUF_S;356 + rlan_ctx.dbuf = DIV_ROUND_UP(ring->rx_buf_len,357 + BIT_ULL(ICE_RLAN_CTX_DBUF_S));357 358 358 359 /* use 32 byte descriptors */ 359 360 rlan_ctx.dsize = 1;