Home
last modified time | relevance | path

Searched refs:mibvalue (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/dsa/
Drtl8366.c554 u64 mibvalue = 0; in rtl8366_get_ethtool_stats() local
557 ret = smi->ops->get_mib_counter(smi, port, mib, &mibvalue); in rtl8366_get_ethtool_stats()
562 data[i] = mibvalue; in rtl8366_get_ethtool_stats()
Drealtek-smi-core.h89 u64 *mibvalue);
Drtl8366rb.c361 u64 *mibvalue) in rtl8366rb_get_mib_counter() argument
390 *mibvalue = 0; in rtl8366rb_get_mib_counter()
395 *mibvalue = (*mibvalue << 16) | (val & 0xFFFF); in rtl8366rb_get_mib_counter()