struct ksz_port - Virtual port data structure : Duplex mode setting. 1 for half duplex, 2 for full duplex, and 0 for auto, which normally results in full duplex. : Speed setting. 10 for 10 Mbit, 100 for 100 Mbit, and 0 for auto, which normally results in 100 Mbit. : Force link setting. 0 for auto-negotiation, and 1 for force. : Flow control setting. PHY_NO_FLOW_CTRL for no flow control, and PHY_FLOW_CTRL for flow control. PHY_TX_ONLY and PHY_RX_ONLY are not supported for 100 Mbit PHY. : Index of first port this port supports. : Number of ports with MIB counters. : Number of ports this port supports. : Port statistics counter. : Pointer to hardware structure. : Pointer to port information linked to this port.
Definition at line 1342 of file ksz884x.c.