Searched refs:tx_fifo_head (Results 1 – 3 of 3) sorted by relevance
97 if ((dev_spec->tx_fifo_head + fifo_pkt_len) < in e1000_fifo_workaround_82547()132 dev_spec->tx_fifo_head = 0; in e1000_fifo_workaround_82547()155 dev_spec->tx_fifo_head += E1000_ROUNDUP(length + E1000_FIFO_HDR_SIZE, in e1000_update_tx_fifo_head_82547()158 if (dev_spec->tx_fifo_head > dev_spec->tx_fifo_size) in e1000_update_tx_fifo_head_82547()159 dev_spec->tx_fifo_head -= dev_spec->tx_fifo_size; in e1000_update_tx_fifo_head_82547()
78 u32 tx_fifo_head;
997 u32 tx_fifo_head; member