Home
last modified time | relevance | path

Searched refs:request_t (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A 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. */
H A Dqla1280.c427 static request_t *qla1280_req_pkt(struct scsi_qla_host *);
438 * convert scsi data direction to request_t control flags
3236 static request_t *
3240 request_t *pkt = NULL; in qla1280_req_pkt()
4210 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4306 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4336 ((REQUEST_ENTRY_CNT + 1) * (sizeof(request_t))), in qla1280_remove_one()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dqla1280.h653 } cmd_a64_entry_t, request_t; typedef
923 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
1037 request_t *request_ring; /* Base virtual address */
1038 request_t *request_ring_ptr; /* Current address. */
H A Dqla1280.c427 static request_t *qla1280_req_pkt(struct scsi_qla_host *);
438 * convert scsi data direction to request_t control flags
3226 static request_t *
3230 request_t *pkt = NULL; in qla1280_req_pkt()
4199 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4295 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4325 ((REQUEST_ENTRY_CNT + 1) * (sizeof(request_t))), in qla1280_remove_one()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A 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()
[all...]
H A Dqla_mid.c570 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que()
712 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
H A Dqla_target.c1676 request_t *pkt; in qlt_send_notify_ack()
1684 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_send_notify_ack()
3559 request_t *pkt; in __qlt_send_term_imm_notif()
3565 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif()
3624 request_t *pkt; in __qlt_send_term_exchange()
3633 pkt = (request_t *)qla2x00_alloc_iocbs_ready(qpair, NULL); in __qlt_send_term_exchange()
5281 request_t *pkt; in __qlt_send_busy()
5298 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in __qlt_send_busy()
H A Dqla_def.h1930 } cmd_a64_entry_t, request_t; typedef
2338 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
3566 request_t *ring;
3567 request_t *ring_ptr;
3587 request_t *ring_fx00;
H A Dqla_os.c474 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que()
478 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que()
492 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que()
4164 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc()
4298 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc()
7817 BUILD_BUG_ON(sizeof(request_t) != 64); in qla2x00_module_init()
H A Dqla_init.c3378 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump()
3383 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump()
3415 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
H A Dqla_iocb.c2306 request_t *pkt; in __qla2x00_alloc_iocbs()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_dbg.c93 sizeof(request_t)); in qla2xxx_copy_queues()
96 ptr += req->length * sizeof(request_t); in qla2xxx_copy_queues()
581 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
588 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
592 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
594 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()
625 (req->length * sizeof(request_t))); in qla25xx_copy_mqueues()
632 qh->size = htonl(req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
636 memcpy(ptr, req->ring, req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
637 ptr += req->length * sizeof(request_t); in qla25xx_copy_mqueues()
[all...]
H A Dqla_mid.c578 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que()
718 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
H A Dqla_target.c1700 request_t *pkt; in qlt_send_notify_ack()
1708 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_send_notify_ack()
3593 request_t *pkt; in __qlt_send_term_imm_notif()
3599 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif()
3658 request_t *pkt; in __qlt_send_term_exchange()
3667 pkt = (request_t *)qla2x00_alloc_iocbs_ready(qpair, NULL); in __qlt_send_term_exchange()
5384 request_t *pkt; in __qlt_send_busy()
5401 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in __qlt_send_busy()
H A Dqla_def.h2046 } cmd_a64_entry_t, request_t; typedef
2461 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
3736 request_t *ring;
3737 request_t *ring_ptr;
3757 request_t *ring_fx00;
H A Dqla_os.c519 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que()
523 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que()
537 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que()
4354 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc()
4528 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc()
8187 BUILD_BUG_ON(sizeof(request_t) != 64); in qla2x00_module_init()
H A Dqla_init.c3816 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump()
3821 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump()
3853 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
H A Dqla_iocb.c2289 request_t *pkt; in __qla2x00_alloc_iocbs()

Completed in 102 milliseconds