Home
last modified time | relevance | path

Searched defs:DEVICE2SOFTC (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/isci/
HDisci.h68 #define DEVICE2SOFTC(dev) ((struct isci_softc *) device_get_softc(dev)) macro
/NextBSD/sys/dev/nvme/
HDnvme_private.h49 #define DEVICE2SOFTC(dev) ((struct nvme_controller *) device_get_softc(dev)) macro
/NextBSD/sys/dev/ioat/
HDioat_internal.h32 #define DEVICE2SOFTC(dev) ((struct ioat_softc *) device_get_softc(dev)) macro
/NextBSD/sys/dev/ntb/ntb_hw/
HDntb_hw.c71 #define DEVICE2SOFTC(dev) ((struct ntb_softc *) device_get_softc(dev)) macro