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

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c78 * append="aic79xx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}"
335 " tag_info:<tag_str> Set per-target tag depth\n"
349 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n"
1052 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
1162 { "tag_info", NULL },
1192 } else if (strncmp(p, "tag_info", n) == 0) {
1193 s = ahd_parse_brace_option("tag_info", p + n, end,
1508 "aic79xx: WARNING: Insufficient tag_info instances\n"
1516 adapter_tag_info_t *tag_info; local
1518 tag_info
[all...]
H A Daic7xxx_osm.c160 * append="aic7xxx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}"
357 " tag_info:<tag_str> Set per-target tag depth\n"
368 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n"
941 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
1051 { "tag_info", NULL },
1078 } else if (strncmp(p, "tag_info", n) == 0) {
1079 s = ahc_parse_brace_option("tag_info", p + n, end,
1384 "aic7xxx: WARNING: Insufficient tag_info instances\n"
1392 adapter_tag_info_t *tag_info; local
1394 tag_info
[all...]

Completed in 14 milliseconds