Lines Matching +full:5 +full:gbit
231 * 5. In same interface, the heavy loading should use higher one of the
301 * (Ref: KSZ9893R Data Sheet DS00002420D, primarily Section 4.7.5 explaining
638 [MIB_COUNTER_VALID] = BIT(5),
654 [P_MII_TX_FLOW_CTRL] = BIT(5),
655 [P_MII_RX_FLOW_CTRL] = BIT(5),
813 [P_MII_TX_FLOW_CTRL] = BIT(5),
842 [P_MII_TX_FLOW_CTRL] = BIT(5),
1136 /* port 5 */
1376 /* port 5 */
1544 .port_cnt = 5, /* total cpu and user ports */
1577 * port_cnt is configured as 5, even though it is 4
1585 .port_cnt = 5, /* total cpu and user ports */
1612 .port_cnt = 5, /* total cpu and user ports */
1665 * port_cnt is configured as 5, even though it is 4
1673 .port_cnt = 5, /* total cpu and user ports */
1696 .port_cnt = 5, /* total cpu and user ports */
1952 .port_cnt = 5, /* total physical port count */
2046 .port_cnt = 5, /* total physical port count */
3792 phy_interface_t ksz_get_xmii(struct ksz_device *dev, int port, bool gbit) in ksz_get_xmii() argument
3805 if (gbit) in ksz_get_xmii()
3866 bool gbit = false; in ksz_get_gbit() local
3875 gbit = true; in ksz_get_gbit()
3877 return gbit; in ksz_get_gbit()
3880 static void ksz_set_gbit(struct ksz_device *dev, int port, bool gbit) in ksz_set_gbit() argument
3890 if (gbit) in ksz_set_gbit()