Lines Matching refs:u64

193 	u64 tx_octets;		/* total # of octets in good frames */
194 u64 tx_octets_bad; /* total # of octets in error frames */
195 u64 tx_frames; /* all good frames */
196 u64 tx_mcast_frames; /* good multicast frames */
197 u64 tx_bcast_frames; /* good broadcast frames */
198 u64 tx_pause; /* # of transmitted pause frames */
199 u64 tx_deferred; /* frames with deferred transmissions */
200 u64 tx_late_collisions; /* # of late collisions */
201 u64 tx_total_collisions; /* # of total collisions */
202 u64 tx_excess_collisions; /* frame errors from excessive collissions */
203 u64 tx_underrun; /* # of Tx FIFO underruns */
204 u64 tx_len_errs; /* # of Tx length errors */
205 u64 tx_mac_internal_errs; /* # of internal MAC errors on Tx */
206 u64 tx_excess_deferral; /* # of frames with excessive deferral */
207 u64 tx_fcs_errs; /* # of frames with bad FCS */
209 u64 tx_frames_64; /* # of Tx frames in a particular range */
210 u64 tx_frames_65_127;
211 u64 tx_frames_128_255;
212 u64 tx_frames_256_511;
213 u64 tx_frames_512_1023;
214 u64 tx_frames_1024_1518;
215 u64 tx_frames_1519_max;
217 u64 rx_octets; /* total # of octets in good frames */
218 u64 rx_octets_bad; /* total # of octets in error frames */
219 u64 rx_frames; /* all good frames */
220 u64 rx_mcast_frames; /* good multicast frames */
221 u64 rx_bcast_frames; /* good broadcast frames */
222 u64 rx_pause; /* # of received pause frames */
223 u64 rx_fcs_errs; /* # of received frames with bad FCS */
224 u64 rx_align_errs; /* alignment errors */
225 u64 rx_symbol_errs; /* symbol errors */
226 u64 rx_data_errs; /* data errors */
227 u64 rx_sequence_errs; /* sequence errors */
228 u64 rx_runt; /* # of runt frames */
229 u64 rx_jabber; /* # of jabber frames */
230 u64 rx_short; /* # of short frames */
231 u64 rx_too_long; /* # of oversized frames */
232 u64 rx_mac_internal_errs; /* # of internal MAC errors on Rx */
234 u64 rx_frames_64; /* # of Rx frames in a particular range */
235 u64 rx_frames_65_127;
236 u64 rx_frames_128_255;
237 u64 rx_frames_256_511;
238 u64 rx_frames_512_1023;
239 u64 rx_frames_1024_1518;
240 u64 rx_frames_1519_max;
242 u64 rx_cong_drops; /* # of Rx drops due to SGE congestion */
476 u64 tx_mcnt;
479 u64 rx_mcnt;
482 u64 rx_pause;
703 u64 *buf);
737 enum sge_context_type type, int respq, u64 base_addr,
741 int gts_enable, u64 base_addr, unsigned int size,
745 int irq_vec_idx, u64 base_addr, unsigned int size,
747 int t3_sge_init_cqcntxt(struct adapter *adapter, unsigned int id, u64 base_addr,