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