Searched refs:i40e_osdep (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/modules/ixlv/
H A DMakefile8 SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h33 /*$FreeBSD: stable/11/sys/dev/ixl/i40e_osdep.h 349163 2019-06-18 00:08:02Z erj $*/
149 struct i40e_osdep { struct
198 rd32_osdep(struct i40e_osdep *osdep, uint32_t reg)
210 wr32_osdep(struct i40e_osdep *osdep, uint32_t reg, uint32_t value)
222 ixl_flush_osdep(struct i40e_osdep *osdep)
231 bus_space_read_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
232 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
236 bus_space_write_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
237 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
H A Di40e_osdep.c33 /*$FreeBSD: stable/11/sys/dev/ixl/i40e_osdep.c 349163 2019-06-18 00:08:02Z erj $*/
72 device_t dev = ((struct i40e_osdep *)hw->back)->dev;
188 dev = ((struct i40e_osdep *)hw->back)->dev;
253 value = pci_read_config(((struct i40e_osdep *)hw->back)->dev,
262 pci_write_config(((struct i40e_osdep *)hw->back)->dev,
H A Dixlv.h118 struct i40e_osdep osdep;
H A Dixl_pf.h75 struct i40e_osdep osdep;
/freebsd-11-stable/sys/modules/ixl/
H A DMakefile8 SRCS += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c

Completed in 78 milliseconds