Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_buffers.c404 u16 thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes() local
408 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()
[all...]
H A Dspectrum.h460 u32 thres_cells; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_buffers.c419 u16 thres_cells; in mlxsw_sp_hdroom_bufs_reset_sizes() local
423 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()
[all...]
H A Dspectrum.h542 u32 thres_cells; member

Completed in 10 milliseconds