Searched refs:BPT (Results 1 – 1 of 1) sorted by relevance
1305 #define BPT 1022 in start_tx() macro1319 if (skb->len > BPT) { in start_tx()1324 BPT, PCI_DMA_TODEVICE); in start_tx()1327 np->cur_tx_copy->control |= (BPT << TBSShift); /* buffer size */ in start_tx()1334 next->control |= ((skb->len - BPT) << TBSShift); /* buf size */ in start_tx()1338 next->buffer = pci_map_single(ep->pci_dev, skb->data + BPT, in start_tx()1339 skb->len - BPT, PCI_DMA_TODEVICE); in start_tx()