Searched defs:rq_depth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h107 uint32_t rq_depth; member in struct:iser_qp_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c87 uint32_t sq_depth, rq_depth; local
468 rq_depth = 1 << log_qp_rq_size;
469 rq_size = rq_depth * rq_wqe_size;
521 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth);
1247 uint32_t sq_depth, rq_depth; local
1584 rq_depth = 1 << log_qp_rq_size;
1585 rq_size = rq_depth * rq_wqe_size;
1630 qp->qp_rq_wqhdr = hermon_wrid_wqhdr_create(rq_depth);

Completed in 49 milliseconds