Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dqla1280.h654 } cmd_a64_entry_t, request_t; typedef
924 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
1038 request_t *request_ring; /* Base virtual address */
1039 request_t *request_ring_ptr; /* Current address. */
Dqla1280.c427 static request_t *qla1280_req_pkt(struct scsi_qla_host *);
3235 static request_t *
3239 request_t *pkt = NULL; in qla1280_req_pkt()
4209 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4305 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4335 ((REQUEST_ENTRY_CNT + 1) * (sizeof(request_t))), in qla1280_remove_one()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_dbg.c94 sizeof(request_t)); in qla2xxx_copy_queues()
97 ptr += req->length * sizeof(request_t); in qla2xxx_copy_queues()
582 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
589 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
593 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
595 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()
626 (req->length * sizeof(request_t))); in qla25xx_copy_mqueues()
633 qh->size = htonl(req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
637 memcpy(ptr, req->ring, req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
638 ptr += req->length * sizeof(request_t); in qla25xx_copy_mqueues()
Dqla_mid.c583 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que()
725 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
Dqla_def.h1981 } cmd_a64_entry_t, request_t; typedef
2391 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
3663 request_t *ring;
3664 request_t *ring_ptr;
3684 request_t *ring_fx00;
Dqla_target.c1722 request_t *pkt; in qlt_send_notify_ack()
1730 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_send_notify_ack()
3623 request_t *pkt; in __qlt_send_term_imm_notif()
3629 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif()
3688 request_t *pkt; in __qlt_send_term_exchange()
3697 pkt = (request_t *)qla2x00_alloc_iocbs_ready(qpair, NULL); in __qlt_send_term_exchange()
5423 request_t *pkt; in __qlt_send_busy()
5440 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in __qlt_send_busy()
Dqla_os.c490 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que()
494 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que()
508 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que()
4251 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc()
4412 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc()
8026 BUILD_BUG_ON(sizeof(request_t) != 64); in qla2x00_module_init()
Dqla_init.c3452 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump()
3457 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump()
3489 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
Dqla_iocb.c2281 request_t *pkt; in __qla2x00_alloc_iocbs()