pdl              1203 drivers/net/ethernet/hp/hp100.c 	ringptr->pdl = pdlptr + 1;
pdl              1229 drivers/net/ethernet/hp/hp100.c 	ringptr->pdl = pdlptr;	/* +1; */
pdl              1283 drivers/net/ethernet/hp/hp100.c 				     dev->name, (u_int) ringptr->pdl,
pdl              1290 drivers/net/ethernet/hp/hp100.c 		ringptr->pdl[0] = 0x00020000;	/* Write PDH */
pdl              1291 drivers/net/ethernet/hp/hp100.c 		ringptr->pdl[3] = pdl_map_data(netdev_priv(dev),
pdl              1293 drivers/net/ethernet/hp/hp100.c 		ringptr->pdl[4] = MAX_ETHER_SIZE;	/* Length of Data */
pdl              1296 drivers/net/ethernet/hp/hp100.c 		for (p = (ringptr->pdl); p < (ringptr->pdl + 5); p++)
pdl              1307 drivers/net/ethernet/hp/hp100.c 	printk("hp100: %s: build_rx_pdl: PDH@0x%x, No space for skb.\n", dev->name, (u_int) ringptr->pdl);
pdl              1310 drivers/net/ethernet/hp/hp100.c 	ringptr->pdl[0] = 0x00010000;	/* PDH: Count=1 Fragment */
pdl              1352 drivers/net/ethernet/hp/hp100.c 				     dev->name, lp->rxrcommit, (u_int) ringptr->pdl,
pdl              1353 drivers/net/ethernet/hp/hp100.c 				     (u_int) ringptr->pdl_paddr, (u_int) ringptr->pdl[3]);
pdl              1551 drivers/net/ethernet/hp/hp100.c 	ringptr->pdl[0] = ((1 << 16) | i);	/* PDH: 1 Fragment & length */
pdl              1554 drivers/net/ethernet/hp/hp100.c 		ringptr->pdl[2] = i;
pdl              1557 drivers/net/ethernet/hp/hp100.c 		ringptr->pdl[2] = skb->len;	/* 1st Frag: Length of frag */
pdl              1561 drivers/net/ethernet/hp/hp100.c 	ringptr->pdl[1] = ((u32) pci_map_single(lp->pci_dev, skb->data, ringptr->pdl[2], PCI_DMA_TODEVICE));	/* 1st Frag: Adr. of data */
pdl              1614 drivers/net/ethernet/hp/hp100.c 		pci_unmap_single(lp->pci_dev, (dma_addr_t) lp->txrhead->pdl[1], lp->txrhead->pdl[2], PCI_DMA_TODEVICE);
pdl              1897 drivers/net/ethernet/hp/hp100.c 		header = *(ptr->pdl - 1);
pdl              1901 drivers/net/ethernet/hp/hp100.c 		pci_unmap_single(lp->pci_dev, (dma_addr_t) ptr->pdl[3], MAX_ETHER_SIZE, PCI_DMA_FROMDEVICE);
pdl              1905 drivers/net/ethernet/hp/hp100.c 				dev->name, (u_int) (ptr->pdl - 1), (u_int) header,
pdl              1909 drivers/net/ethernet/hp/hp100.c 				hp100_inb(RX_PKT_CNT), (u_int) * (ptr->pdl),
pdl              1910 drivers/net/ethernet/hp/hp100.c 				(u_int) * (ptr->pdl + 3), (u_int) * (ptr->pdl + 4));
pdl               540 drivers/net/ethernet/hp/hp100.h 	u_int *pdl;		/* Address of PDLs PDH, dword before
pdl              2413 drivers/usb/gadget/function/f_fs.c 		u32 type, pdl;
pdl              2434 drivers/usb/gadget/function/f_fs.c 		pdl = le32_to_cpu(*(__le32 *)((u8 *)data + 10 + pnl));
pdl              2435 drivers/usb/gadget/function/f_fs.c 		if (length != 14 + pnl + pdl) {
pdl              2437 drivers/usb/gadget/function/f_fs.c 				  length, pnl, pdl, type);
pdl              2443 drivers/usb/gadget/function/f_fs.c 		ffs->ms_os_descs_ext_prop_data_len += pdl;