Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ciss/
H A Dciss.c607 uint32_t method, supported_methods; in ciss_init_pci() local
703 if (!(sc->ciss_cfg->supported_methods & in ciss_init_pci()
706 sc->ciss_cfg->supported_methods); in ciss_init_pci()
714 supported_methods = CISS_TRANSPORT_METHOD_PERF; in ciss_init_pci()
724 supported_methods = sc->ciss_cfg->supported_methods; in ciss_init_pci()
734 supported_methods &= ~method; in ciss_init_pci()
741 sc->ciss_cfg->supported_methods); in ciss_init_pci()
764 supported_methods &= ~method; in ciss_init_pci()
765 if (supported_methods == 0) { in ciss_init_pci()
767 "mode (0x%x, 0x%x)\n", supported_methods, in ciss_init_pci()
[all …]
H A Dcissreg.h399 u_int32_t supported_methods; member