Home
last modified time | relevance | path

Searched refs:bge_status_block (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/bge/
HDif_bge.c2400 bzero(sc->bge_ldata.bge_status_block, BGE_STATUS_BLK_SZ); in bge_blockinit()
2403 bzero(sc->bge_ldata.bge_status_block, 32); in bge_blockinit()
2881 if (sc->bge_ldata.bge_status_block) in bge_dma_free()
2883 sc->bge_ldata.bge_status_block, in bge_dma_free()
3011 (uint8_t **)&sc->bge_ldata.bge_status_block, in bge_dma_alloc()
4553 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx; in bge_poll()
4554 tx_cons = sc->bge_ldata.bge_status_block->bge_idx[0].bge_tx_cons_idx; in bge_poll()
4556 statusword = sc->bge_ldata.bge_status_block->bge_status; in bge_poll()
4558 sc->bge_ldata.bge_status_block->bge_status = 0; in bge_poll()
4626 rx_prod = sc->bge_ldata.bge_status_block->bge_idx[0].bge_rx_prod_idx; in bge_intr_task()
[all …]
HDif_bgereg.h2406 struct bge_status_block { struct
2881 struct bge_status_block *bge_status_block; member
2897 #define BGE_STATUS_BLK_SZ sizeof (struct bge_status_block)