Searched refs:E1000_RCTL_LPE (Results 1 – 7 of 7) sorted by relevance
120 #define E1000_RCTL_LPE 0x00000020 /* long packet enable */ macro
3059 rctl &= ~E1000_RCTL_LPE; in e1000_setup_rctl()3061 rctl |= E1000_RCTL_LPE; in e1000_setup_rctl()3071 if ((hw->phy.type == e1000_phy_82577) && (rctl & E1000_RCTL_LPE)) { in e1000_setup_rctl()3127 if ((pages <= 3) && (PAGE_SIZE <= 16384) && (rctl & E1000_RCTL_LPE)) in e1000_setup_rctl()
1261 E1000_RCTL_UPE | E1000_RCTL_MPE | E1000_RCTL_LPE | in e1000_setup_desc_rings()
132 #define E1000_RCTL_LPE 0x00000020 /* long packet enable */ macro
1987 temp_rctl |= E1000_RCTL_LPE; in igb_rx_fifo_flush_82575()
4607 rctl |= E1000_RCTL_LPE; in igb_setup_rctl()
1812 #define E1000_RCTL_LPE 0x00000020 /* long packet enable */ macro