Searched refs:pdl (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | hp100.c | 1218 ringptr->pdl = pdlptr + 1; in hp100_init_rxpdl() 1244 ringptr->pdl = pdlptr; /* +1; */ in hp100_init_txpdl() 1299 dev->name, (u_int) ringptr->pdl, in hp100_build_rx_pdl() 1306 ringptr->pdl[0] = 0x00020000; /* Write PDH */ in hp100_build_rx_pdl() 1307 ringptr->pdl[3] = pdl_map_data(netdev_priv(dev), in hp100_build_rx_pdl() 1309 ringptr->pdl[4] = MAX_ETHER_SIZE; /* Length of Data */ in hp100_build_rx_pdl() 1312 for (p = (ringptr->pdl); p < (ringptr->pdl + 5); p++) in hp100_build_rx_pdl() 1323 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() 1326 ringptr->pdl[0] = 0x00010000; /* PDH: Count=1 Fragment */ in hp100_build_rx_pdl() 1368 dev->name, lp->rxrcommit, (u_int) ringptr->pdl, in hp100_rxfill() [all …]
|
D | hp100.h | 544 u_int *pdl; /* Address of PDLs PDH, dword before member
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | phyp_dump.c | 197 static struct kobj_attribute pdl = __ATTR(phyp_dump_active, 0600, variable 226 rc = sysfs_create_file(kernel_kobj, &pdl.attr); in register_dump_area()
|