Lines Matching refs:supported_methods
607 uint32_t method, supported_methods; in ciss_init_pci() local
703 if (!(sc->ciss_cfg->supported_methods & in ciss_init_pci()
706 sc->ciss_cfg->supported_methods); in ciss_init_pci()
711 supported_methods = CISS_TRANSPORT_METHOD_SIMPLE; in ciss_init_pci()
714 supported_methods = CISS_TRANSPORT_METHOD_PERF; in ciss_init_pci()
722 supported_methods = CISS_TRANSPORT_METHOD_SIMPLE; in ciss_init_pci()
724 supported_methods = sc->ciss_cfg->supported_methods; in ciss_init_pci()
729 if ((supported_methods & CISS_TRANSPORT_METHOD_PERF) != 0) { in ciss_init_pci()
734 supported_methods &= ~method; in ciss_init_pci()
737 } else if (supported_methods & CISS_TRANSPORT_METHOD_SIMPLE) { in ciss_init_pci()
741 sc->ciss_cfg->supported_methods); in ciss_init_pci()
764 supported_methods &= ~method; in ciss_init_pci()
765 if (supported_methods == 0) { in ciss_init_pci()
767 "mode (0x%x, 0x%x)\n", supported_methods, in ciss_init_pci()
1267 sc->ciss_cfg->supported_methods, in ciss_identify_adapter()