Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ciss/
H A Dciss.c605 uint32_t method, supported_methods; in ciss_init_pci() local
701 if (!(sc->ciss_cfg->supported_methods & in ciss_init_pci()
704 sc->ciss_cfg->supported_methods); in ciss_init_pci()
712 supported_methods = CISS_TRANSPORT_METHOD_PERF; in ciss_init_pci()
722 supported_methods = sc->ciss_cfg->supported_methods; in ciss_init_pci()
732 supported_methods &= ~method; in ciss_init_pci()
739 sc->ciss_cfg->supported_methods); in ciss_init_pci()
762 supported_methods &= ~method; in ciss_init_pci()
763 if (supported_methods == 0) { in ciss_init_pci()
765 "mode (0x%x, 0x%x)\n", supported_methods, in ciss_init_pci()
[all …]
H A Dcissreg.h401 u_int32_t supported_methods; member