Searched refs:prot_str (Results 1 – 2 of 2) sorted by relevance
117 static int str_to_prot(char *prot_str) in str_to_prot() argument121 if ((strchr(prot_str, 'r')) != NULL) in str_to_prot()123 if ((strchr(prot_str, 'w')) != NULL) in str_to_prot()125 if ((strchr(prot_str, 'x')) != NULL) in str_to_prot()
2690 const char *prot_str = NULL; in ata_eh_link_report() local2694 prot_str = "unknown"; in ata_eh_link_report()2697 prot_str = "nodata"; in ata_eh_link_report()2700 prot_str = "pio"; in ata_eh_link_report()2703 prot_str = "dma"; in ata_eh_link_report()2706 prot_str = "ncq dma"; in ata_eh_link_report()2709 prot_str = "ncq nodata"; in ata_eh_link_report()2712 prot_str = "nodata"; in ata_eh_link_report()2715 prot_str = "pio"; in ata_eh_link_report()2718 prot_str = "dma"; in ata_eh_link_report()[all …]