Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c770 unsigned short nolb = xop->nolb, cur_nolb, max_nolb, copied_nolb = 0; in target_xcopy_do_work() local
781 max_nolb = min_t(u16, max_sectors, ((u16)(~0U))); in target_xcopy_do_work()
784 nolb, max_nolb, (unsigned long long)end_lba); in target_xcopy_do_work()
789 cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work()