Home
last modified time | relevance | path

Searched refs:devtbl (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/
Ddgrs.c239 struct net_device *devtbl[6]; /* Ptrs to N device structs */ member
472 devN = priv0->devtbl[chan-1]; in dgrs_rcv_frame()
704 dev0 = privN->devtbl[0]; in dgrs_start_xmit()
929 netif_wake_queue (priv0->devtbl[i]); in dgrs_intr()
1277 priv->devtbl[0] = dev; in dgrs_found_device()
1329 priv->devtbl[i] = devN; in dgrs_found_device()
1524 proc_reset(priv->devtbl[0], 1); in dgrs_cleanup_module()
/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx_comm.h2522 ncr_device *devtbl, *devp; local
2544 devtbl = m_calloc(PAGE_SIZE, "devtbl");
2545 if (!devtbl)
2560 hosts = PAGE_SIZE / sizeof(*devtbl);
2584 if (devtbl[i].slot.bus == PciBusNumber(pcidev) &&
2585 devtbl[i].slot.device_fn == PciDeviceFn(pcidev))
2590 devp = &devtbl[count];
2640 devp = &devtbl[j];
2674 devp = &devtbl[i];
2684 m_free(devtbl, PAGE_SIZE, "devtbl");
Dsym53c8xx.c12904 ncr_device *devtbl, *devp; local
12943 devtbl = m_calloc(PAGE_SIZE, "devtbl");
12944 if (!devtbl)
12960 hosts = PAGE_SIZE / sizeof(*devtbl);
12984 if (devtbl[i].slot.bus == PciBusNumber(pcidev) &&
12985 devtbl[i].slot.device_fn == PciDeviceFn(pcidev))
12990 devp = &devtbl[count];
13040 devp = &devtbl[j];
13072 devp = &devtbl[i];
13082 m_free(devtbl, PAGE_SIZE, "devtbl");
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_glue.c2739 sym_device *devtbl, *devp; in sym53c8xx_detect() local
2780 devtbl = sym_calloc(PAGE_SIZE, "DEVTBL"); in sym53c8xx_detect()
2781 if (!devtbl) in sym53c8xx_detect()
2797 hosts = PAGE_SIZE / sizeof(*devtbl); in sym53c8xx_detect()
2822 if (devtbl[i].s.bus == PciBusNumber(pcidev) && in sym53c8xx_detect()
2823 devtbl[i].s.device_fn == PciDeviceFn(pcidev)) in sym53c8xx_detect()
2828 devp = &devtbl[count]; in sym53c8xx_detect()
2894 devp = &devtbl[j]; in sym53c8xx_detect()
2926 devp = &devtbl[i]; in sym53c8xx_detect()
2938 sym_mfree(devtbl, PAGE_SIZE, "DEVTBL"); in sym53c8xx_detect()