Home
last modified time | relevance | path

Searched refs:E1000_TDWBAL (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/net/
H A Digbvf.c161 return E1000_TDWBAL(vfn); in vf_to_pf_addr()
163 return E1000_TDWBAL(vfn + IGB_MAX_VF_FUNCTIONS); in vf_to_pf_addr()
H A Digb_regs.h600 #define E1000_TDWBAL(_n) (0x0E038 + (0x40 * (_n))) macro
H A Digb_core.c838 tdwba = core->mac[E1000_TDWBAL(txi->idx) >> 2]; in igb_txdesc_writeback()