Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dqla1280.h661 } cmd_a64_entry_t, request_t; typedef
931 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
1045 request_t *request_ring; /* Base virtual address */
1046 request_t *request_ring_ptr; /* Current address. */
Dqla1280.c455 static request_t *qla1280_req_pkt(struct scsi_qla_host *);
3291 static request_t *
3295 request_t *pkt = NULL; in qla1280_req_pkt()
4282 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4378 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4408 ((REQUEST_ENTRY_CNT + 1) * (sizeof(request_t))), in qla1280_remove_one()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_dbg.c100 sizeof(request_t)); in qla2xxx_copy_queues()
103 ptr += req->length * sizeof(request_t); in qla2xxx_copy_queues()
574 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
581 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
585 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
587 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()
618 (req->length * sizeof(request_t))); in qla25xx_copy_mqueues()
625 qh->size = htonl(req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
629 memcpy(ptr, req->ring, req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
630 ptr += req->length * sizeof(request_t); in qla25xx_copy_mqueues()
Dqla_mid.c546 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que()
688 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
Dqla_def.h1780 } cmd_a64_entry_t, request_t; typedef
2207 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
3416 request_t *ring;
3417 request_t *ring_ptr;
3437 request_t *ring_fx00;
Dqla_target.c1666 request_t *pkt; in qlt_send_notify_ack()
1674 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_send_notify_ack()
3501 request_t *pkt; in __qlt_send_term_imm_notif()
3507 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif()
3588 request_t *pkt; in __qlt_send_term_exchange()
3597 pkt = (request_t *)qla2x00_alloc_iocbs_ready(qpair, NULL); in __qlt_send_term_exchange()
5226 request_t *pkt; in __qlt_send_busy()
5246 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in __qlt_send_busy()
Dqla_os.c477 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que()
481 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que()
495 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que()
4003 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc()
4111 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc()
Dqla_init.c3157 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump()
3162 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump()
3187 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
Dqla_iocb.c2126 request_t *pkt; in __qla2x00_alloc_iocbs()