Searched refs:E1000_TCTL_CT (Results 1 – 4 of 4) sorted by relevance
414 #define E1000_TCTL_CT 0x00000ff0 /* collision threshold */ macro
1314 #define E1000_TCTL_CT 0x00000ff0 /* collision threshold */ macro
3391 tctl &= ~E1000_TCTL_CT;
2387 reg_val &= ~E1000_TCTL_CT; in igb_setup_tx()