Searched refs:tx_packet_delta (Results 1 – 2 of 2) sorted by relevance
6604 if ((hw->collision_delta * hw->ifs_ratio) > hw->tx_packet_delta) { in e1000_update_adaptive()6605 if (hw->tx_packet_delta > MIN_NUM_XMITS) { in e1000_update_adaptive()6616 if (hw->in_ifs_mode && (hw->tx_packet_delta <= MIN_NUM_XMITS)) { in e1000_update_adaptive()
1423 uint32_t tx_packet_delta; member