Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dacenic.c1024 if (ap->evt_prd != NULL) { in ace_free_descriptors()
1026 (void *)ap->evt_prd, ap->evt_prd_dma); in ace_free_descriptors()
1027 ap->evt_prd = NULL; in ace_free_descriptors()
1084 ap->evt_prd = pci_alloc_consistent(ap->pdev, sizeof(u32), in ace_allocate_descriptors()
1086 if (ap->evt_prd == NULL) in ace_allocate_descriptors()
1487 *(ap->evt_prd) = 0; in ace_init()
2485 evtprd = *ap->evt_prd; in ace_interrupt()
Dacenic.h682 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member