Home
last modified time | relevance | path

Searched refs:max_sg_per_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_rd.c116 u32 max_sg_per_table = (RD_MAX_ALLOCATION_SIZE / in rd_allocate_sgl_table() local
125 sg_per_table = (total_sg_needed > max_sg_per_table) ? in rd_allocate_sgl_table()
126 max_sg_per_table : total_sg_needed; in rd_allocate_sgl_table()
143 max_sg_per_table + 1, sg); in rd_allocate_sgl_table()
178 u32 max_sg_per_table = (RD_MAX_ALLOCATION_SIZE / in rd_build_device_space() local
194 sg_tables = (total_sg_needed / max_sg_per_table) + 1; in rd_build_device_space()
237 u32 max_sg_per_table = (RD_MAX_ALLOCATION_SIZE / in rd_build_prot_space() local
251 sg_tables = (total_sg_needed / max_sg_per_table) + 1; in rd_build_prot_space()