Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sun/
Dniu.c3544 struct tx_pkt_hdr *tp; in release_tx_packet()
3548 tp = (struct tx_pkt_hdr *) skb->data; in release_tx_packet()
6585 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6593 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6614 struct tx_pkt_hdr *tp; in niu_start_xmit()
6634 len = sizeof(struct tx_pkt_hdr) + 15; in niu_start_xmit()
6647 headroom = align + sizeof(struct tx_pkt_hdr); in niu_start_xmit()
6652 len = skb->len - sizeof(struct tx_pkt_hdr); in niu_start_xmit()
Dniu.h2801 struct tx_pkt_hdr { struct