Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlstat.h189 lane_type_t fe_id; /* hw, sw, local */ member
H A Dlibdlstat.c2067 s1->fe_id == s2->fe_id && in i_dlstat_fanout_match()
2083 diff_entry->fe_id = s1->fe_id; in i_dlstat_fanout_stat_entry_diff()
2104 fanout_stat_entry->fe_id = DLSTAT_INVALID_ENTRY; in i_dlstat_fanout_retrieve_stat()
2159 curr_stats->fe_id = L_HWLANE; in i_dlstat_query_fanout_stats()
2221 fout_stats->fe_id = L_LOCAL; in dlstat_fanout_stats()
2224 fout_stats->fe_id = L_LCLSWLANE; in dlstat_fanout_stats()
/titanic_41/usr/src/cmd/dlstat/
H A Ddlstat.c1357 if (sentry->fe_id == L_HWLANE) in print_fanout_stats()
1359 else if (sentry->fe_id == L_SWLANE) in print_fanout_stats()
1361 else if (sentry->fe_id == L_LCLSWLANE) in print_fanout_stats()
1363 else if (sentry->fe_id == L_LOCAL) in print_fanout_stats()
1365 else if (sentry->fe_id == L_BCAST) in print_fanout_stats()