bnx_bhandle       636 dev/pci/if_bnx.c 		    memtype, 0, &sc->bnx_btag, &sc->bnx_bhandle,
bnx_bhandle      2416 dev/pci/if_bnx.c 		bus_space_unmap(sc->bnx_btag, sc->bnx_bhandle, sc->bnx_size);
bnx_bhandle      3763 dev/pci/if_bnx.c 	bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0,
bnx_bhandle      4012 dev/pci/if_bnx.c 		bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_bhandle      4059 dev/pci/if_bnx.c 	bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_bhandle      4131 dev/pci/if_bnx.c 		bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_bhandle      4738 dev/pci/if_bnx.c 		bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0, 
bnx_bhandle       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_bhandle       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_bhandle       665 dev/pci/if_bnxreg.h #define REG_RD(sc, reg)			bus_space_read_4(sc->bnx_btag, sc->bnx_bhandle, reg)
bnx_bhandle      4598 dev/pci/if_bnxreg.h 	bus_space_handle_t	bnx_bhandle;		/* Device bus handle */