Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c748 unsigned short nolb = xop->nolb, cur_nolb, max_nolb, copied_nolb = 0; in target_xcopy_do_work() local
759 max_nolb = min_t(u16, max_sectors, ((u16)(~0U))); in target_xcopy_do_work()
762 nolb, max_nolb, (unsigned long long)end_lba); in target_xcopy_do_work()
767 cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work()