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.h341 u32 *sq_depth, u8 *sq_shift);
433 u32 sq_depth; member
H A Dirdma_uverbs.c1291 sqsize = roundup(info->sq_depth * IRDMA_QP_WQE_MIN_SIZE, IRDMA_HW_PAGE_SIZE); in irdma_vmapped_qp()
1394 status = irdma_uk_calc_depth_shift_sq(&info, &info.sq_depth, &info.sq_shift); in irdma_ucreate_qp()
1421 info.sq_size = info.sq_depth >> info.sq_shift; in irdma_ucreate_qp()
1434 info.sq_wrtrk_array = calloc(info.sq_depth, sizeof(*info.sq_wrtrk_array)); in irdma_ucreate_qp()
1459 attr->cap.max_send_wr = (info.sq_depth - IRDMA_SQ_RSVD) >> info.sq_shift; in irdma_ucreate_qp()
H A Dirdma_uk.c1666 u32 *sq_depth, u8 *sq_shift) in irdma_uk_calc_depth_shift_sq() argument
1676 *sq_shift, sq_depth); in irdma_uk_calc_depth_shift_sq()
/freebsd/sys/dev/irdma/
H A Dirdma_user.h442 u32 *sq_depth, u8 *sq_shift);
534 u32 sq_depth; member
H A Dirdma_verbs.c428 ret = irdma_uk_calc_depth_shift_sq(ukinfo, &ukinfo->sq_depth, in irdma_setup_umode_qp()
438 iwqp->max_send_wr = (ukinfo->sq_depth - IRDMA_SQ_RSVD) >> ukinfo->sq_shift; in irdma_setup_umode_qp()
440 ukinfo->sq_size = ukinfo->sq_depth >> ukinfo->sq_shift; in irdma_setup_umode_qp()
469 status = irdma_uk_calc_depth_shift_sq(ukinfo, &ukinfo->sq_depth, in irdma_setup_kmode_qp()
480 kcalloc(ukinfo->sq_depth, sizeof(*iwqp->kqp.sq_wrid_mem), GFP_KERNEL); in irdma_setup_kmode_qp()
492 iwqp->kqp.sig_trk_mem = kcalloc(ukinfo->sq_depth, sizeof(u32), GFP_KERNEL); in irdma_setup_kmode_qp()
493 memset(iwqp->kqp.sig_trk_mem, 0, ukinfo->sq_depth * sizeof(u32)); in irdma_setup_kmode_qp()
505 size = (ukinfo->sq_depth + ukinfo->rq_depth) * IRDMA_QP_WQE_MIN_SIZE; in irdma_setup_kmode_qp()
521 ukinfo->rq = &ukinfo->sq[ukinfo->sq_depth]; in irdma_setup_kmode_qp()
522 info->rq_pa = info->sq_pa + (ukinfo->sq_depth * IRDMA_QP_WQE_MIN_SIZE); in irdma_setup_kmode_qp()
[all …]
H A Dirdma_uk.c1584 u32 *sq_depth, u8 *sq_shift) in irdma_uk_calc_depth_shift_sq() argument
1594 *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/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/ena_defs/
H A Dena_admin_defs.h316 uint16_t sq_depth; member
/freebsd/sys/contrib/ena-com/
H A Dena_com.c1334 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()