Searched refs:prot_str (Results 1 – 2 of 2) sorted by relevance
84 static int str_to_prot(char *prot_str) in str_to_prot() argument88 if ((strchr(prot_str, 'r')) != NULL) in str_to_prot()90 if ((strchr(prot_str, 'w')) != NULL) in str_to_prot()92 if ((strchr(prot_str, 'x')) != NULL) in str_to_prot()
2302 const char *prot_str = NULL; in ata_eh_link_report() local2306 prot_str = "unknown"; in ata_eh_link_report()2309 prot_str = "nodata"; in ata_eh_link_report()2312 prot_str = "pio"; in ata_eh_link_report()2315 prot_str = "dma"; in ata_eh_link_report()2318 prot_str = "ncq dma"; in ata_eh_link_report()2321 prot_str = "ncq nodata"; in ata_eh_link_report()2324 prot_str = "nodata"; in ata_eh_link_report()2327 prot_str = "pio"; in ata_eh_link_report()2330 prot_str = "dma"; in ata_eh_link_report()[all …]