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 | 50 if (abi_ver < IB_USER_VERBS_MIN_ABI_VERSION) in ibv_cmd_get_context() 659 if (abi_ver > 5) { in ibv_cmd_create_srq() 796 if (abi_ver == 3) in ibv_cmd_modify_srq() 938 if (abi_ver > 3) { in create_qp_handle_resp_common() 1073 if (abi_ver == 4) { in ibv_cmd_create_qp_ex() 1080 } else if (abi_ver <= 3) { in ibv_cmd_create_qp_ex() 1130 if (abi_ver > 3) { in ibv_cmd_create_qp() 1138 if (abi_ver == 4) { in ibv_cmd_create_qp() 1145 } 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 | 185 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 | 1411 info.abi_ver = iwvctx->abi_ver; in irdma_ucreate_qp()
|
| H A D | irdma_uk.c | 1733 if (ukinfo->abi_ver > 4) in irdma_uk_calc_depth_shift_rq()
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_puda.h | 132 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() 809 init_info.qp_uk_init_info.abi_ver = iwpd->sc_pd.abi_ver; in irdma_create_qp() 813 init_info.qp_uk_init_info.abi_ver = IRDMA_ABI_VER; in irdma_create_qp()
|
| H A D | irdma_verbs.h | 60 int abi_ver; member
|
| H A D | irdma_user.h | 536 int abi_ver; member
|
| H A D | irdma_type.h | 384 int abi_ver; member 1224 int abi_ver);
|
| H A D | irdma_uk.c | 1605 if (ukinfo->abi_ver > 4) in irdma_uk_calc_shift_wq() 1649 if (ukinfo->abi_ver > 4) in irdma_uk_calc_depth_shift_rq()
|
| H A D | irdma_hw.c | 1586 info.abi_ver = IRDMA_ABI_VER; in irdma_initialize_ilq() 1617 info.abi_ver = IRDMA_ABI_VER; in irdma_initialize_ieq()
|
| H A D | irdma_ctrl.c | 251 int abi_ver) in irdma_sc_pd_init() argument 254 pd->abi_ver = abi_ver; in irdma_sc_pd_init()
|
| H A D | irdma_puda.c | 1171 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()
|