Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libibverbs/
Dinit.c54 int abi_ver; variable
62 int abi_ver; member
119 sysfs_dev->abi_ver = strtol(value, NULL, 10); in find_sysfs_devs()
121 sysfs_dev->abi_ver = 0; in find_sysfs_devs()
163 vdev = driver->verbs_init_func(sysfs_dev->sysfs_path, sysfs_dev->abi_ver); in try_driver()
232 abi_ver = strtol(value, NULL, 10); in check_abi_version()
234 if (abi_ver < IB_USER_VERBS_MIN_ABI_VERSION || in check_abi_version()
235 abi_ver > IB_USER_VERBS_MAX_ABI_VERSION) { in check_abi_version()
238 abi_ver, IB_USER_VERBS_MAX_ABI_VERSION); in check_abi_version()
Dibverbs.h58 extern int abi_ver;
69 if (abi_ver > 2) \
79 if (abi_ver > 2) \
92 if (abi_ver > 2) \
Dcmd.c51 if (abi_ver < IB_USER_VERBS_MIN_ABI_VERSION) in ibv_cmd_get_context()
660 if (abi_ver > 5) { in ibv_cmd_create_srq()
783 if (abi_ver == 3) in ibv_cmd_modify_srq()
897 if (abi_ver > 3) { in create_qp_handle_resp_common()
1016 if (abi_ver == 4) { in ibv_cmd_create_qp_ex()
1023 } else if (abi_ver <= 3) { in ibv_cmd_create_qp_ex()
1068 if (abi_ver > 3) { in ibv_cmd_create_qp()
1076 if (abi_ver == 4) { in ibv_cmd_create_qp()
1083 } else if (abi_ver <= 3) { in ibv_cmd_create_qp()
Dverbs.c384 abi_ver); in ibv_create_comp_channel_v2()
397 if (abi_ver <= 2) in ibv_create_comp_channel()
439 if (abi_ver <= 2) { in ibv_destroy_comp_channel()
Ddevice.c282 if (abi_ver <= 2) in __ibv_close_device()
/freebsd-12-stable/contrib/ofed/libibcm/
Dcm.c57 static int abi_ver; variable
125 abi_ver = strtol(value, NULL, 10); in check_abi_version()
126 if (abi_ver < IB_USER_CM_MIN_ABI_VERSION || in check_abi_version()
127 abi_ver > IB_USER_CM_MAX_ABI_VERSION) { in check_abi_version()
130 abi_ver, IB_USER_CM_MAX_ABI_VERSION); in check_abi_version()
141 if (!abi_ver) in ucm_init()
551 if (abi_ver == 4) { in ib_cm_notify()
/freebsd-12-stable/contrib/ofed/librdmacm/
Dcma.c131 static int abi_ver = RDMA_USER_CM_MAX_ABI_VERSION; variable
154 abi_ver = strtol(value, NULL, 10); in check_abi_version()
155 if (abi_ver < RDMA_USER_CM_MIN_ABI_VERSION || in check_abi_version()
156 abi_ver > RDMA_USER_CM_MAX_ABI_VERSION) { in check_abi_version()
1131 if (abi_ver == 3) in ucma_init_conn_qp()
1178 if (abi_ver == 3) in ucma_init_ud_qp()