Searched refs:status_block (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_int.h | 49 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
|
H A D | ecore_int_api.h | 56 struct status_block *sb_virt;
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 2243 bsp = DMA_VPTR(bgep->status_block); 2322 bsp = DMA_VPTR(bgep->status_block); 2388 bsp = DMA_VPTR(bgep->status_block); 2985 bge_slice_chunk(&bgep->status_block, &area, 1, sizeof (bge_status_t)); 2987 bgep->status_block.mem_va, 2988 bgep->status_block.alength, 2989 bgep->status_block.offset, 2990 bgep->status_block.cookie.dmac_laddress, 2991 bgep->status_block.cookie.dmac_size, 3004 DMA_ZERO(bgep->status_block);
|
H A D | bge_send.c | 388 bsp = DMA_VPTR(bgep->status_block); in bge_send_serial()
|
H A D | bge_chip2.c | 4422 DMA_ZERO(bgep->status_block); in bge_chip_start() 4725 bgep->status_block.cookie.dmac_laddress); in bge_chip_start() 5066 DMA_SYNC(bgep->status_block, DDI_DMA_SYNC_FORKERNEL); in bge_status_sync() 5067 retval = bge_check_dma_handle(bgep, bgep->status_block.dma_hdl); in bge_status_sync() 5071 bsp = DMA_VPTR(bgep->status_block); in bge_status_sync() 5219 bsp = DMA_VPTR(bgep->status_block); in bge_intr() 5420 bsp = DMA_VPTR(bgep->status_block); in bge_factotum_stall_check() 6204 areap = &bgep->status_block; in bge_pp_ioctl()
|
H A D | bge_impl.h | 792 dma_area_t status_block; /* describes hardware */ member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | common_hsi.h | 1427 struct status_block struct
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede.h | 369 struct status_block *sb_virt;
|
H A D | qede_main.c | 2784 sizeof (struct status_block), in qede_alloc_sb_phys()
|