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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsun3_NCR5380.c216 /* -1 for TAG_NONE is not possible with unsigned char cmd->tag */
217 #undef TAG_NONE macro
218 #define TAG_NONE 0xff macro
297 cmd->tag = TAG_NONE;
324 if (cmd->tag == TAG_NONE) {
1026 (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE :
1268 * new tag, TAG_NONE for untagged queueing, otherwise set to the tag for
1523 if (cmd->tag != TAG_NONE) {
2131 cmd->tag = TAG_NONE;
2456 tag = TAG_NONE;
[all...]
H A Datari_NCR5380.c220 /* -1 for TAG_NONE is not possible with unsigned char cmd->tag */
221 #undef TAG_NONE macro
222 #define TAG_NONE 0xff macro
296 cmd->tag = TAG_NONE;
322 if (cmd->tag == TAG_NONE) {
1042 (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE :
1283 * new tag, TAG_NONE for untagged queueing, otherwise set to the tag for
1538 if (cmd->tag != TAG_NONE) {
2125 cmd->tag = TAG_NONE;
2379 tag = TAG_NONE;
[all...]
H A DNCR5380.h227 #define TAG_NONE -2 /* macro
H A DNCR5380.c1028 (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE : TAG_NEXT)) {
1045 if (!NCR5380_select(instance, tmp, (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE : TAG_NEXT)) {
1200 * new tag, TAG_NONE for untagged queueing, otherwise set to the tag for
H A Ddc395x.c178 #define TAG_NONE 255 macro
999 srb->tag_number = TAG_NONE;
1474 srb->tag_number = TAG_NONE; /* acb->tag_max_num: had error read in eeprom */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c100 TAG_NONE = 0, enumerator in enum:__anon2621

Completed in 99 milliseconds