Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/atheros/atlx/
Datl2.h222 struct tx_pkt_header { struct
458 struct tx_pkt_header *txd_ring;
Datl2.c474 struct tx_pkt_header *txph; in atl2_intr_tx()
491 txph = (struct tx_pkt_header *) in atl2_intr_tx()
830 struct tx_pkt_header *txph; in atl2_xmit_frame()
848 if (skb->len + sizeof(struct tx_pkt_header) + 4 > txbuf_unused || in atl2_xmit_frame()
857 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset); in atl2_xmit_frame()