Home | History | Annotate | Download | only in scsipi

Lines Matching defs:quirks

884 	int checkdtype, priority, docontinue, quirks;
892 * merging quirks we find we can probe for more
1019 quirks = finger->quirks;
1021 quirks = 0;
1028 (quirks & PQUIRK_NOTAG) == 0)
1033 (quirks & PQUIRK_NOSYNC) == 0)
1036 (quirks & PQUIRK_NOWIDE) == 0)
1039 (quirks & PQUIRK_NOWIDE) == 0)
1047 !(quirks & PQUIRK_CAP_NODT)){
1075 if (quirks & PQUIRK_CAP_SYNC)
1077 if (quirks & PQUIRK_CAP_WIDE16)
1081 * Now apply any quirks from the table.
1083 periph->periph_quirks |= quirks;