Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:back

46 	return ((struct ixgbe_softc *)hw->back)->dev;
52 pci_chipset_tag_t pc = hw->back->osdep.pc;
53 pcitag_t tag = hw->back->osdep.tag;
70 pci_chipset_tag_t pc = hw->back->osdep.pc;
71 pcitag_t tag = hw->back->osdep.tag;
95 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
96 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, reg);
102 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
103 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle,
110 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
111 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle,
118 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
119 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle,
126 bus_space_barrier(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
127 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle,
128 0, ((struct ixgbe_softc *)hw->back)->osdep.mem_size,