Lines Matching refs:supported_methods
644 uint32_t method, supported_methods; in ciss_init_pci() local
740 if (!(sc->ciss_cfg->supported_methods & in ciss_init_pci()
743 sc->ciss_cfg->supported_methods); in ciss_init_pci()
748 supported_methods = CISS_TRANSPORT_METHOD_SIMPLE; in ciss_init_pci()
751 supported_methods = CISS_TRANSPORT_METHOD_PERF; in ciss_init_pci()
759 supported_methods = CISS_TRANSPORT_METHOD_SIMPLE; in ciss_init_pci()
761 supported_methods = sc->ciss_cfg->supported_methods; in ciss_init_pci()
766 if ((supported_methods & CISS_TRANSPORT_METHOD_PERF) != 0) { in ciss_init_pci()
771 supported_methods &= ~method; in ciss_init_pci()
774 } else if (supported_methods & CISS_TRANSPORT_METHOD_SIMPLE) { in ciss_init_pci()
778 sc->ciss_cfg->supported_methods); in ciss_init_pci()
801 supported_methods &= ~method; in ciss_init_pci()
802 if (supported_methods == 0) { in ciss_init_pci()
804 "mode (0x%x, 0x%x)\n", supported_methods, in ciss_init_pci()
1313 sc->ciss_cfg->supported_methods, in ciss_identify_adapter()