Searched refs:TX_EOP_SIZE (Results 1 – 2 of 2) sorted by relevance
275 (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()
29 #define TX_EOP_SIZE 4 macro