Home
last modified time | relevance | path

Searched refs:pcam (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h113 int mlx5_query_pcam_reg(struct mlx5_core_dev *dev, u32 *pcam,
H A Dmlx5_fw.c123 return mlx5_query_pcam_reg(dev, dev->caps.pcam, in mlx5_get_pcam_reg()
H A Dmlx5_port.c83 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 Dmlx5_main.c1658 &dev->caps.pcam, sizeof(dev->caps.pcam), "IU", ""); in init_one()
/freebsd/sys/dev/mlx5/
H A Ddevice.h1143 MLX5_GET(pcam_reg, (mdev)->caps.pcam, feature_cap_mask.enhanced_features.fld)
1146 MLX5_GET(pcam_reg, (mdev)->caps.pcam, port_access_reg_cap_mask.regs_5000_to_507f.reg)
H A Ddriver.h703 u32 pcam[MLX5_ST_SZ_DW(pcam_reg)]; member