Lines Matching defs:diff_entry

1020 	rx_lane_stat_entry_t *diff_entry;
1022 diff_entry = malloc(sizeof (rx_lane_stat_entry_t));
1023 if (diff_entry == NULL)
1026 diff_entry->rle_index = s1->rle_index;
1027 diff_entry->rle_id = s1->rle_id;
1029 DLSTAT_DIFF_STAT(s1, s2, diff_entry, rle_stats, rx_lane_stats_list,
1033 return (diff_entry);
1297 tx_lane_stat_entry_t *diff_entry;
1299 diff_entry = malloc(sizeof (tx_lane_stat_entry_t));
1300 if (diff_entry == NULL)
1303 diff_entry->tle_index = s1->tle_index;
1304 diff_entry->tle_id = s1->tle_id;
1306 DLSTAT_DIFF_STAT(s1, s2, diff_entry, tle_stats, tx_lane_stats_list,
1310 return (diff_entry);
1598 fanout_stat_entry_t *diff_entry;
1600 diff_entry = malloc(sizeof (fanout_stat_entry_t));
1601 if (diff_entry == NULL)
1604 diff_entry->fe_index = s1->fe_index;
1605 diff_entry->fe_id = s1->fe_id;
1606 diff_entry->fe_foutindex = s1->fe_foutindex;
1608 DLSTAT_DIFF_STAT(s1, s2, diff_entry, fe_stats, fanout_stats_list,
1612 return (diff_entry);
1772 ring_stat_entry_t *diff_entry;
1774 diff_entry = malloc(sizeof (ring_stat_entry_t));
1775 if (diff_entry == NULL)
1778 diff_entry->re_index = s1->re_index;
1780 DLSTAT_DIFF_STAT(s1, s2, diff_entry, re_stats, rx_ring_stats_list,
1784 return (diff_entry);
1859 ring_stat_entry_t *diff_entry;
1861 diff_entry = malloc(sizeof (ring_stat_entry_t));
1862 if (diff_entry == NULL)
1865 diff_entry->re_index = s1->re_index;
1867 DLSTAT_DIFF_STAT(s1, s2, diff_entry, re_stats, tx_ring_stats_list,
1871 return (diff_entry);
2031 total_stat_entry_t *diff_entry;
2033 diff_entry = malloc(sizeof (total_stat_entry_t));
2034 if (diff_entry == NULL)
2037 DLSTAT_DIFF_STAT(s1, s2, diff_entry, tse_stats, total_stats_list,
2041 return (diff_entry);
2153 aggr_port_stat_entry_t *diff_entry;
2155 diff_entry = malloc(sizeof (aggr_port_stat_entry_t));
2156 if (diff_entry == NULL)
2159 diff_entry->ape_portlinkid = s1->ape_portlinkid;
2161 DLSTAT_DIFF_STAT(s1, s2, diff_entry, ape_stats, aggr_port_stats_list,
2165 return (diff_entry);