Searched refs:thres_cells (Results 1 – 2 of 2) sorted by relevance
404 u16 thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes() local408 thres_cells = 0; in mlxsw_sp_hdroom_bufs_reset_sizes()411 thres_cells = mlxsw_sp_hdroom_buf_threshold_get(mlxsw_sp, hdroom->mtu); in mlxsw_sp_hdroom_bufs_reset_sizes()414 thres_cells = mlxsw_sp_hdroom_buf_threshold_get(mlxsw_sp, hdroom->mtu); in mlxsw_sp_hdroom_bufs_reset_sizes()418 thres_cells = mlxsw_sp_port_headroom_8x_adjust(mlxsw_sp_port, thres_cells); in mlxsw_sp_hdroom_bufs_reset_sizes()421 buf->thres_cells = thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()423 buf->size_cells = thres_cells + delay_cells; in mlxsw_sp_hdroom_bufs_reset_sizes()428 buf->size_cells = max(buf->set_size_cells, buf->thres_cells); in mlxsw_sp_hdroom_bufs_reset_sizes()455 mlxsw_sp_hdroom_buf_pack(pbmc_pl, i, buf->size_cells, buf->thres_cells, buf->lossy); in mlxsw_sp_hdroom_configure_buffers()
496 u32 thres_cells; member
Completed in 13 milliseconds