Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A 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()
H A Dibverbs.h58 extern int abi_ver;
69 if (abi_ver > 2) \
79 if (abi_ver > 2) \
92 if (abi_ver > 2) \
H A 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()
797 if (abi_ver == 3) in ibv_cmd_modify_srq()
939 if (abi_ver > 3) { in create_qp_handle_resp_common()
1074 if (abi_ver == 4) { in ibv_cmd_create_qp_ex()
1081 } else if (abi_ver <= 3) { in ibv_cmd_create_qp_ex()
1131 if (abi_ver > 3) { in ibv_cmd_create_qp()
1139 if (abi_ver == 4) { in ibv_cmd_create_qp()
1146 } else if (abi_ver <= 3) { in ibv_cmd_create_qp()
H A Dverbs.c392 abi_ver); in ibv_create_comp_channel_v2()
405 if (abi_ver <= 2) in ibv_create_comp_channel()
447 if (abi_ver <= 2) { in ibv_destroy_comp_channel()
/freebsd/contrib/ofed/libibcm/
H A 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()
552 if (abi_ver == 4) { in ib_cm_notify()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h88 int abi_ver; member
H A Dirdma_umain.c173 iwvctx->abi_ver = IRDMA_ABI_VER; in irdma_init_context()
H A Dirdma_user.h441 int abi_ver; member
H A Dirdma_uverbs.c1392 info.abi_ver = iwvctx->abi_ver; in irdma_ucreate_qp()
H A Dirdma_uk.c1697 if (ukinfo->abi_ver > 4) in irdma_uk_calc_depth_shift_rq()
/freebsd/sys/dev/irdma/
H A Dirdma_puda.h130 int abi_ver; member
H A Dirdma_kcompat.c193 ucontext->abi_ver = req.userspace_ver; in irdma_alloc_ucontext()
308 irdma_sc_pd_init(dev, sc_pd, pd_id, ucontext->abi_ver); in irdma_alloc_pd()
772 init_info.qp_uk_init_info.abi_ver = iwpd->sc_pd.abi_ver; in irdma_create_qp()
776 init_info.qp_uk_init_info.abi_ver = IRDMA_ABI_VER; in irdma_create_qp()
H A Dirdma_verbs.h59 int abi_ver; member
H A Dirdma_user.h542 int abi_ver; member
H A Dirdma_type.h383 int abi_ver; member
1223 int abi_ver);
H A Dirdma_uk.c1571 if (ukinfo->abi_ver > 4) in irdma_uk_calc_shift_wq()
1615 if (ukinfo->abi_ver > 4) in irdma_uk_calc_depth_shift_rq()
H A Dirdma_hw.c1573 info.abi_ver = IRDMA_ABI_VER; in irdma_initialize_ilq()
1604 info.abi_ver = IRDMA_ABI_VER; in irdma_initialize_ieq()
H A Dirdma_ctrl.c222 int abi_ver) in irdma_sc_pd_init() argument
225 pd->abi_ver = abi_ver; in irdma_sc_pd_init()
H A Dirdma_puda.c1154 irdma_sc_pd_init(dev, &rsrc->sc_pd, info->pd_id, info->abi_ver); in irdma_puda_create_rsrc()
/freebsd/contrib/ofed/librdmacm/
H A 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()
1132 if (abi_ver == 3) in ucma_init_conn_qp()
1179 if (abi_ver == 3) in ucma_init_ud_qp()