Lines Matching refs:mode_buf_length
3038 int mode_buf_length = 4;
3101 mode_buf_length = sizeof(mpd);
3104 if (mode_buf_length > scsicmd->cmnd[4])
3105 mode_buf_length = scsicmd->cmnd[4];
3107 mode_buf_length = sizeof(mpd);
3110 mode_buf_length);
3117 int mode_buf_length = 8;
3180 mode_buf_length = sizeof(mpd10);
3181 if (mode_buf_length > scsicmd->cmnd[8])
3182 mode_buf_length = scsicmd->cmnd[8];
3186 mode_buf_length);