Home
last modified time | relevance | path

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

/trueos/sys/dev/ixl/
HDi40e_osdep.h150 struct i40e_osdep { struct
188 rd32_osdep(struct i40e_osdep *osdep, uint32_t reg) in rd32_osdep()
200 wr32_osdep(struct i40e_osdep *osdep, uint32_t reg, uint32_t value) in wr32_osdep()
212 ixl_flush_osdep(struct i40e_osdep *osdep) in ixl_flush_osdep()
222 bus_space_read_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
223 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
227 bus_space_write_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
228 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \
HDi40e_osdep.c69 device_t dev = ((struct i40e_osdep *)hw->back)->dev; in i40e_allocate_dma_mem()
185 value = pci_read_config(((struct i40e_osdep *)hw->back)->dev, in i40e_read_pci_cfg()
194 pci_write_config(((struct i40e_osdep *)hw->back)->dev, in i40e_write_pci_cfg()
HDixl_pf.h42 struct i40e_osdep osdep;
HDixlv.h103 struct i40e_osdep osdep;
/trueos/sys/modules/ixl/
HDMakefile10 SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c
/trueos/sys/modules/ixlv/
HDMakefile10 SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
/trueos/sys/conf/
HDfiles.amd64212 dev/ixl/i40e_osdep.c optional ixl pci | ixlv pci \
HDfiles1807 dev/ixl/i40e_osdep.c optional ixl ixlv inet \