Lines Matching refs:UINT32
365 UINT32 ln; /* Ln: actual size of stored NDEF data (in bytes) */
378 UINT32 cur_tout; /* Current command timeout */
380 UINT32 check_tout_a; /* Check command timeout (A+1)*X */
381 UINT32 check_tout_b; /* Check command timeout (B+1)*X */
383 UINT32 update_tout_a; /* Update command timeout (A+1)*X */
384 UINT32 update_tout_b; /* Update command timeout (B+1)*X */
394 UINT32 ndef_msg_len; /* Length of ndef message to send */
395 UINT32 ndef_msg_bytes_sent; /* Length of ndef message sent so far */
397 UINT32 ndef_rx_readlen; /* Number of bytes read in current CHECK command */
398 UINT32 ndef_rx_offset; /* Length of ndef message read so far */
474 UINT32 start_tick; /* System tick count at activation */
475 UINT32 bytes_sent; /* Total bytes sent since activation */
476 UINT32 bytes_received; /* Total bytes received since activation */
477 UINT32 num_ops; /* Number of operations since activation */
478 UINT32 num_retries; /* Number of retranmissions since activation */
479 UINT32 num_crc; /* Number of crc failures */
480 UINT32 num_trans_err; /* Number of transmission error notifications */
481 UINT32 num_fail; /* Number of aborts (failures after retries) */
570 UINT32 cur_retry; /* Retry count for the current operation */
639 void rw_main_update_tx_stats (UINT32 bytes_tx, BOOLEAN is_retry);
640 void rw_main_update_rx_stats (UINT32 bytes_rx);