Home
last modified time | relevance | path

Searched refs:NDI_RA_ALLOC_PARTIAL_OK (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dbusra.c635 if (req->ra_flags & NDI_RA_ALLOC_PARTIAL_OK) { in ndi_ra_alloc()
686 NDI_RA_ALLOC_PARTIAL_OK) { in ndi_ra_alloc()
711 (req->ra_flags & NDI_RA_ALLOC_PARTIAL_OK) && in ndi_ra_alloc()
/titanic_41/usr/src/uts/common/sys/
H A Dsunndi.h711 #define NDI_RA_ALLOC_PARTIAL_OK 0x0008 /* Indicates if requested size */ macro
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4115 req.ra_flags = (NDI_RA_ALLOC_BOUNDED | NDI_RA_ALLOC_PARTIAL_OK); in pcicfg_probe_bridge()
4160 req.ra_flags = (NDI_RA_ALLOC_BOUNDED | NDI_RA_ALLOC_PARTIAL_OK); in pcicfg_probe_bridge()
4206 req.ra_flags = (NDI_RA_ALLOC_BOUNDED | NDI_RA_ALLOC_PARTIAL_OK); in pcicfg_probe_bridge()
4261 req.ra_flags = NDI_RA_ALLOC_PARTIAL_OK | NDI_RA_ALLOC_BOUNDED; in pcicfg_probe_bridge()
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c4933 req.ra_flags = (NDI_RA_ALLOC_BOUNDED | NDI_RA_ALLOC_PARTIAL_OK); in pcicfg_probe_bridge()
4984 req.ra_flags = (NDI_RA_ALLOC_BOUNDED | NDI_RA_ALLOC_PARTIAL_OK); in pcicfg_probe_bridge()
5034 req.ra_flags = (NDI_RA_ALLOC_BOUNDED | NDI_RA_ALLOC_PARTIAL_OK); in pcicfg_probe_bridge()
/titanic_41/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1255 req.ra_flags = (NDI_RA_ALLOC_BOUNDED | NDI_RA_ALLOC_PARTIAL_OK); in pci_alloc_io_chunk()