Lines Matching defs:altera_tse_mac
180 struct altera_tse_mac { struct
184 u32 megacore_revision;
188 u32 scratch_pad;
192 u32 command_config;
196 u32 mac_addr_0;
200 u32 mac_addr_1;
202 u32 frm_length;
206 u32 pause_quanta;
208 u32 rx_section_empty;
210 u32 rx_section_full;
212 u32 tx_section_empty;
214 u32 tx_section_full;
216 u32 rx_almost_empty;
218 u32 rx_almost_full;
220 u32 tx_almost_empty;
222 u32 tx_almost_full;
224 u32 mdio_phy0_addr;
226 u32 mdio_phy1_addr;
229 u32 holdoff_quant;
232 u32 reserved1[5];
235 u32 tx_ipg_length;
240 u32 mac_id_1;
241 u32 mac_id_2;
244 u32 frames_transmitted_ok;
246 u32 frames_received_ok;
248 u32 frames_check_sequence_errors;
250 u32 alignment_errors;
254 u32 octets_transmitted_ok;
256 u32 octets_received_ok;
261 u32 tx_pause_mac_ctrl_frames;
263 u32 rx_pause_mac_ctrl_frames;
268 u32 if_in_errors;
270 u32 if_out_errors;
272 u32 if_in_ucast_pkts;
274 u32 if_in_multicast_pkts;
276 u32 if_in_broadcast_pkts;
277 u32 if_out_discards;
279 u32 if_out_ucast_pkts;
283 u32 if_out_multicast_pkts;
284 u32 if_out_broadcast_pkts;
291 u32 ether_stats_drop_events;
293 u32 ether_stats_octets;
295 u32 ether_stats_pkts;
297 u32 ether_stats_undersize_pkts;
301 u32 ether_stats_oversize_pkts;
303 u32 ether_stats_pkts_64_octets;
305 u32 ether_stats_pkts_65to127_octets;
307 u32 ether_stats_pkts_128to255_octets;
309 u32 ether_stats_pkts_256to511_octets;
311 u32 ether_stats_pkts_512to1023_octets;
313 u32 ether_stats_pkts_1024to1518_octets;
318 u32 ether_stats_pkts_1519tox_octets;
320 u32 ether_stats_jabbers;
322 u32 ether_stats_fragments;
324 u32 reserved2;
327 u32 tx_cmd_stat;
328 u32 rx_cmd_stat;
331 u32 msb_octets_transmitted_ok;
332 u32 msb_octets_received_ok;
333 u32 msb_ether_stats_octets;
335 u32 reserved3;
340 u32 hash_table[64];
345 struct altera_tse_mdio mdio_phy0;
346 struct altera_tse_mdio mdio_phy1;
371 #define tse_csroffs(a) (offsetof(struct altera_tse_mac, a)) argument