Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_bnxvar.h85 #define REG_WR(sc, reg, val) bus_space_write_4(sc->bnx_btag, sc->bnx_bhandle, reg, val)
86 #define REG_WR16(sc, reg, val) bus_space_write_2(sc->bnx_btag, sc->bnx_bhandle, reg, val)
87 #define REG_RD(sc, reg) bus_space_read_4(sc->bnx_btag, sc->bnx_bhandle, reg)
123 bus_space_handle_t bnx_bhandle; /* Device bus handle */ member
H A Dif_bnx.c623 &sc->bnx_bhandle, NULL, &sc->bnx_size)) { in bnx_attach()
2730 bus_space_unmap(sc->bnx_btag, sc->bnx_bhandle, sc->bnx_size); in bnx_release_resources()
4562 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_rx_intr()
4803 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_rx_intr()
4854 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_tx_intr()
4926 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_tx_intr()