Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp100.c1275 ringptr->pdl = pdlptr + 1; in hp100_init_rxpdl()
1301 ringptr->pdl = pdlptr; /* +1; */ in hp100_init_txpdl()
1356 dev->name, (u_int) ringptr->pdl, in hp100_build_rx_pdl()
1363 ringptr->pdl[0] = 0x00020000; /* Write PDH */ in hp100_build_rx_pdl()
1364 …ringptr->pdl[3] = ((u_int) pci_map_single(((struct hp100_private *) (dev->priv))->pci_dev, ringptr… in hp100_build_rx_pdl()
1365 ringptr->pdl[4] = MAX_ETHER_SIZE; /* Length of Data */ in hp100_build_rx_pdl()
1368 for (p = (ringptr->pdl); p < (ringptr->pdl + 5); p++) in hp100_build_rx_pdl()
1379 printk("hp100: %s: build_rx_pdl: PDH@0x%x, No space for skb.\n", dev->name, (u_int) ringptr->pdl); in hp100_build_rx_pdl()
1382 ringptr->pdl[0] = 0x00010000; /* PDH: Count=1 Fragment */ in hp100_build_rx_pdl()
1424 dev->name, lp->rxrcommit, (u_int) ringptr->pdl, in hp100_rxfill()
[all …]
Dhp100.h547 u_int *pdl; /* Address of PDLs PDH, dword before member