Searched refs:abi_ver (Results 1 – 20 of 20) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | init.c | 54 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 D | ibverbs.h | 58 extern int abi_ver; 69 if (abi_ver > 2) \ 79 if (abi_ver > 2) \ 92 if (abi_ver > 2) \
|
H A D | cmd.c | 51 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 D | verbs.c | 392 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 D | cm.c | 57 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 D | irdma_umain.h | 88 int abi_ver; member
|
H A D | irdma_umain.c | 173 iwvctx->abi_ver = IRDMA_ABI_VER; in irdma_init_context()
|
H A D | irdma_user.h | 441 int abi_ver; member
|
H A D | irdma_uverbs.c | 1392 info.abi_ver = iwvctx->abi_ver; in irdma_ucreate_qp()
|
H A D | irdma_uk.c | 1697 if (ukinfo->abi_ver > 4) in irdma_uk_calc_depth_shift_rq()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_puda.h | 130 int abi_ver; member
|
H A D | irdma_kcompat.c | 193 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 D | irdma_verbs.h | 59 int abi_ver; member
|
H A D | irdma_user.h | 542 int abi_ver; member
|
H A D | irdma_type.h | 383 int abi_ver; member 1223 int abi_ver);
|
H A D | irdma_uk.c | 1571 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 D | irdma_hw.c | 1573 info.abi_ver = IRDMA_ABI_VER; in irdma_initialize_ilq() 1604 info.abi_ver = IRDMA_ABI_VER; in irdma_initialize_ieq()
|
H A D | irdma_ctrl.c | 222 int abi_ver) in irdma_sc_pd_init() argument 225 pd->abi_ver = abi_ver; in irdma_sc_pd_init()
|
H A D | irdma_puda.c | 1154 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 D | cma.c | 131 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()
|