Home
last modified time | relevance | path

Searched refs:E1000_TCTL_RTLC (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/net/igb/
De1000_defines.h289 #define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ macro
Digb_main.c2600 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC | in igb_setup_tctl()
/linux-2.6.39/drivers/net/e1000e/
Ddefines.h318 #define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ macro
Des2lan.c878 reg_data |= E1000_TCTL_RTLC; in e1000_init_hw_80003es2lan()
Dnetdev.c2684 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC | in e1000_configure_tx()
/linux-2.6.39/drivers/net/e1000/
De1000_hw.h1976 #define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ macro
De1000_main.c1622 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC | in e1000_configure_tx()