Searched refs:max_read_size (Results 1 – 2 of 2) sorted by relevance
684 if (length > p_t4t->max_read_size) { in rw_t4t_read_file()685 length = (uint8_t)(p_t4t->max_read_size); in rw_t4t_read_file()1394 p_t4t->max_read_size = RW_T4T_MAX_DATA_PER_READ; in rw_t4t_sm_detect_ndef()1396 p_t4t->max_read_size = p_t4t->cc_file.max_le; in rw_t4t_sm_detect_ndef()1400 if (p_t4t->max_read_size >= T4T_MAX_LENGTH_LE) { in rw_t4t_sm_detect_ndef()1401 p_t4t->max_read_size = T4T_MAX_LENGTH_LE; in rw_t4t_sm_detect_ndef()1920 p_t4t->max_read_size = T4T_MAX_LENGTH_LE; in rw_t4t_select()
588 uint16_t max_read_size; /* max reading size per a command */ member