Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_buffers.c421 u16 thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes() local
425 thres_cells = 0; in mlxsw_sp_hdroom_bufs_reset_sizes()
428 thres_cells = mlxsw_sp_hdroom_buf_threshold_get(mlxsw_sp, hdroom->mtu); in mlxsw_sp_hdroom_bufs_reset_sizes()
431 thres_cells = mlxsw_sp_hdroom_buf_threshold_get(mlxsw_sp, hdroom->mtu); in mlxsw_sp_hdroom_bufs_reset_sizes()
435 thres_cells = mlxsw_sp_port_headroom_8x_adjust(mlxsw_sp_port, thres_cells); in mlxsw_sp_hdroom_bufs_reset_sizes()
438 buf->thres_cells = thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()
440 buf->size_cells = thres_cells + delay_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()
445 buf->size_cells = max(buf->set_size_cells, buf->thres_cells); in mlxsw_sp_hdroom_bufs_reset_sizes()
472 mlxsw_sp_hdroom_buf_pack(pbmc_pl, i, buf->size_cells, buf->thres_cells, buf->lossy); in mlxsw_sp_hdroom_configure_buffers()