Home
last modified time | relevance | path

Searched refs:IRDMA_SQ_RSVD (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_defs.h84 #define IRDMA_SQ_RSVD 258 macro
H A Dirdma_uverbs.c1459 attr->cap.max_send_wr = (info.sq_depth - IRDMA_SQ_RSVD) >> info.sq_shift; in irdma_ucreate_qp()
H A Dirdma_uk.c1593 *sqdepth = irdma_round_up_wq((sq_size << shift) + IRDMA_SQ_RSVD); in irdma_get_sqdepth()
/freebsd/sys/dev/irdma/
H A Dirdma_defs.h181 ((IRDMA_QP_SW_MAX_WQ_QUANTA - IRDMA_SQ_RSVD) / (max_quanta_per_wr))
205 #define IRDMA_SQ_RSVD 258 macro
H A Dirdma_uk.c1487 *sqdepth = irdma_round_up_wq((sq_size << shift) + IRDMA_SQ_RSVD); in irdma_get_sqdepth()
H A Dirdma_verbs.c438 iwqp->max_send_wr = (ukinfo->sq_depth - IRDMA_SQ_RSVD) >> ukinfo->sq_shift; in irdma_setup_umode_qp()
529 iwqp->max_send_wr = (ukinfo->sq_depth - IRDMA_SQ_RSVD) >> ukinfo->sq_shift; in irdma_setup_kmode_qp()