Home
last modified time | relevance | path

Searched refs:DEVICE2SOFTC (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme.c48 ctrlr = DEVICE2SOFTC(dev); in nvme_shutdown()
57 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_attach()
78 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_detach()
H A Dnvme_pci.c117 struct nvme_controller *ctrlr = DEVICE2SOFTC(device); in nvme_pci_probe()
232 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_pci_attach()
276 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_pci_detach()
397 ctrlr = DEVICE2SOFTC(dev); in nvme_pci_suspend()
406 ctrlr = DEVICE2SOFTC(dev); in nvme_pci_resume()
H A Dnvme_ahci.c66 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_ahci_attach()
H A Dnvme_private.h52 #define DEVICE2SOFTC(dev) ((struct nvme_controller *) device_get_softc(dev)) macro
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh521 struct ${1}_softc *scp = DEVICE2SOFTC(device);
538 struct ${1}_softc *scp = DEVICE2SOFTC(device);
614 struct ${1}_softc *scp = DEVICE2SOFTC(device);
626 struct ${1}_softc *scp = DEVICE2SOFTC(device);
735 struct ${1}_softc *scp = DEVICE2SOFTC(device);
769 struct ${1}_softc *scp = DEVICE2SOFTC(device);
/freebsd/sys/dev/isci/
H A Disci.c160 struct isci_softc *isci = DEVICE2SOFTC(device); in isci_attach()
185 struct isci_softc *isci = DEVICE2SOFTC(device); in isci_detach()
H A Disci.h68 #define DEVICE2SOFTC(dev) ((struct isci_softc *) device_get_softc(dev)) macro
/freebsd/sys/dev/ioat/
H A Dioat.c294 ioat = DEVICE2SOFTC(device); in ioat_attach()
377 ioat = DEVICE2SOFTC(device); in ioat_detach()
537 ioat = DEVICE2SOFTC(device); in ioat3_attach()
1938 ioat = DEVICE2SOFTC(device); in ioat_setup_sysctl()
H A Dioat_internal.h31 #define DEVICE2SOFTC(dev) ((struct ioat_softc *) device_get_softc(dev)) macro