Home
last modified time | relevance | path

Searched refs:status_block (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_main2.c2257 bsp = DMA_VPTR(bgep->status_block);
2336 bsp = DMA_VPTR(bgep->status_block);
2402 bsp = DMA_VPTR(bgep->status_block);
2997 bge_slice_chunk(&bgep->status_block, &area, 1, sizeof (bge_status_t));
2999 bgep->status_block.mem_va,
3000 bgep->status_block.alength,
3001 bgep->status_block.offset,
3002 bgep->status_block.cookie.dmac_laddress,
3003 bgep->status_block.cookie.dmac_size,
3016 DMA_ZERO(bgep->status_block);
H A Dbge_send.c388 bsp = DMA_VPTR(bgep->status_block); in bge_send_serial()
H A Dbge_chip2.c4336 DMA_ZERO(bgep->status_block); in bge_chip_start()
4630 bgep->status_block.cookie.dmac_laddress); in bge_chip_start()
4964 DMA_SYNC(bgep->status_block, DDI_DMA_SYNC_FORKERNEL); in bge_status_sync()
4965 retval = bge_check_dma_handle(bgep, bgep->status_block.dma_hdl); in bge_status_sync()
4969 bsp = DMA_VPTR(bgep->status_block); in bge_status_sync()
5116 bsp = DMA_VPTR(bgep->status_block); in bge_intr()
5317 bsp = DMA_VPTR(bgep->status_block); in bge_factotum_stall_check()
6101 areap = &bgep->status_block; in bge_pp_ioctl()
H A Dbge_impl.h792 dma_area_t status_block; /* describes hardware */ member