Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
Datl2.h238 struct tx_pkt_header { struct
474 struct tx_pkt_header *txd_ring;
Datl2.c488 struct tx_pkt_header *txph; in atl2_intr_tx()
505 txph = (struct tx_pkt_header *) in atl2_intr_tx()
844 struct tx_pkt_header *txph; in atl2_xmit_frame()
862 if (skb->len + sizeof(struct tx_pkt_header) + 4 > txbuf_unused || in atl2_xmit_frame()
871 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset); in atl2_xmit_frame()