Home
last modified time | relevance | path

Searched refs:sg_len (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c111 size_t sg_len; variable
224 sg_len = MAPPEDMEM_FULLTOP - MAPPEDMEM_MINTOP; in resalloc_init()
225 if (prom_alloc(sg_addr, sg_len, 1) != sg_addr) in resalloc_init()
H A Dramdisk.c400 extern size_t sg_len; in do_sg_go()
420 prom_free(sg_addr, sg_len); in do_sg_go()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c475 sg->sg_len = dma->len_to_alloc; in pqi_report_device_capability()
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()
1608 rqst.rp_sglist[0].sg_len = dma->len_to_alloc; in write_host_wellness()
1631 rqst.rp_sglist[0].sg_len = dma->len_to_alloc; in report_luns()
H A Dsmartpqi_hw.c745 sg->sg_len = cookie->dmac_size; in set_sg_descriptor()
783 sg->sg_len = (cmd->pc_dmaccount - num_sg_in_iu) * in build_aio_sg_list()
839 sg->sg_len = (cmd->pc_dmaccount - num_sg_in_iu) * in build_raid_sg_list()
H A Dsmartpqi_util.c950 rqst->rp_sglist[i].sg_len, in dump_raid()
991 rqst->ap_sglist[i].sg_len, in dump_aio()
H A Dsmartpqi_hw.h251 uint32_t sg_len; member
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c62 unsigned int sg_len; member