Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c791 u32 sset_count = 0; in hns_ae_get_sset_count() local
799 sset_count += hns_rcb_get_ring_sset_count(stringset) * handle->q_num; in hns_ae_get_sset_count()
800 sset_count += hns_ppe_get_sset_count(stringset); in hns_ae_get_sset_count()
801 sset_count += hns_mac_get_sset_count(mac_cb, stringset); in hns_ae_get_sset_count()
804 sset_count += hns_dsaf_get_sset_count(dsaf_dev, stringset); in hns_ae_get_sset_count()
806 return sset_count; in hns_ae_get_sset_count()