Searched refs:QUERY_DESC_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
19 #define QUERY_DESC_MAX_SIZE 255 macro
584 int desc_len = QUERY_DESC_MAX_SIZE; \587 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_ATOMIC); \
906 GENERAL_UPIU_REQUEST_SIZE + QUERY_DESC_MAX_SIZE); in check_upiu_size()
3065 if (*buf_len < QUERY_DESC_MIN_SIZE || *buf_len > QUERY_DESC_MAX_SIZE) { in __ufshcd_query_descriptor()3165 if (hba->desc_size[desc_id] == QUERY_DESC_MAX_SIZE && in ufshcd_update_desc_length()3305 uc_str = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_read_string_desc()3310 (u8 *)uc_str, QUERY_DESC_MAX_SIZE); in ufshcd_read_string_desc()7228 desc_buf = kmalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufs_get_device_desc()7563 hba->desc_size[i] = QUERY_DESC_MAX_SIZE; in ufshcd_device_params_init()