Searched refs:scatter_components (Results 1 – 2 of 2) sorted by relevance
153 info->scatter_components = kzalloc(s_sz_bytes, GFP_KERNEL); in setup_sgio_list()154 if (!info->scatter_components) { in setup_sgio_list()161 info->scatter_components); in setup_sgio_list()185 info->scatter_components, s_sz_bytes); in setup_sgio_list()308 kzfree(info->scatter_components); in do_request_cleanup()
101 u8 *scatter_components; member