Lines Matching refs:supported_methods
610 uint32_t method, supported_methods; in ciss_init_pci() local
706 if (!(sc->ciss_cfg->supported_methods & in ciss_init_pci()
709 sc->ciss_cfg->supported_methods); in ciss_init_pci()
714 supported_methods = CISS_TRANSPORT_METHOD_SIMPLE; in ciss_init_pci()
717 supported_methods = CISS_TRANSPORT_METHOD_PERF; in ciss_init_pci()
725 supported_methods = CISS_TRANSPORT_METHOD_SIMPLE; in ciss_init_pci()
727 supported_methods = sc->ciss_cfg->supported_methods; in ciss_init_pci()
732 if ((supported_methods & CISS_TRANSPORT_METHOD_PERF) != 0) { in ciss_init_pci()
737 supported_methods &= ~method; in ciss_init_pci()
740 } else if (supported_methods & CISS_TRANSPORT_METHOD_SIMPLE) { in ciss_init_pci()
744 sc->ciss_cfg->supported_methods); in ciss_init_pci()
767 supported_methods &= ~method; in ciss_init_pci()
768 if (supported_methods == 0) { in ciss_init_pci()
770 "mode (0x%x, 0x%x)\n", supported_methods, in ciss_init_pci()
1270 sc->ciss_cfg->supported_methods, in ciss_identify_adapter()