Searched defs:mrdsl (Results 1 - 1 of 1) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_login.c422 unsigned long mrdsl, off; local
439 rc = kstrtoul(param->value, 0, &mrdsl);
445 off = mrdsl % PAGE_SIZE;
449 if (mrdsl < PAGE_SIZE)
450 mrdsl = PAGE_SIZE;
452 mrdsl -= off;
455 " to PAGE_SIZE\n", mrdsl);
457 if (iscsi_change_param_sprintf(conn, "MaxRecvDataSegmentLength=%lu\n", mrdsl))

Completed in 68 milliseconds