Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c84 uint32_t *sq_buf, *rq_buf; in hermon_qp_alloc() local
499 rq_buf = NULL; in hermon_qp_alloc()
501 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size); in hermon_qp_alloc()
505 rq_buf = qp->qp_wqinfo.qa_buf_aligned; in hermon_qp_alloc()
506 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in hermon_qp_alloc()
620 qp->qp_rq_buf = rq_buf; in hermon_qp_alloc()
784 uint32_t *sq_buf, *rq_buf; in hermon_special_qp_alloc() local
1023 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size); in hermon_special_qp_alloc()
1026 rq_buf = qp->qp_wqinfo.qa_buf_aligned; in hermon_special_qp_alloc()
1027 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in hermon_special_qp_alloc()
[all …]
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c81 uint32_t *sq_buf, *rq_buf; in tavor_qp_alloc() local
433 rq_buf = NULL; in tavor_qp_alloc()
435 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size); in tavor_qp_alloc()
437 rq_buf = qp->qp_wqinfo.qa_buf_aligned; in tavor_qp_alloc()
438 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in tavor_qp_alloc()
538 qp->qp_rq_buf = rq_buf; in tavor_qp_alloc()
664 uint32_t *sq_buf, *rq_buf; in tavor_special_qp_alloc() local
898 rq_buf = (uint32_t *)((uintptr_t)sq_buf + sq_size); in tavor_special_qp_alloc()
900 rq_buf = qp->qp_wqinfo.qa_buf_aligned; in tavor_special_qp_alloc()
901 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in tavor_special_qp_alloc()
[all …]
/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c1200 char rq_buf[255]; in ndmp_execute_cdb() local
1204 (void) memset((void *)rq_buf, 0, sizeof (rq_buf)); in ndmp_execute_cdb()
1228 cmd.uscsi_rqlen = sizeof (rq_buf); in ndmp_execute_cdb()
1229 cmd.uscsi_rqbuf = rq_buf; in ndmp_execute_cdb()
1284 reply.ext_sense.ext_sense_val = rq_buf; in ndmp_execute_cdb()