/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 163 if (dev->abi_version <= MLX4_UVERBS_NO_DEV_CAPS_ABI_VERSION) { in mlx4_init_context() 300 static struct verbs_device *mlx4_driver_init(const char *uverbs_sys_path, int abi_version) in mlx4_driver_init() argument 325 if (abi_version < MLX4_UVERBS_MIN_ABI_VERSION || in mlx4_driver_init() 326 abi_version > MLX4_UVERBS_MAX_ABI_VERSION) { in mlx4_driver_init() 329 abi_version, uverbs_sys_path, in mlx4_driver_init() 343 dev->abi_version = abi_version; in mlx4_driver_init()
|
H A D | mlx4.h | 118 int abi_version; member
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 219 int abi_version) in irdma_driver_init() argument 250 if (abi_version < IRDMA_MIN_ABI_VERSION || in irdma_driver_init() 251 abi_version > IRDMA_MAX_ABI_VERSION) { in irdma_driver_init() 253 abi_version, uverbs_sys_path); in irdma_driver_init()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 178 if (rhp->abi_version < 3) { in c4iw_alloc_context() 180 " than libcxgb4:: %d\n", rhp->abi_version); in c4iw_alloc_context() 190 if (rhp->abi_version < 3) in c4iw_alloc_context() 411 int abi_version) in cxgb4_driver_init() argument 470 c4iw_abi_version = abi_version; in cxgb4_driver_init() 527 dev->abi_version = abi_version; in cxgb4_driver_init()
|
H A D | libcxgb4.h | 64 int abi_version; member
|
H A D | verbs.c | 576 if (dev->abi_version == 0) in c4iw_create_qp()
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.c | 98 static unsigned abi_version; variable 510 if (sys_read_uint(IB_UMAD_ABI_DIR, IB_UMAD_ABI_FILE, &abi_version) < 0) { in umad_init() 516 if (abi_version < IB_UMAD_ABI_VERSION) { in umad_init() 519 PATH_TO_SYS(IB_UMAD_ABI_DIR "/" IB_UMAD_ABI_FILE), abi_version, in umad_init() 645 if (abi_version > 5 || !ioctl(fd, IB_USER_MAD_ENABLE_PKEY, NULL)) in umad_open_port()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 1035 int abi_version) in mlx5_driver_init() argument 1060 if (abi_version < MLX5_UVERBS_MIN_ABI_VERSION || in mlx5_driver_init() 1061 abi_version > MLX5_UVERBS_MAX_ABI_VERSION) { in mlx5_driver_init() 1064 abi_version, uverbs_sys_path, in mlx5_driver_init() 1078 dev->driver_abi_ver = abi_version; in mlx5_driver_init()
|
/freebsd/contrib/ncurses/misc/ |
H A D | gen-pkgconfig.in | 236 abi_version=@cf_cv_abi_version@
|
/freebsd/lib/libpmc/ |
H A D | libpmc.c | 1395 uint32_t abi_version; in pmc_init() local 1413 abi_version = PMC_VERSION; in pmc_init() 1414 if (PMC_CALL(PMC_OP_GETMODULEVERSION, &abi_version) < 0) in pmc_init() 1418 if ((abi_version & 0xFF000000) != (PMC_VERSION & 0xFF000000)) { in pmc_init()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | driver.h | 131 int abi_version);
|
H A D | compat-1_0.c | 228 int abi_version);
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_main.c | 981 static DEVICE_ATTR(abi_version, S_IRUGO, abi_version_show, NULL); 983 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
|
H A D | ib_user_mad.c | 1132 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
|
H A D | ib_ucm.c | 1327 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
|
H A D | ib_ucma.c | 1765 static DEVICE_ATTR(abi_version, S_IRUGO, show_abi_version, NULL);
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi.h | 2278 __le32 abi_version; member 2315 __le32 abi_version; member 2356 __le32 abi_version; member 6934 __le32 abi_version; member
|
H A D | wmi.c | 5759 arg->abi_version = ev->abi_version; in ath10k_wmi_op_pull_rdy_ev() 5806 __le32_to_cpu(arg.abi_version), in ath10k_wmi_event_ready()
|
H A D | wmi-tlv.c | 1429 arg->abi_version = ev->abi.abi_ver1; in ath10k_wmi_tlv_op_pull_rdy_ev()
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 3259 SYSCTL_INT(_net_graph, OID_AUTO, abi_version, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, NG_ABI_VERSION,"");
|