Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_osdep.h148 struct i40e_osdep { struct
194 rd32_osdep(struct i40e_osdep *osdep, uint32_t reg) in rd32_osdep()
206 wr32_osdep(struct i40e_osdep *osdep, uint32_t reg, uint32_t value) in wr32_osdep()
218 ixl_flush_osdep(struct i40e_osdep *osdep) in ixl_flush_osdep()
227 bus_space_read_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
228 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
232 bus_space_write_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
233 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
H A Di40e_osdep.c70 device_t dev = ((struct i40e_osdep *)hw->back)->dev; in i40e_allocate_dma_mem()
185 dev = ((struct i40e_osdep *)hw->back)->dev; in i40e_debug_shared()
250 value = pci_read_config(((struct i40e_osdep *)hw->back)->dev, in i40e_read_pci_cfg()
259 pci_write_config(((struct i40e_osdep *)hw->back)->dev, in i40e_write_pci_cfg()
H A Dixl_pf.h117 struct i40e_osdep osdep;
/freebsd/sys/modules/ixl/
H A DMakefile6 SRCS += ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c
/freebsd/sys/conf/
H A Dfiles.amd64224 dev/ixl/i40e_osdep.c optional ixl pci \
H A Dfiles.powerpc173 dev/ixl/i40e_osdep.c optional ixl pci powerpc64 | \