Searched refs:rq_buf (Results 1 – 3 of 3) sorted by relevance
84 uint32_t *sq_buf, *rq_buf; in hermon_qp_alloc() local499 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() local1023 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 …]
81 uint32_t *sq_buf, *rq_buf; in tavor_qp_alloc() local433 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() local898 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 …]
1200 char rq_buf[255]; in ndmp_execute_cdb() local1204 (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()