HomeSort by relevance Sort by last modified time
    Searched refs:irqno (Results 1 - 25 of 38) sorted by null

1 2

  /external/syslinux/gpxe/src/drivers/net/
3c529.c 29 nic->irqno = mca->pos[5] & 0x0f;
31 nic->ioaddr, nic->irqno );
3c509-eisa.c 20 nic->irqno = 0;
prism2_pci.c 32 nic->irqno = 0;
legacy.c 103 nic.irqno = dev->desc.irq;
111 * nic->irqno to 0 in the probe routine to indicate that they
115 dev->desc.irq = nic.irqno;
prism2_plx.c 88 nic->irqno = 0;
virtio-net.c 255 nic->irqno = pci->irq;
257 printf("I/O address 0x%08x, IRQ #%d\n", nic->ioaddr, nic->irqno);
3c515.c 618 nic->irqno = isapnp->irqno;
646 corkscrew_found_device(nic->ioaddr, nic->irqno, CORKSCREW_ID,
r8169.h 439 uint32_t irqno; member in struct:rtl8169_private
3c595.c 482 nic->irqno = 0;
cs89x0.c 574 nic->irqno = eth_irqno;
depca.c 746 nic->irqno = 0;
epic100.c 125 nic->irqno = 0;
ne2k_isa.c 144 nic->irqno = 0;
amd8111e.c 658 nic->irqno = pdev->irq;
davicom.c 684 nic->irqno = 0;
eepro.c 565 nic->irqno = 0;
prism2.c 769 nic->irqno = 0;
smc9000.c 845 nic->irqno = 0;
w89c840.c 635 nic->irqno = 0;
dmfe.c 499 nic->irqno = 0;
  /external/syslinux/gpxe/src/drivers/bus/
isapnp.c 592 isapnp->ioaddr, isapnp->irqno );
688 isapnp->irqno = isapnp_read_irqno ( 0 );
701 isapnp->dev.desc.irq = isapnp->irqno;
  /external/syslinux/gpxe/src/include/gpxe/
isapnp.h 188 uint8_t irqno; member in struct:isapnp_device
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.h 279 uint32_t irqno; member in struct:e1000_adapter
e1000.c 855 adapter->irqno = pdev->irq;
    [all...]
  /external/syslinux/gpxe/src/include/
nic.h 46 unsigned char irqno; member in struct:nic

Completed in 1867 milliseconds

1 2