Searched refs:request_t (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/ |
D | qla1280.h | 661 } 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. */
|
D | qla1280.c | 455 static request_t *qla1280_req_pkt(struct scsi_qla_host *); 3295 static request_t * 3299 request_t *pkt = NULL; in qla1280_req_pkt() 4286 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one() 4382 ((REQUEST_ENTRY_CNT + 1) * sizeof(request_t)), in qla1280_probe_one() 4412 ((REQUEST_ENTRY_CNT + 1) * (sizeof(request_t))), in qla1280_remove_one()
|
/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 104 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()
|
D | qla_mid.c | 522 sizeof(request_t), req->ring, req->dma); in qla25xx_free_req_que() 650 (req->length + 1) * sizeof(request_t), in qla25xx_create_req_que()
|
D | qla_def.h | 1587 } 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;
|
D | qla_target.c | 1121 request_t *pkt; in qlt_send_notify_ack() 1130 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in qlt_send_notify_ack() 2858 request_t *pkt; in __qlt_send_term_imm_notif() 2864 pkt = (request_t *)qla2x00_alloc_iocbs_ready(vha, NULL); in __qlt_send_term_imm_notif() 2942 request_t *pkt; in __qlt_send_term_exchange() 2948 pkt = (request_t *)qla2x00_alloc_iocbs_ready(vha, NULL); in __qlt_send_term_exchange() 4906 request_t *pkt; in __qlt_send_busy() 4917 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_busy()
|
D | qla_os.c | 357 (req->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_req_que() 361 (req->length + 1) * sizeof(request_t), in qla2x00_free_req_que() 376 (rsp->length_fx00 + 1) * sizeof(request_t), in qla2x00_free_rsp_que() 3443 ((*req)->length + 1) * sizeof(request_t), in qla2x00_mem_alloc() 3538 sizeof(request_t), (*req)->ring, (*req)->dma); in qla2x00_mem_alloc()
|
D | qla_init.c | 1568 (req->length * sizeof(request_t)); in qla2x00_alloc_fw_dump() 1573 mq_size += ha->tgt.atio_q_length * sizeof(request_t); in qla2x00_alloc_fw_dump() 1656 req_q_size = req->length * sizeof(request_t); in qla2x00_alloc_fw_dump()
|
D | qla_iocb.c | 1800 request_t *pkt; in qla2x00_alloc_iocbs()
|