Home
last modified time | relevance | path

Searched refs:CONFIG_NUMTPDS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dhe.c1481 CONFIG_NUMTPDS * sizeof(struct he_tpd), &he_dev->tpd_base_phys); in he_start()
1485 for (i = 0; i < CONFIG_NUMTPDS; ++i) { in he_start()
1491 he_dev->tpd_end = &he_dev->tpd_base[CONFIG_NUMTPDS - 1]; in he_start()
1693 pci_free_consistent(he_dev->pci_dev, CONFIG_NUMTPDS * sizeof(struct he_tpd), in he_stop()
1728 for (i = 0; i < CONFIG_NUMTPDS; ++i) { in __alloc_tpd()
1743 hprintk("out of tpds -- increase CONFIG_NUMTPDS (%d)\n", CONFIG_NUMTPDS); in __alloc_tpd()
Dhe.h56 #define CONFIG_NUMTPDS 256 macro