/src/sys/dev/ic/ |
mpt.c | 1 /* $NetBSD: mpt.c,v 1.21 2019/09/23 16:19:33 skrll Exp $ */ 102 * mpt.c: 106 * Adapted from the FreeBSD "mpt" driver by Jason R. Thorpe for 113 __KERNEL_RCSID(0, "$NetBSD: mpt.c,v 1.21 2019/09/23 16:19:33 skrll Exp $"); 115 #include <dev/ic/mpt.h> 125 mpt_rd_db(mpt_softc_t *mpt) 127 return mpt_read(mpt, MPT_OFFSET_DOORBELL); 131 mpt_rd_intr(mpt_softc_t *mpt) 133 return mpt_read(mpt, MPT_OFFSET_INTR_STATUS); 138 mpt_wait_db_ack(mpt_softc_t *mpt) [all...] |
mpt_netbsd.c | 73 * Adapted from the FreeBSD "mpt" driver by Jason R. Thorpe for 84 #include <dev/ic/mpt.h> /* pulls in all headers */ 119 mpt_scsipi_attach(mpt_softc_t *mpt) 121 struct scsipi_adapter *adapt = &mpt->sc_adapter; 122 struct scsipi_channel *chan = &mpt->sc_channel; 125 mpt->bus = 0; /* XXX ?? */ 127 maxq = (mpt->mpt_global_credits < MPT_MAX_REQUESTS(mpt)) ? 128 mpt->mpt_global_credits : MPT_MAX_REQUESTS(mpt); 332 mpt_softc_t *mpt = arg; local in function:mpt_intr 375 mpt_softc_t *mpt; local in function:mpt_timeout 1568 mpt_softc_t *mpt = device_private(adapt->adapt_dev); local in function:mpt_scsipi_request 1604 mpt_softc_t *mpt; local in function:mpt_ioctl 1764 mpt_softc_t *mpt = device_private(dev); local in function:mpt_bio_ioctl [all...] |
mpt_netbsd.h | 71 * Adapted from the FreeBSD "mpt" driver by Jason R. Thorpe for 99 /* Max MPT Reply we are willing to accept (must be a power of 2). */ 102 #define MPT_MAX_REQUESTS(mpt) ((mpt)->is_fc ? 1024 : 256) 105 #define MPT_REQ_MEM_SIZE(mpt) (MPT_MAX_REQUESTS(mpt) * MPT_REQUEST_AREA) 127 #define MPT_RQSL(mpt) ((mpt)->request_frame_size << 2) 128 #define MPT_NSGL(mpt) (MPT_RQSL(mpt) / sizeof(SGE_SIMPLE32) [all...] |
mpt_debug.c | 40 #include <dev/ic/mpt.h> 320 printf("mpt mailbox: (0x%x) State %s WhoInit %s\n",
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
mpt.h | 1 /* $NetBSD: mpt.h,v 1.2 2021/12/18 23:45:31 riastradh Exp $ */ 41 * This is the glue layer between specific hypervisor MPT modules and GVT-g core 42 * logic. Each kind of hypervisor MPT module provides a collection of function 57 if (!intel_gvt_host.mpt->host_init) 60 return intel_gvt_host.mpt->host_init(dev, gvt, ops); 69 if (!intel_gvt_host.mpt->host_exit) 72 intel_gvt_host.mpt->host_exit(dev); 85 if (!intel_gvt_host.mpt->attach_vgpu) 88 return intel_gvt_host.mpt->attach_vgpu(vgpu, &vgpu->handle); 101 if (!intel_gvt_host.mpt->detach_vgpu [all...] |
gvt.c | 432 intel_gvt_host.mpt = m;
|
gvt.h | 61 struct intel_gvt_mpt *mpt; member in struct:intel_gvt_host 174 unsigned long handle; /* vGPU handle used by hypervisor MPT modules */ 698 #include "mpt.h"
|
/src/sys/dev/pci/ |
mpt_pci.c | 51 #include <dev/ic/mpt.h> /* pulls in all headers */ 129 mpt_softc_t *mpt = &psc->sc_mpt; local in function:mpt_pci_attach 144 mpt->sc_dev = self; 145 mpt->sc_dmat = pa->pa_dmat; 163 mpt->sc_st = memt; 164 mpt->sc_sh = memh; 186 aprint_normal_dev(mpt->sc_dev, "applying 1030 quirk\n"); 203 aprint_error_dev(mpt->sc_dev, "unable to map interrupt\n"); 208 mpt, device_xname(mpt->sc_dev)) [all...] |
/src/sys/arch/sparc64/doc/ |
TODO | 42 - mpt(4) complains: mpt0: Phy 0: Link Status Unknown
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
Makefile | 289 gvt/mpt.h \
|
/src/share/man/man4/ |
Makefile | 46 micphy.4 midi.4 mii.4 mk48txx.4 mlx.4 mly.4 mpls.4 mpii.4 mpt.4 \
|
/src/sys/arch/evbarm/conf/ |
GENERIC64 | 595 mpt* at pci? dev ? function ?
|