Searched refs:stat_rate_support (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/dev/mthca/
H A Dmthca_av.c98 if (dev->limits.stat_rate_support == 0x3 && mthca_rate)
147 if (!(dev->limits.stat_rate_support & (1 << rate)))
H A Dmthca_main.c244 if (dev_lim->stat_rate_support)
245 mdev->limits.stat_rate_support = dev_lim->stat_rate_support;
247 mdev->limits.stat_rate_support = 0xf;
249 mdev->limits.stat_rate_support = 0x3;
H A Dmthca_cmd.h148 u16 stat_rate_support; member in struct:mthca_dev_lim
H A Dmthca_dev.h176 u16 stat_rate_support; member in struct:mthca_limits
H A Dmthca_cmd.c1124 dev_lim->stat_rate_support = stat_rate;
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_ah.c68 !(1 << ah->av.ib.stat_rate & dev->caps.stat_rate_support))
116 !(1 << ah->av.eth.stat_rate & dev->caps.stat_rate_support))
H A Dmlx4_ib_qp.c1410 !(1 << path->static_rate & dev->dev->caps.stat_rate_support))
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dfw.h90 u16 stat_rate_support; member in struct:mlx4_dev_cap
H A Dmlx4_main.c428 dev->caps.stat_rate_support = dev_cap->stat_rate_support;
H A Dmlx4_fw.c924 dev_cap->stat_rate_support = stat_rate;
/freebsd-current/sys/dev/mlx4/
H A Ddevice.h594 u16 stat_rate_support; member in struct:mlx4_caps
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2263 MLX5_CAP_GEN(dev->mdev, stat_rate_support)))
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h1261 u8 stat_rate_support[0x10]; member in struct:mlx5_ifc_cmd_hca_cap_bits

Completed in 251 milliseconds