Searched refs:thres_cells (Results 1 – 2 of 2) sorted by relevance
419 u16 thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes() local423 thres_cells = 0; in mlxsw_sp_hdroom_bufs_reset_sizes()426 thres_cells = mlxsw_sp_hdroom_buf_threshold_get(mlxsw_sp, hdroom->mtu); in mlxsw_sp_hdroom_bufs_reset_sizes()429 thres_cells = mlxsw_sp_hdroom_buf_threshold_get(mlxsw_sp, hdroom->mtu); in mlxsw_sp_hdroom_bufs_reset_sizes()433 thres_cells = mlxsw_sp_port_headroom_8x_adjust(mlxsw_sp_port, thres_cells); in mlxsw_sp_hdroom_bufs_reset_sizes()436 buf->thres_cells = thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()438 buf->size_cells = thres_cells + delay_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()443 buf->size_cells = max(buf->set_size_cells, buf->thres_cells); in mlxsw_sp_hdroom_bufs_reset_sizes()470 mlxsw_sp_hdroom_buf_pack(pbmc_pl, i, buf->size_cells, buf->thres_cells, buf->lossy); in mlxsw_sp_hdroom_configure_buffers()
539 u32 thres_cells; member