Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/
Dfealnx.c1310 #define BPT 1022 in start_tx() macro
1324 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()