Searched refs:request_t (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | qla1280.h | 653 } 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. */
|
D | qla1280.c | 427 static request_t *qla1280_req_pkt(struct scsi_qla_host *); 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()
|
/linux-5.19.10/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 94 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()
|
D | qla_mid.c | 587 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que() 727 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
|
D | qla_def.h | 1986 } cmd_a64_entry_t, request_t; typedef 2401 #define REQUEST_ENTRY_SIZE (sizeof(request_t)) 3682 request_t *ring; 3683 request_t *ring_ptr; 3703 request_t *ring_fx00;
|
D | qla_target.c | 1717 request_t *pkt; in qlt_send_notify_ack() 1725 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_send_notify_ack() 3608 request_t *pkt; in __qlt_send_term_imm_notif() 3614 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif() 3673 request_t *pkt; in __qlt_send_term_exchange() 3682 pkt = (request_t *)qla2x00_alloc_iocbs_ready(qpair, NULL); in __qlt_send_term_exchange() 5400 request_t *pkt; in __qlt_send_busy() 5417 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in __qlt_send_busy()
|
D | qla_os.c | 496 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que() 500 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que() 514 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que() 4279 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc() 4440 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc() 8106 BUILD_BUG_ON(sizeof(request_t) != 64); in qla2x00_module_init()
|
D | qla_init.c | 3560 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump() 3565 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump() 3597 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
|
D | qla_iocb.c | 2281 request_t *pkt; in __qla2x00_alloc_iocbs()
|