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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32.c402 data->msgoutbuf[pos] = IDENTIFY(mode, SCpnt->device->lun); pos++;
417 data->msgoutbuf[pos] = EXTENDED_MESSAGE; pos++;
418 data->msgoutbuf[pos] = EXTENDED_SDTR_LEN; pos++;
419 data->msgoutbuf[pos] = EXTENDED_SDTR; pos++;
420 data->msgoutbuf[pos] = period; pos++;
421 data->msgoutbuf[pos] = offset; pos++;
440 data->msgoutbuf[pos] = NOP; pos++;
452 data->msgoutbuf[pos] = MESSAGE_REJECT; pos++;
509 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24);
670 msgout |= ((unsigned int)(data->msgoutbuf[
[all...]
H A Dnsp32.h604 unsigned char msgoutbuf[MSGOUTBUF_MAX]; /* msgout buffer */ member in struct:_nsp32_hw_data
605 char msgout_len; /* msgoutbuf length */

Completed in 56 milliseconds