Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c631 u32 sset_count = 0; in hns_ae_get_sset_count() local
638 sset_count += hns_rcb_get_ring_sset_count(stringset) * handle->q_num; in hns_ae_get_sset_count()
639 sset_count += hns_ppe_get_sset_count(stringset); in hns_ae_get_sset_count()
640 sset_count += hns_mac_get_sset_count(mac_cb, stringset); in hns_ae_get_sset_count()
643 sset_count += hns_dsaf_get_sset_count(stringset); in hns_ae_get_sset_count()
645 return sset_count; in hns_ae_get_sset_count()