Searched refs:tcpip (Results 1 – 3 of 3) sorted by relevance
65 # Use tcpip command for IP address(-i), subnet(-s), and gateway(-g)78 # smtp snmp snmptrap snmpv3 system tcpip
757 u32 tx_mode, tcpip; in pch_gbe_setup_tctl() local767 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()768 tcpip |= PCH_GBE_TX_TCPIPACC_EN; in pch_gbe_setup_tctl()769 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()806 u32 rx_mode, tcpip; in pch_gbe_setup_rctl() local813 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()815 tcpip |= PCH_GBE_RX_TCPIPACC_OFF; in pch_gbe_setup_rctl()816 tcpip &= ~PCH_GBE_RX_TCPIPACC_EN; in pch_gbe_setup_rctl()817 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
758 # /etc/rc.tcpip -> $(SEC_CONFIG) ;