Searched refs:bnx_btag (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | if_bnxvar.h | 85 #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, … 87 #define REG_RD(sc, reg) bus_space_read_4(sc->bnx_btag, sc->bnx_bhandle, r… 122 bus_space_tag_t bnx_btag; /* Device bus tag */ member
|
| D | if_bnx.c | 622 if (pci_mapreg_map(pa, BNX_PCI_BAR0, memtype, 0, &sc->bnx_btag, in bnx_attach() 2730 bus_space_unmap(sc->bnx_btag, sc->bnx_bhandle, sc->bnx_size); in bnx_release_resources() 4563 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_rx_intr() 4804 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_rx_intr() 4855 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_tx_intr() 4927 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, in bnx_tx_intr()
|