Searched refs:intel_ntb_spad_read (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c315 static int intel_ntb_spad_read(device_t dev, unsigned int idx, uint32_t *val);
2657 intel_ntb_spad_read(ntb->device, NTB_MSIX_GUARD, &val);
2662 intel_ntb_spad_read(ntb->device, NTB_MSIX_DATA0 + i, &val);
2665 intel_ntb_spad_read(ntb->device, NTB_MSIX_OFS0 + i, &val);
2674 intel_ntb_spad_read(ntb->device, NTB_MSIX_DONE, &val);
2751 intel_ntb_spad_read(device_t dev, unsigned int idx, uint32_t *val) function
3106 DEVMETHOD(ntb_spad_read, intel_ntb_spad_read),

Completed in 52 milliseconds