Home
last modified time | relevance | path

Searched refs:len_to_alloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c368 s->s_adminq_dma->len_to_alloc); in pqi_alloc_admin_queue()
370 s->s_adminq_dma->len_to_alloc, DDI_DMA_SYNC_FORDEV); in pqi_alloc_admin_queue()
475 sg->sg_len = dma->len_to_alloc; in pqi_report_device_capability()
764 sizeof (pqi_index_t) <= s->s_queue_dma->len_to_alloc); in pqi_alloc_operation_queues()
876 sg->sg_len = dma->len_to_alloc; in pqi_enable_events()
1125 sg->sg_len = dma->len_to_alloc; in scsi_common()
1550 rqst.rp_sglist[0].sg_len = dma->len_to_alloc; in identify_physical_device()
1579 rqst.rp_sglist[0].sg_len = dma->len_to_alloc; in identify_controller()
1606 (void) memcpy(dma->alloc_memory, buf, dma->len_to_alloc); in write_host_wellness()
1608 rqst.rp_sglist[0].sg_len = dma->len_to_alloc; in write_host_wellness()
[all …]
H A Dsmartpqi.h172 size_t len_to_alloc; member
H A Dsmartpqi_util.c493 d->len_to_alloc = len; in pqi_alloc_single()