Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_bnxreg.h676 #define REG_WR(sc, reg, val) bus_space_write_4(sc->bnx_btag, sc->bnx_bhandle, reg, val)
677 #define REG_WR16(sc, reg, val) bus_space_write_2(sc->bnx_btag, sc->bnx_bhandle, reg, val)
678 #define REG_RD(sc, reg) bus_space_read_4(sc->bnx_btag, sc->bnx_bhandle, reg)
4763 bus_space_handle_t bnx_bhandle; /* Device bus handle */ member
Dif_bnx.c658 &sc->bnx_bhandle, NULL, &sc->bnx_size, 0)) { in bnx_attach()
2691 bus_space_unmap(sc->bnx_btag, sc->bnx_bhandle, sc->bnx_size); in bnx_release_resources()
4262 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_rx_intr()
4466 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_rx_intr()
4516 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_tx_intr()