Searched refs:gather_components (Results 1 – 2 of 2) sorted by relevance
139 info->gather_components = kzalloc(g_sz_bytes, GFP_KERNEL); in setup_sgio_list()140 if (!info->gather_components) { in setup_sgio_list()147 info->gather_components); in setup_sgio_list()185 memcpy(&info->in_buffer[8], info->gather_components, in setup_sgio_list()314 if (info->gather_components) in do_request_cleanup()315 kzfree(info->gather_components); in do_request_cleanup()
103 u8 *gather_components; member