Home
last modified time | relevance | path

Searched refs:tx_fifo_head (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/openbmc/qemu/include/hw/ssi/
H A Dpl022.h43 int tx_fifo_head; member
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h198 u32 tx_fifo_head; member
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h238 u32 tx_fifo_head; member
H A De1000_main.c595 adapter->tx_fifo_head = 0; in e1000_reset()
2376 adapter->tx_fifo_head = 0; in e1000_82547_tx_fifo_stall_task()
3042 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in e1000_82547_fifo_workaround()
3059 adapter->tx_fifo_head += skb_fifo_len; in e1000_82547_fifo_workaround()
3060 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) in e1000_82547_fifo_workaround()
3061 adapter->tx_fifo_head -= adapter->tx_fifo_size; in e1000_82547_fifo_workaround()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h247 u32 tx_fifo_head; member
H A Dethtool.c1507 adapter->tx_fifo_head = ctrlext; in e1000_set_es2lan_mac_loopback()
1602 ew32(CTRL_EXT, adapter->tx_fifo_head); in e1000_loopback_cleanup()
1603 adapter->tx_fifo_head = 0; in e1000_loopback_cleanup()