Searched refs:tcpip (Results 1 – 2 of 2) sorted by relevance
832 u32 tx_mode, tcpip; in pch_gbe_setup_tctl() local842 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()843 tcpip |= PCH_GBE_TX_TCPIPACC_EN; in pch_gbe_setup_tctl()844 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()881 u32 rx_mode, tcpip; in pch_gbe_setup_rctl() local888 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()890 tcpip |= PCH_GBE_RX_TCPIPACC_OFF; in pch_gbe_setup_rctl()891 tcpip &= ~PCH_GBE_RX_TCPIPACC_EN; in pch_gbe_setup_rctl()892 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
679 but tcpip session still alive. Set proper timeout on socket read.