Lines Matching defs:ixgbe_osdep
35 /* FreeBSD: src/sys/dev/ixgbe/ixgbe_osdep.h 326022 2017-11-20 19:36:21Z pfg $*/
129 struct ixgbe_osdep {
150 bus_space_read_4(((struct ixgbe_osdep *)(a)->back)->os_memt, \
151 ((struct ixgbe_osdep *)(a)->back)->os_memh, reg)
153 bus_space_write_4(((struct ixgbe_osdep *)(a)->back)->os_memt, \
154 ((struct ixgbe_osdep *)(a)->back)->os_memh, reg, value)
156 bus_space_read_4(((struct ixgbe_osdep *)(a)->back)->os_memt, \
157 ((struct ixgbe_osdep *)(a)->back)->os_memh, (reg + ((offset) << 2)))
159 bus_space_write_4(((struct ixgbe_osdep *)(a)->back)->os_memt, \
160 ((struct ixgbe_osdep *)(a)->back)->os_memh, (reg + ((offset) << 2)), value)