Home
last modified time | relevance | path

Searched refs:ifs_ratio (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1740 mac->ifs_ratio = IFS_RATIO; in e1000e_reset_adaptive()
1762 if ((mac->collision_delta * mac->ifs_ratio) > mac->tx_packet_delta) { in e1000e_update_adaptive()
H A Dhw.h592 u16 ifs_ratio; member
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c4747 hw->ifs_ratio = IFS_RATIO; in e1000_reset_adaptive()
4766 if ((hw->collision_delta * hw->ifs_ratio) > hw->tx_packet_delta) { in e1000_update_adaptive()
H A De1000_hw.h1372 u16 ifs_ratio; member