Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c87 uint32_t sq_depth, rq_depth; in hermon_qp_alloc() local
459 sq_depth = 1 << log_qp_sq_size; in hermon_qp_alloc()
460 sq_size = sq_depth * sq_wqe_size; in hermon_qp_alloc()
511 qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth); in hermon_qp_alloc()
677 for (i = 0; i < sq_depth; i++) { in hermon_qp_alloc()
788 uint32_t sq_depth; in hermon_special_qp_alloc() local
997 sq_depth = 1 << log_qp_sq_size; in hermon_special_qp_alloc()
1031 qp->qp_sq_wqhdr = hermon_wrid_wqhdr_create(sq_depth); in hermon_special_qp_alloc()
1162 for (i = 0; i < sq_depth; i++) { in hermon_special_qp_alloc()
1247 uint32_t sq_depth, rq_depth; in hermon_qp_alloc_range() local
[all …]