Symbol: dma_mem
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10187
dma_mem_t *dma_mem;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10283
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10284
if (dma_mem == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10302
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10310
if (ql_get_dma_mem(ha, dma_mem, pld_byte_cnt, LITTLE_ENDIAN_DMA,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10314
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10322
ddi_rep_put8(dma_mem->acc_handle, (uint8_t *)pld,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10323
(uint8_t *)dma_mem->bp, cmd_size, DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10326
(void) ddi_dma_sync(dma_mem->dma_handle, 0, cmd_size,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10364
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10366
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10371
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10373
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10389
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10391
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10428
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10430
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10432
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10434
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10449
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10451
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10460
(void) ddi_dma_sync(dma_mem->dma_handle, 0, cmd->ResponseLen,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10463
if (ql_send_buffer_data(dma_mem->bp,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10475
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10477
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1552
dma_mem_t *dma_mem;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1601
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1602
if (dma_mem == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1637
if (ql_get_dma_mem(ha, dma_mem, pkt_size, LITTLE_ENDIAN_DMA,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1642
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1649
ddi_rep_put8(dma_mem->acc_handle, (uint8_t *)pld,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1650
(uint8_t *)dma_mem->bp, pld_byte_cnt, DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1653
(void) ddi_dma_sync(dma_mem->dma_handle, 0, pld_byte_cnt,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1689
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1691
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1696
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1698
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1718
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1719
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1755
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1757
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1759
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1761
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1776
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1777
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1785
(void) ddi_dma_sync(dma_mem->dma_handle, 0,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1788
ddi_rep_get8(dma_mem->acc_handle, (uint8_t *)pld,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1789
(uint8_t *)dma_mem->bp, pld_byte_cnt,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1809
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1810
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2060
dma_mem_t *dma_mem;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2115
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2116
if (dma_mem == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2237
if (ql_get_dma_mem(ha, dma_mem, pld_size, LITTLE_ENDIAN_DMA,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2265
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2266
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2271
ddi_rep_put8(dma_mem->acc_handle, (uint8_t *)pld,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2272
(uint8_t *)dma_mem->bp, pld_size,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2276
(void) ddi_dma_sync(dma_mem->dma_handle, 0,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2277
dma_mem->size, DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2376
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2378
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2401
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2403
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2426
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2438
(void) ddi_dma_sync(dma_mem->dma_handle, 0,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2439
dma_mem->size, DDI_DMA_SYNC_FORKERNEL);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2441
ddi_rep_get8(dma_mem->acc_handle, (uint8_t *)pld,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2442
(uint8_t *)dma_mem->bp, pld_size,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2504
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2505
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2515
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2516
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2772
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2773
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4137
dma_mem_t dma_mem;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4158
if (ql_get_dma_mem(ha, &dma_mem, sizeof (ql_rpt_lun_lst_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4212
LE_32(LSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4214
LE_32(MSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4243
LE_32(LSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4245
LE_32(MSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4272
LE_32(LSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4281
(void) ddi_dma_sync(dma_mem.dma_handle, 0, dma_mem.size,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4284
ddi_rep_get8(dma_mem.acc_handle, (uint8_t *)rpt,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4285
(uint8_t *)dma_mem.bp, dma_mem.size, DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4361
ql_free_dma_resource(ha, &dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4472
dma_mem_t dma_mem;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4494
if (ql_get_dma_mem(ha, &dma_mem, inq_len,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4562
LE_32(LSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4564
LE_32(MSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4586
LE_32(LSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4588
LE_32(MSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4610
LE_32(LSD(dma_mem.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4619
(void) ddi_dma_sync(dma_mem.dma_handle, 0, dma_mem.size,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4622
ddi_rep_get8(dma_mem.acc_handle, (uint8_t *)inq_data,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4623
(uint8_t *)dma_mem.bp, dma_mem.size, DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4678
ql_free_dma_resource(ha, &dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8618
dma_mem_t *dma_mem;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8666
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8667
if (dma_mem == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8676
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8684
if (ql_get_dma_mem(ha, dma_mem, fw.TotalByteCount, LITTLE_ENDIAN_DMA,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8689
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8697
if (ql_get_buffer_data((caddr_t)(uintptr_t)fw.pFwDataBytes, dma_mem->bp,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8700
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8702
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8710
(void) ddi_dma_sync(dma_mem->dma_handle, 0, dma_mem->size,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8716
ptr32 = dma_mem->bp;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8722
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8724
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8743
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8745
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8769
dma_mem_t *dma_mem = NULL;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8830
dma_mem = (dma_mem_t *)kmem_zalloc(sizeof (dma_mem_t),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8832
if (dma_mem == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8839
if (ql_get_dma_mem(ha, dma_mem, info.TotalByteCount,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8843
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8853
dma_mem->bp, info.TotalByteCount, mode) !=
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8856
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8857
kmem_free(dma_mem, sizeof (dma_mem_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8863
(void) ddi_dma_sync(dma_mem->dma_handle, 0,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8864
dma_mem->size, DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8868
LE_32(LSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8870
LE_32(MSD(dma_mem->cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8901
(void) ddi_dma_sync(dma_mem->dma_handle, 0, dma_mem->size,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8904
dma_mem->bp, info.TotalByteCount, mode) !=
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8911
ql_free_dma_resource(ha, dma_mem);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8912
kmem_free(dma_mem, sizeof (dma_mem_t));