Searched refs:request_t (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | qla1280.h | 652 } cmd_a64_entry_t, request_t; typedef 922 #define REQUEST_ENTRY_SIZE (sizeof(request_t)) 1036 request_t *request_ring; /* Base virtual address */ 1037 request_t *request_ring_ptr; /* Current address. */
|
D | qla1280.c | 427 static request_t *qla1280_req_pkt(struct scsi_qla_host *); 3231 static request_t * 3235 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()
|
/Linux-v5.4/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 100 sizeof(request_t)); in qla2xxx_copy_queues() 103 ptr += req->length * sizeof(request_t); in qla2xxx_copy_queues() 572 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues() 579 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues() 583 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues() 585 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues() 616 (req->length * sizeof(request_t))); in qla25xx_copy_mqueues() 623 qh->size = htonl(req->length * sizeof(request_t)); in qla25xx_copy_mqueues() 627 memcpy(ptr, req->ring, req->length * sizeof(request_t)); in qla25xx_copy_mqueues() 628 ptr += req->length * sizeof(request_t); in qla25xx_copy_mqueues()
|
D | qla_mid.c | 561 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que() 703 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
|
D | qla_def.h | 1860 } cmd_a64_entry_t, request_t; typedef 2266 #define REQUEST_ENTRY_SIZE (sizeof(request_t)) 3457 request_t *ring; 3458 request_t *ring_ptr; 3478 request_t *ring_fx00;
|
D | qla_target.c | 1663 request_t *pkt; in qlt_send_notify_ack() 1671 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_send_notify_ack() 3544 request_t *pkt; in __qlt_send_term_imm_notif() 3550 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif() 3609 request_t *pkt; in __qlt_send_term_exchange() 3618 pkt = (request_t *)qla2x00_alloc_iocbs_ready(qpair, NULL); in __qlt_send_term_exchange() 5271 request_t *pkt; in __qlt_send_busy() 5288 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in __qlt_send_busy()
|
D | qla_os.c | 457 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que() 461 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que() 475 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que() 4150 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc() 4271 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc() 7225 BUILD_BUG_ON(sizeof(request_t) != 64); in qla2x00_module_init()
|
D | qla_init.c | 3200 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump() 3205 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump() 3235 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
|
D | qla_iocb.c | 2251 request_t *pkt; in __qla2x00_alloc_iocbs()
|