Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/dsa/
Drtl8366.c508 u64 mibvalue = 0; in rtl8366_get_ethtool_stats() local
511 ret = smi->ops->get_mib_counter(smi, port, mib, &mibvalue); in rtl8366_get_ethtool_stats()
516 data[i] = mibvalue; in rtl8366_get_ethtool_stats()
Drealtek-smi-core.h85 u64 *mibvalue);
Drtl8366rb.c353 u64 *mibvalue) in rtl8366rb_get_mib_counter() argument
382 *mibvalue = 0; in rtl8366rb_get_mib_counter()
387 *mibvalue = (*mibvalue << 16) | (val & 0xFFFF); in rtl8366rb_get_mib_counter()