Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ciss/
H A Dciss.c610 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()
717 supported_methods = CISS_TRANSPORT_METHOD_PERF; in ciss_init_pci()
727 supported_methods = sc->ciss_cfg->supported_methods; in ciss_init_pci()
737 supported_methods &= ~method; 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()
[all …]
H A Dcissreg.h401 u_int32_t supported_methods; member