Searched refs:pcam_reg (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port_buffer.h | 42 #define MLX5_BUFFER_SUPPORTED(mdev) (MLX5_CAP_GEN(mdev, pcam_reg) && \
|
H A D | port.c | 438 if (!MLX5_CAP_GEN(dev, pcam_reg) || !MLX5_CAP_PCAM_REG(dev, pplm)) in mlx5e_fec_in_caps() 468 if (!MLX5_CAP_GEN(dev, pcam_reg)) in mlx5e_get_fec_mode() 507 if (!MLX5_CAP_GEN(dev, pcam_reg)) in mlx5e_set_fec_mode()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 89 u32 in[MLX5_ST_SZ_DW(pcam_reg)] = {0}; in mlx5_query_pcam_reg() 90 int sz = MLX5_ST_SZ_BYTES(pcam_reg); in mlx5_query_pcam_reg() 92 MLX5_SET(pcam_reg, in, feature_group, feature_group); in mlx5_query_pcam_reg() 93 MLX5_SET(pcam_reg, in, access_reg_group, access_reg_group); in mlx5_query_pcam_reg()
|
H A D | en_stats.c | 892 (MLX5_CAP_GEN(mdev, pcam_reg) ? MLX5_CAP_PCAM_REG(mdev, ppcnt) : 1)
|
/linux/include/linux/mlx5/ |
H A D | driver.h | 762 u32 pcam[MLX5_ST_SZ_DW(pcam_reg)];
|
H A D | mlx5_ifc.h | 1727 u8 pcam_reg[0x1]; member
|