Lines Matching refs:status_block
3251 if (sc->status_block != NULL) { in bce_dma_free()
3254 sc->status_block, in bce_dma_free()
3256 sc->status_block = NULL; in bce_dma_free()
3552 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block, in bce_dma_alloc()
3562 sc->status_block, BCE_STATUS_BLK_SZ, bce_dma_map_addr, in bce_dma_alloc()
6460 new_link_state = sc->status_block->status_attn_bits & in bce_phy_intr()
6462 old_link_state = sc->status_block->status_attn_bits_ack & in bce_phy_intr()
6524 hw_cons = sc->status_block->status_rx_quick_consumer_index0; in bce_get_hw_rx_cons()
6902 hw_cons = sc->status_block->status_tx_quick_consumer_index0; in bce_get_hw_tx_cons()
7955 sc->status_block->status_idx == sc->last_status_idx && in bce_intr()
7975 status_attn_bits = sc->status_block->status_attn_bits; in bce_intr()
7986 (sc->status_block->status_attn_bits_ack & in bce_intr()
7998 (sc->status_block->status_attn_bits_ack & in bce_intr()
8005 sc->status_block->status_attn_bits); in bce_intr()
8024 sc->last_status_idx = sc->status_block->status_idx; in bce_intr()
10681 struct status_block *sblk; in bce_dump_status_block()
10685 sblk = sc->status_block; in bce_dump_status_block()
10845 val_hi = BCE_ADDR_HI(sc->status_block); in bce_dump_driver_state()
10846 val_lo = BCE_ADDR_LO(sc->status_block); in bce_dump_driver_state()