Home
last modified time | relevance | path

Searched refs:supported_methods (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ciss/
H A Dciss.c644 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()
[all …]
H A Dcissreg.h399 u_int32_t supported_methods; member