Lines Matching defs:altera_tse_mac
169 struct altera_tse_mac { struct
173 u32 megacore_revision;
177 u32 scratch_pad;
181 u32 command_config;
185 u32 mac_addr_0;
189 u32 mac_addr_1;
191 u32 frm_length;
195 u32 pause_quanta;
197 u32 rx_section_empty;
199 u32 rx_section_full;
201 u32 tx_section_empty;
203 u32 tx_section_full;
205 u32 rx_almost_empty;
207 u32 rx_almost_full;
209 u32 tx_almost_empty;
211 u32 tx_almost_full;
213 u32 mdio_phy0_addr;
215 u32 mdio_phy1_addr;
218 u32 holdoff_quant;
221 u32 reserved1[5];
224 u32 tx_ipg_length;
229 u32 mac_id_1;
230 u32 mac_id_2;
233 u32 frames_transmitted_ok;
235 u32 frames_received_ok;
237 u32 frames_check_sequence_errors;
239 u32 alignment_errors;
243 u32 octets_transmitted_ok;
245 u32 octets_received_ok;
250 u32 tx_pause_mac_ctrl_frames;
252 u32 rx_pause_mac_ctrl_frames;
257 u32 if_in_errors;
259 u32 if_out_errors;
261 u32 if_in_ucast_pkts;
263 u32 if_in_multicast_pkts;
265 u32 if_in_broadcast_pkts;
266 u32 if_out_discards;
268 u32 if_out_ucast_pkts;
272 u32 if_out_multicast_pkts;
273 u32 if_out_broadcast_pkts;
280 u32 ether_stats_drop_events;
282 u32 ether_stats_octets;
284 u32 ether_stats_pkts;
286 u32 ether_stats_undersize_pkts;
290 u32 ether_stats_oversize_pkts;
292 u32 ether_stats_pkts_64_octets;
294 u32 ether_stats_pkts_65to127_octets;
296 u32 ether_stats_pkts_128to255_octets;
298 u32 ether_stats_pkts_256to511_octets;
300 u32 ether_stats_pkts_512to1023_octets;
302 u32 ether_stats_pkts_1024to1518_octets;
307 u32 ether_stats_pkts_1519tox_octets;
309 u32 ether_stats_jabbers;
311 u32 ether_stats_fragments;
313 u32 reserved2;
316 u32 tx_cmd_stat;
317 u32 rx_cmd_stat;
320 u32 msb_octets_transmitted_ok;
321 u32 msb_octets_received_ok;
322 u32 msb_ether_stats_octets;
324 u32 reserved3;
329 u32 hash_table[64];
334 struct altera_tse_mdio mdio_phy0;
335 struct altera_tse_mdio mdio_phy1;
360 #define tse_csroffs(a) (offsetof(struct altera_tse_mac, a)) argument