Searched refs:pbm_routes_this_ino (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/sparc/kernel/ |
D | pci_schizo.c | 824 static int pbm_routes_this_ino(struct pci_pbm_info *pbm, u32 ino) in pbm_routes_this_ino() function 862 if (pbm_routes_this_ino(pbm, SCHIZO_UE_INO)) { in tomatillo_register_error_handlers() 869 if (pbm_routes_this_ino(pbm, SCHIZO_CE_INO)) { in tomatillo_register_error_handlers() 877 if (pbm_routes_this_ino(pbm, SCHIZO_PCIERR_A_INO)) { in tomatillo_register_error_handlers() 880 } else if (pbm_routes_this_ino(pbm, SCHIZO_PCIERR_B_INO)) { in tomatillo_register_error_handlers() 888 if (pbm_routes_this_ino(pbm, SCHIZO_SERR_INO)) { in tomatillo_register_error_handlers() 957 if (pbm_routes_this_ino(pbm, SCHIZO_UE_INO)) { in schizo_register_error_handlers() 964 if (pbm_routes_this_ino(pbm, SCHIZO_CE_INO)) { in schizo_register_error_handlers() 972 if (pbm_routes_this_ino(pbm, SCHIZO_PCIERR_A_INO)) { in schizo_register_error_handlers() 975 } else if (pbm_routes_this_ino(pbm, SCHIZO_PCIERR_B_INO)) { in schizo_register_error_handlers() [all …]
|