Home
last modified time | relevance | path

Searched refs:max_ah (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h771 u32 max_ah; member
818 max_res->max_ah = BNXT_QPLIB_DEFAULT_PF_MAX_AH; in bnxt_qplib_max_res_supported()
825 max_res->max_ah = BNXT_QPLIB_DEFAULT_VF_MAX_AH; in bnxt_qplib_max_res_supported()
835 max_res->max_ah = BNXT_QPLIB_GENP4_PF_MAX_AH; in bnxt_qplib_max_res_supported()
H A Dqplib_sp.c160 attr->max_ah = le32_to_cpu(sb->max_ah); in bnxt_qplib_get_dev_attr()
161 attr->max_ah = min_t(u32, attr->max_ah, BNXT_RE_MAX_AH_SUPPORTED(chip_gen)); in bnxt_qplib_get_dev_attr()
H A Dqplib_sp.h63 u32 max_ah; member
H A Dstats.c669 stats->value[BNXT_RE_MAX_AH] = rdev->dev_attr->max_ah; in bnxt_re_get_hw_stats()
H A Dib_verbs.c208 ib_attr->max_ah = dev_attr->max_ah; in bnxt_re_query_device()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h136 u32 max_ah; member
H A Decore_rdma_api.h147 u32 max_ah; member
H A Decore_rdma.c693 dev->max_ah = dev->max_qp; in ecore_rdma_init_devinfo()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h286 u32 max_ah; member
H A Dqlnxr_os.c724 attr->max_ah = ecore_attr->max_ah; in qlnxr_set_device_attr()
H A Dqlnxr_verbs.c542 attr->max_ah = qattr->max_ah; in qlnxr_query_device()
1996 QL_DPRINT12(ha, "qattr->max_ah = 0x%x\n", qattr->max_ah); in qlnxr_check_qp_attrs()
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c491 printf("\tmax_ah:\t\t\t\t%d\n", device_attr.orig_attr.max_ah); in print_hca_cap()
/freebsd/sys/dev/irdma/
H A Dirdma_main.h296 u32 max_ah; member
H A Dirdma_hw.c2093 rf->allocated_mcgs = &rf->allocated_ahs[BITS_TO_LONGS(rf->max_ah)]; in irdma_set_hw_rsrc()
2120 rsrc_size += sizeof(unsigned long) * BITS_TO_LONGS(rf->max_ah); in irdma_calc_mem_rsrc_size()
2155 rf->max_ah = rf->sc_dev.hmc_info->hmc_obj[IRDMA_HMC_IW_FSIAV].cnt; in irdma_initialize_hw_rsrc()
H A Dirdma_kcompat.c537 rf->max_ah, &ah_id, &rf->next_ah); in irdma_create_ah()
H A Dirdma_verbs.c82 props->max_ah = rf->max_ah; in irdma_query_device()
H A Dirdma_utils.c1897 err = irdma_alloc_rsrc(rf, rf->allocated_ahs, rf->max_ah, in irdma_puda_create_ah()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h212 __u32 max_ah; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h248 __u32 max_ah; member
H A Dcmd.c102 device_attr->max_ah = resp->max_ah; in copy_query_dev_fields()
H A Dverbs.h175 int max_ah; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c357 resp->max_ah = attr->max_ah; in copy_query_dev_fields()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h368 int max_ah; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h73946 uint32_t max_ah; member