Searched full:rids (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | isa.c | 52 int isdefault, passthrough, rids; in isa_alloc_resource() local 60 case SYS_RES_IOPORT: rids = ISA_PNP_NPORT; break; in isa_alloc_resource() 61 case SYS_RES_IRQ: rids = ISA_PNP_NIRQ; break; in isa_alloc_resource() 62 case SYS_RES_MEMORY: rids = ISA_PNP_NMEM; break; in isa_alloc_resource() 63 default: rids = 0; break; in isa_alloc_resource() 65 if (*rid < 0 || *rid >= rids) in isa_alloc_resource()
|
| /freebsd/sys/contrib/device-tree/Bindings/bus/ |
| H A D | xlnx,versal-net-cdx.yaml | 76 /* define map for RIDs 250-259 */ 78 /* define msi map for RIDs 250-259 */
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | pci-msi.txt | 43 * length is a single cell describing how many consecutive RIDs are matched
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 44 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs() local 45 return std::mismatch(LIds.begin(), LIds.end(), RIds.begin(), RIds.end()) in sharedTypeIDs()
|
| /freebsd/sys/dev/vmware/vmci/ |
| H A D | vmci_queue_pair.c | 442 * Skip the reserved rids. in qp_guest_endpoint_create() 452 * We wrapped around --- no rids were free. in qp_guest_endpoint_create()
|
| H A D | vmci_resource.c | 132 /* Skip the reserved rids. */ in vmci_resource_get_id()
|
| /freebsd/sys/dev/bhnd/bcma/ |
| H A D | bcma_subr.c | 152 * Populate the resource list and bcma_map RIDs using the maps defined on
|
| /freebsd/sys/dev/mgb/ |
| H A D | if_mgb.c | 830 * RIDs start at 1, and vector ids start at 0. in mgb_msix_intr_assign()
|
| /freebsd/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_subr.c | 714 * table; this will be updated with the RIDs assigned by in bhndb_alloc_host_resources()
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_subr.c | 1001 * with the allocated resource's RIDs.
|
| /freebsd/sys/dev/pci/ |
| H A D | pci.c | 2003 * SYS_RES_IRQ rids of 1, 3, 4, and 6. 2106 /* Map the IRQs onto the rids. */ in pci_remap_msix_method()
|