Searched refs:pbmc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port_buffer.h | 43 MLX5_CAP_PCAM_REG(mdev, pbmc) && \
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dcb.c | 99 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pbmc), pbmc_pl); in mlxsw_sp_port_pg_destroy() 110 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pbmc), pbmc_pl); in mlxsw_sp_port_pg_destroy()
|
D | reg.h | 5201 MLXSW_REG_DEFINE(pbmc, MLXSW_REG_PBMC_ID, MLXSW_REG_PBMC_LEN); 5207 MLXSW_ITEM32(reg, pbmc, local_port, 0x00, 16, 8); 5214 MLXSW_ITEM32(reg, pbmc, xoff_timer_value, 0x04, 16, 16); 5222 MLXSW_ITEM32(reg, pbmc, xoff_refresh, 0x04, 0, 16); 5232 MLXSW_ITEM32_INDEXED(reg, pbmc, buf_lossy, 0x0C, 25, 1, 0x08, 0x00, false); 5241 MLXSW_ITEM32_INDEXED(reg, pbmc, buf_epsb, 0x0C, 24, 1, 0x08, 0x00, false); 5248 MLXSW_ITEM32_INDEXED(reg, pbmc, buf_size, 0x0C, 0, 16, 0x08, 0x00, false); 5259 MLXSW_ITEM32_INDEXED(reg, pbmc, buf_xoff_threshold, 0x0C, 16, 16, 5271 MLXSW_ITEM32_INDEXED(reg, pbmc, buf_xon_threshold, 0x0C, 0, 16, 5277 MLXSW_REG_ZERO(pbmc, payload); in mlxsw_reg_pbmc_pack() [all …]
|
D | spectrum_buffers.c | 318 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pbmc), pbmc_pl); in mlxsw_sp_port_pb_init()
|
D | spectrum.c | 939 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pbmc), pbmc_pl); in __mlxsw_sp_port_headroom_set() 976 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pbmc), pbmc_pl); in __mlxsw_sp_port_headroom_set()
|
/Linux-v5.4/include/linux/mlx5/ |
D | mlx5_ifc.h | 8758 u8 pbmc[0x1]; member
|