Home
last modified time | relevance | path

Searched refs:sq_depth (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_user.h340 u32 *sq_depth, u8 *sq_shift);
433 u32 sq_depth; member
H A Dirdma_uverbs.c1302 sqsize = roundup(info->sq_depth * IRDMA_QP_WQE_MIN_SIZE, IRDMA_HW_PAGE_SIZE); in irdma_vmapped_qp()
1413 status = irdma_uk_calc_depth_shift_sq(&info, &info.sq_depth, &info.sq_shift); in irdma_ucreate_qp()
1440 info.sq_size = info.sq_depth >> info.sq_shift; in irdma_ucreate_qp()
1453 info.sq_wrtrk_array = calloc(info.sq_depth, sizeof(*info.sq_wrtrk_array)); in irdma_ucreate_qp()
1478 attr->cap.max_send_wr = (info.sq_depth - IRDMA_SQ_RSVD) >> info.sq_shift; in irdma_ucreate_qp()
H A Dirdma_uk.c1702 u32 *sq_depth, u8 *sq_shift) in irdma_uk_calc_depth_shift_sq() argument
1712 *sq_shift, sq_depth); in irdma_uk_calc_depth_shift_sq()
/freebsd/sys/dev/irdma/
H A Dirdma_user.h435 u32 *sq_depth, u8 *sq_shift);
528 u32 sq_depth; member
H A Dirdma_verbs.c437 ret = irdma_uk_calc_depth_shift_sq(ukinfo, &ukinfo->sq_depth, in irdma_setup_umode_qp()
447 iwqp->max_send_wr = (ukinfo->sq_depth - IRDMA_SQ_RSVD) >> ukinfo->sq_shift; in irdma_setup_umode_qp()
449 ukinfo->sq_size = ukinfo->sq_depth >> ukinfo->sq_shift; in irdma_setup_umode_qp()
478 status = irdma_uk_calc_depth_shift_sq(ukinfo, &ukinfo->sq_depth, in irdma_setup_kmode_qp()
489 kcalloc(ukinfo->sq_depth, sizeof(*iwqp->kqp.sq_wrid_mem), GFP_KERNEL); in irdma_setup_kmode_qp()
501 iwqp->kqp.sig_trk_mem = kcalloc(ukinfo->sq_depth, sizeof(u32), GFP_KERNEL); in irdma_setup_kmode_qp()
502 memset(iwqp->kqp.sig_trk_mem, 0, ukinfo->sq_depth * sizeof(u32)); in irdma_setup_kmode_qp()
514 size = (ukinfo->sq_depth + ukinfo->rq_depth) * IRDMA_QP_WQE_MIN_SIZE; in irdma_setup_kmode_qp()
530 ukinfo->rq = &ukinfo->sq[ukinfo->sq_depth]; in irdma_setup_kmode_qp()
531 info->rq_pa = info->sq_pa + (ukinfo->sq_depth * IRDMA_QP_WQE_MIN_SIZE); in irdma_setup_kmode_qp()
[all …]
H A Dirdma_uk.c1618 u32 *sq_depth, u8 *sq_shift) in irdma_uk_calc_depth_shift_sq() argument
1628 *sq_shift, sq_depth); in irdma_uk_calc_depth_shift_sq()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h10013 uint32_t sq_depth; member
10091 uint32_t sq_depth; member
10194 uint32_t sq_depth; member
10212 uint32_t sq_depth; member
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h316 uint16_t sq_depth; member
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c914 qp_create.sq_depth = p_user_bind->send_q_size; in osm_vendor_bind()
/freebsd/sys/contrib/ena-com/
H A Dena_com.c1334 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()