Searched refs:rq_buf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c84 uint32_t *sq_buf, *rq_buf; local
497 /* if this QP is on an SRQ, set the rq_buf to NULL */
499 rq_buf = NULL;
501 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size);
505 rq_buf = qp->qp_wqinfo.qa_buf_aligned;
506 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size);
620 qp->qp_rq_buf = rq_buf;
784 uint32_t *sq_buf, *rq_buf; local
1023 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size);
1026 rq_buf
1244 uint32_t *sq_buf, *rq_buf; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c81 uint32_t *sq_buf, *rq_buf; local
430 * If QP's on an SRQ, we set the rq_buf to NULL
433 rq_buf = NULL;
435 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size);
437 rq_buf = qp->qp_wqinfo.qa_buf_aligned;
438 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size);
538 qp->qp_rq_buf = rq_buf;
664 uint32_t *sq_buf, *rq_buf; local
898 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size);
900 rq_buf
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c1200 char rq_buf[255]; local
1204 (void) memset((void *)rq_buf, 0, sizeof (rq_buf));
1228 cmd.uscsi_rqlen = sizeof (rq_buf);
1229 cmd.uscsi_rqbuf = rq_buf;
1284 reply.ext_sense.ext_sense_val = rq_buf;

Completed in 226 milliseconds