Searched refs:OMAX_SB_LEN (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dscsi_ioctl.c372 * - The length (x + y) must be at least OMAX_SB_LEN bytes long to
374 * The sense buffer is truncated to OMAX_SB_LEN (16) bytes so that
382 #define OMAX_SB_LEN 16 /* For backward compatibility */ macro
477 bytes = (OMAX_SB_LEN > rq->sense_len) ?
478 rq->sense_len : OMAX_SB_LEN;

Completed in 78 milliseconds