Searched refs:tse_csroffs (Results 1 – 2 of 2) sorted by relevance
90 tse_csroffs(frames_transmitted_ok)); in tse_fill_stats()92 tse_csroffs(frames_received_ok)); in tse_fill_stats()94 tse_csroffs(frames_check_sequence_errors)); in tse_fill_stats()96 tse_csroffs(alignment_errors)); in tse_fill_stats()100 tse_csroffs(msb_octets_transmitted_ok)) << 32; in tse_fill_stats()103 tse_csroffs(octets_transmitted_ok)); in tse_fill_stats()108 tse_csroffs(msb_octets_received_ok)) << 32; in tse_fill_stats()111 tse_csroffs(octets_received_ok)); in tse_fill_stats()115 tse_csroffs(tx_pause_mac_ctrl_frames)); in tse_fill_stats()117 tse_csroffs(rx_pause_mac_ctrl_frames)); in tse_fill_stats()[all …]
350 #define tse_csroffs(a) (offsetof(struct altera_tse_mac, a)) macro