Home
last modified time | relevance | path

Searched refs:max_xrcds (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/ofed/drivers/net/mlx4/
HDfw.h100 int max_xrcds; member
HDmain.c675 dev->caps.max_xrcds = (dev->caps.flags & MLX4_DEV_CAP_FLAG_XRC) ? in mlx4_dev_cap()
676 dev_cap->max_xrcds : 0; in mlx4_dev_cap()
HDfw.c694 dev_cap->max_xrcds = 1 << (field & 0x1f); in mlx4_QUERY_DEV_CAP()
/NextBSD/sys/dev/ifmlx4/
HDfw.h100 int max_xrcds; member
HDmain.c677 dev->caps.max_xrcds = (dev->caps.flags & MLX4_DEV_CAP_FLAG_XRC) ? in mlx4_dev_cap()
678 dev_cap->max_xrcds : 0; in mlx4_dev_cap()
HDfw.c694 dev_cap->max_xrcds = 1 << (field & 0x1f); in mlx4_QUERY_DEV_CAP()
/NextBSD/sys/ofed/include/linux/mlx4/
HDdevice.h494 int max_xrcds; member