Home
last modified time | relevance | path

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

/linux-4.1.27/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 *);
3295 static request_t *
3299 request_t *pkt = NULL; in qla1280_req_pkt()
4287 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4383 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one()
4413 ((REQUEST_ENTRY_CNT + 1) * (sizeof(request_t))), in qla1280_remove_one()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_dbg.c104 sizeof(request_t)); in qla2xxx_copy_queues()
107 ptr += req->length * sizeof(request_t); in qla2xxx_copy_queues()
534 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
541 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
545 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
547 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()
578 (req->length * sizeof(request_t))); in qla25xx_copy_mqueues()
585 qh->size = htonl(req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
589 memcpy(ptr, req->ring, req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
590 ptr += req->length * sizeof(request_t); in qla25xx_copy_mqueues()
Dqla_mid.c523 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que()
651 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
Dqla_def.h1587 } cmd_a64_entry_t, request_t; typedef
1935 #define REQUEST_ENTRY_SIZE (sizeof(request_t))
2836 request_t *ring;
2837 request_t *ring_ptr;
2857 request_t *ring_fx00;
Dqla_target.c1115 request_t *pkt; in qlt_send_notify_ack()
1124 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in qlt_send_notify_ack()
2859 request_t *pkt; in __qlt_send_term_imm_notif()
2865 pkt = (request_t *)qla2x00_alloc_iocbs_ready(vha, NULL); in __qlt_send_term_imm_notif()
2943 request_t *pkt; in __qlt_send_term_exchange()
2949 pkt = (request_t *)qla2x00_alloc_iocbs_ready(vha, NULL); in __qlt_send_term_exchange()
4911 request_t *pkt; in __qlt_send_busy()
4922 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_busy()
Dqla_os.c364 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que()
368 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que()
383 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que()
3450 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc()
3543 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc()
Dqla_init.c1565 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump()
1570 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump()
1653 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
Dqla_iocb.c1824 request_t *pkt; in qla2x00_alloc_iocbs()