bnx_btag          636 dev/pci/if_bnx.c 		    memtype, 0, &sc->bnx_btag, &sc->bnx_bhandle,
bnx_btag         2416 dev/pci/if_bnx.c 		bus_space_unmap(sc->bnx_btag, sc->bnx_bhandle, sc->bnx_size);
bnx_btag         3763 dev/pci/if_bnx.c 	bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0,
bnx_btag         4012 dev/pci/if_bnx.c 		bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_btag         4059 dev/pci/if_bnx.c 	bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_btag         4131 dev/pci/if_bnx.c 		bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_btag         4738 dev/pci/if_bnx.c 		bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_btag          663 dev/pci/if_bnxreg.h #define REG_WR(sc, reg, val)		bus_space_write_4(sc->bnx_btag, sc->bnx_bhandle, reg, val)
bnx_btag          664 dev/pci/if_bnxreg.h #define REG_WR16(sc, reg, val)		bus_space_write_2(sc->bnx_btag, sc->bnx_bhandle, reg, val)
bnx_btag          665 dev/pci/if_bnxreg.h #define REG_RD(sc, reg)			bus_space_read_4(sc->bnx_btag, sc->bnx_bhandle, reg)
bnx_btag         4597 dev/pci/if_bnxreg.h 	bus_space_tag_t		bnx_btag;			/* Device bus tag */