Home
last modified time | relevance | path

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

/drivers/net/
Dniu.c3448 struct tx_pkt_hdr *tp; in release_tx_packet()
3452 tp = (struct tx_pkt_hdr *) skb->data; in release_tx_packet()
6473 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6481 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6501 struct tx_pkt_hdr *tp; in niu_start_xmit()
6527 len = sizeof(struct tx_pkt_hdr) + 15; in niu_start_xmit()
6542 headroom = align + sizeof(struct tx_pkt_hdr); in niu_start_xmit()
6545 tp = (struct tx_pkt_hdr *) skb_push(skb, headroom); in niu_start_xmit()
6547 len = skb->len - sizeof(struct tx_pkt_hdr); in niu_start_xmit()
Dniu.h2797 struct tx_pkt_hdr { struct