Searched refs:prot_str (Results 1 – 2 of 2) sorted by relevance
144 static int str_to_prot(char *prot_str) in str_to_prot() argument148 if ((strchr(prot_str, 'r')) != NULL) in str_to_prot()150 if ((strchr(prot_str, 'w')) != NULL) in str_to_prot()152 if ((strchr(prot_str, 'x')) != NULL) in str_to_prot()
2479 const char *prot_str = NULL; in ata_eh_link_report() local2483 prot_str = "unknown"; in ata_eh_link_report()2486 prot_str = "nodata"; in ata_eh_link_report()2489 prot_str = "pio"; in ata_eh_link_report()2492 prot_str = "dma"; in ata_eh_link_report()2495 prot_str = "ncq dma"; in ata_eh_link_report()2498 prot_str = "ncq nodata"; in ata_eh_link_report()2501 prot_str = "nodata"; in ata_eh_link_report()2504 prot_str = "pio"; in ata_eh_link_report()2507 prot_str = "dma"; in ata_eh_link_report()[all …]