Home
last modified time | relevance | path

Searched refs:tcpip (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c832 u32 tx_mode, tcpip; in pch_gbe_setup_tctl() local
842 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() local
888 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()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES679 but tcpip session still alive. Set proper timeout on socket read.