Searched refs:gather_components (Results 1 – 2 of 2) sorted by relevance
136 info->gather_components = kzalloc(g_sz_bytes, GFP_KERNEL); in setup_sgio_list()137 if (!info->gather_components) { in setup_sgio_list()144 info->gather_components); in setup_sgio_list()182 memcpy(&info->in_buffer[8], info->gather_components, in setup_sgio_list()309 kzfree(info->gather_components); in do_request_cleanup()
100 u8 *gather_components; member