Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_io.h111 u32 sgl_allocated; member
H A Defct_io.c65 io->sgl_allocated = num_sgl; in efct_io_pool_create()
H A Defct_lio.c441 curcnt = (curcnt < io->sgl_allocated) ? curcnt : io->sgl_allocated; in efct_lio_write_pending()
496 curcnt = min(ocp->seg_map_cnt - ocp->cur_seg, io->sgl_allocated); in efct_lio_queue_data_in()