Lines Matching defs:altera_tse_mac
159 struct altera_tse_mac { struct
163 u32 megacore_revision;
167 u32 scratch_pad;
171 u32 command_config;
175 u32 mac_addr_0;
179 u32 mac_addr_1;
181 u32 frm_length;
185 u32 pause_quanta;
187 u32 rx_section_empty;
189 u32 rx_section_full;
191 u32 tx_section_empty;
193 u32 tx_section_full;
195 u32 rx_almost_empty;
197 u32 rx_almost_full;
199 u32 tx_almost_empty;
201 u32 tx_almost_full;
203 u32 mdio_phy0_addr;
205 u32 mdio_phy1_addr;
208 u32 holdoff_quant;
211 u32 reserved1[5];
214 u32 tx_ipg_length;
219 u32 mac_id_1;
220 u32 mac_id_2;
223 u32 frames_transmitted_ok;
225 u32 frames_received_ok;
227 u32 frames_check_sequence_errors;
229 u32 alignment_errors;
233 u32 octets_transmitted_ok;
235 u32 octets_received_ok;
240 u32 tx_pause_mac_ctrl_frames;
242 u32 rx_pause_mac_ctrl_frames;
247 u32 if_in_errors;
249 u32 if_out_errors;
251 u32 if_in_ucast_pkts;
253 u32 if_in_multicast_pkts;
255 u32 if_in_broadcast_pkts;
256 u32 if_out_discards;
258 u32 if_out_ucast_pkts;
262 u32 if_out_multicast_pkts;
263 u32 if_out_broadcast_pkts;
270 u32 ether_stats_drop_events;
272 u32 ether_stats_octets;
274 u32 ether_stats_pkts;
276 u32 ether_stats_undersize_pkts;
280 u32 ether_stats_oversize_pkts;
282 u32 ether_stats_pkts_64_octets;
284 u32 ether_stats_pkts_65to127_octets;
286 u32 ether_stats_pkts_128to255_octets;
288 u32 ether_stats_pkts_256to511_octets;
290 u32 ether_stats_pkts_512to1023_octets;
292 u32 ether_stats_pkts_1024to1518_octets;
297 u32 ether_stats_pkts_1519tox_octets;
299 u32 ether_stats_jabbers;
301 u32 ether_stats_fragments;
303 u32 reserved2;
306 u32 tx_cmd_stat;
307 u32 rx_cmd_stat;
310 u32 msb_octets_transmitted_ok;
311 u32 msb_octets_received_ok;
312 u32 msb_ether_stats_octets;
314 u32 reserved3;
319 u32 hash_table[64];
324 struct altera_tse_mdio mdio_phy0;
325 struct altera_tse_mdio mdio_phy1;
350 #define tse_csroffs(a) (offsetof(struct altera_tse_mac, a)) argument