Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dlstat/
H A Ddlstat.c1182 if (sentry->tle_id == L_DFNCT) in print_tx_generic_lane_stats()
1194 if (sentry->tle_id == L_HWLANE) in print_tx_generic_lane_stats()
1196 else if (sentry->tle_id == L_SWLANE) in print_tx_generic_lane_stats()
1198 else if (sentry->tle_id == L_BCAST) in print_tx_generic_lane_stats()
1293 if (sentry->tle_id == L_DFNCT) in print_tx_lane_stats()
1305 if (sentry->tle_id == L_HWLANE) in print_tx_lane_stats()
1307 else if (sentry->tle_id == L_SWLANE) in print_tx_lane_stats()
1309 else if (sentry->tle_id == L_BCAST) in print_tx_lane_stats()
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1272 tx_lane_stat_entry->tle_id = L_SWLANE; in i_dlstat_legacy_tx_lane_stats()
1767 s1->tle_id == s2->tle_id); in i_dlstat_tx_lane_match()
1782 diff_entry->tle_id = s1->tle_id; in i_dlstat_tx_lane_stat_entry_diff()
1801 tx_lane_stat_entry->tle_id = L_HWLANE; in i_dlstat_tx_hwlane_retrieve_stat()
1821 tx_lane_stat_entry->tle_id = L_SWLANE; in i_dlstat_tx_swlane_retrieve_stat()
1846 tx_lane_stat_entry->tle_id = L_BCAST; in i_dlstat_tx_bcast_stats()
1886 tx_lane_stat_entry->tle_id = L_DFNCT; in i_dlstat_tx_defunctlane_stats()
2033 total_stats->tle_id = DLSTAT_INVALID_ENTRY; in dlstat_tx_lane_total_stats()
H A Dlibdlstat.h117 lane_type_t tle_id; member