Searched refs:BPT (Results 1 – 1 of 1) sorted by relevance
1310 #define BPT 1022 in start_tx() macro1324 if (skb->len > BPT) { in start_tx()1329 BPT, PCI_DMA_TODEVICE); in start_tx()1332 np->cur_tx_copy->control |= (BPT << TBSShift); /* buffer size */ in start_tx()1339 next->control |= ((skb->len - BPT) << TBSShift); /* buf size */ in start_tx()1343 next->buffer = pci_map_single(ep->pci_dev, skb->data + BPT, in start_tx()1344 skb->len - BPT, PCI_DMA_TODEVICE); in start_tx()