Home
last modified time | relevance | path

Searched refs:table_entry (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daiclib.c863 const struct asc_table_entry *table_entry; in ascentrycomp() local
867 table_entry = (const struct asc_table_entry *)member; in ascentrycomp()
869 if (asc >= table_entry->asc) { in ascentrycomp()
871 if (asc > table_entry->asc) in ascentrycomp()
874 if (ascq <= table_entry->ascq) { in ascentrycomp()
876 if (ascq == table_entry->ascq in ascentrycomp()
877 || ((table_entry->action & SSQ_RANGE) != 0 in ascentrycomp()
878 && ascq >= (table_entry - 1)->ascq)) in ascentrycomp()
891 const struct sense_key_table_entry *table_entry; in senseentrycomp() local
894 table_entry = (const struct sense_key_table_entry *)member; in senseentrycomp()
[all …]
/linux-2.4.37.9/drivers/scsi/
Dncr53c8xx.c8285 struct table_entry { struct
8292 static struct table_entry device_tab[] = argument
8306 struct table_entry * p = device_tab;