Lines Matching defs:data
909 uint8_t *data)
919 strlcpy(data + i * ETH_GSTRING_LEN,
926 phy_ethtool_get_strings(phydev, data);
931 void b53_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data)
957 data[i] = (u64)val;
964 void b53_get_ethtool_phy_stats(struct dsa_switch *ds, int port, uint64_t *data)
972 phy_ethtool_get_stats(phydev, NULL, data);
1712 dsa_fdb_dump_cb_t *cb, void *data)
1720 return cb(ent->mac, ent->vid, ent->is_static, data);
1724 dsa_fdb_dump_cb_t *cb, void *data)
1742 ret = b53_fdb_copy(port, &results[0], cb, data);
1748 ret = b53_fdb_copy(port, &results[1], cb, data);