Searched refs:pcam (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_core.h | 113 int mlx5_query_pcam_reg(struct mlx5_core_dev *dev, u32 *pcam,
|
H A D | mlx5_fw.c | 123 return mlx5_query_pcam_reg(dev, dev->caps.pcam, in mlx5_get_pcam_reg()
|
H A D | mlx5_port.c | 83 int mlx5_query_pcam_reg(struct mlx5_core_dev *dev, u32 *pcam, u8 feature_group, in mlx5_query_pcam_reg() argument 92 return mlx5_core_access_reg(dev, in, sz, pcam, sz, MLX5_REG_PCAM, 0, 0); in mlx5_query_pcam_reg()
|
H A D | mlx5_main.c | 1662 &dev->caps.pcam, sizeof(dev->caps.pcam), "IU", ""); in init_one()
|
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 1232 MLX5_GET(pcam_reg, (mdev)->caps.pcam, feature_cap_mask.enhanced_features.fld) 1235 MLX5_GET(pcam_reg, (mdev)->caps.pcam, port_access_reg_cap_mask.regs_5000_to_507f.reg)
|
H A D | driver.h | 705 u32 pcam[MLX5_ST_SZ_DW(pcam_reg)]; member
|