Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/asix/
Dax88796c_main.c275 (tailroom < (padlen + TX_EOP_SIZE))) { in ax88796c_tx_fixup()
277 size_t t = max((padlen + TX_EOP_SIZE) - tailroom, 0); in ax88796c_tx_fixup()
296 skb_put_data(skb, &info.eop, TX_EOP_SIZE); in ax88796c_tx_fixup()
323 skb->len - TX_EOP_SIZE - 4 - TX_OVERHEAD, 0); in ax88796c_tx_fixup()
1029 ndev->needed_tailroom = TX_EOP_SIZE; in ax88796c_probe()
Dax88796c_main.h29 #define TX_EOP_SIZE 4 macro