Searched refs:tx_fifo_limit (Results 1 – 3 of 3) sorted by relevance
221 u32 tx_fifo_limit; member
4111 adapter->tx_fifo_limit = min_t(u32, ((er32(PBA) >> 16) << 10) - 96, in e1000e_reset() 5876 count += DIV_ROUND_UP(len, adapter->tx_fifo_limit); in e1000_xmit_frame() 5881 adapter->tx_fifo_limit); in e1000_xmit_frame() 5922 count = e1000_tx_map(tx_ring, skb, first, adapter->tx_fifo_limit, in e1000_xmit_frame() 5946 adapter->tx_fifo_limit) + 4)); in e1000_xmit_frame()
431 /*1*/ u8 X(X(rx_fifo_limit:4, tx_fifo_limit:3), pad1:1);