Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
A Defct_io.c21 efct_io_pool_create(struct efct *efct, u32 num_sgl) in efct_io_pool_create() argument
59 io->sgl = kzalloc(sizeof(*io->sgl) * num_sgl, GFP_KERNEL); in efct_io_pool_create()
65 memset(io->sgl, 0, sizeof(*io->sgl) * num_sgl); in efct_io_pool_create()
66 io->sgl_allocated = num_sgl; in efct_io_pool_create()
A Defct_io.h161 efct_io_pool_create(struct efct *efct, u32 num_sgl);

Completed in 3 milliseconds