MAX_IOPOLL_BURST_MAX
else if (burst_max > MAX_IOPOLL_BURST_MAX)
burst_max = MAX_IOPOLL_BURST_MAX;
else if (iopoll_burst_max > MAX_IOPOLL_BURST_MAX)
iopoll_burst_max = MAX_IOPOLL_BURST_MAX;