Searched refs:io_id (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | io_apic.c | 95 u_int io_id:8; /* logical ID */ member 479 printf("ioapic%u: routing intpin %u (", io->io_id, in ioapic_assign_cpu() 575 io->io_id, intpin->io_intpin, in ioapic_config_intr() 583 io->io_id, intpin->io_intpin, in ioapic_config_intr() 638 io->io_id = next_id++; in ioapic_create() 643 printf("ioapic%u: MADT APIC ID %d != hw id %d\n", io->io_id, in ioapic_create() 647 printf("ioapic%u: Assuming intbase of %d\n", io->io_id, in ioapic_create() 651 io->io_id, intbase, next_ioapic_base); in ioapic_create() 661 printf("ioapic%u: ver 0x%02x maxredir 0x%02x\n", io->io_id, in ioapic_create() 748 printf("ioapic%u: intpin %d disabled\n", io->io_id, pin); in ioapic_disable_pin() [all …]
|
/freebsd/stand/libsa/ |
H A D | netif.c | 284 if (s->io_id == socket) in socktodesc_impl() 328 s->io_id = last->io_id + 1; in netif_open() 344 return (s->io_id); in netif_open()
|
H A D | iodesc.h | 48 int io_id; /* descriptor id */ member
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3-hvcall.h | 59 int lv1_put_iopte(uint64_t ioas_id, uint64_t ioif_addr, uint64_t lpar_addr, uint64_t io_id, uint64_…
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 2679 __be32 io_id; member 2934 __be32 io_id; member
|