Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h222 struct tx_pkt_header { struct
458 struct tx_pkt_header *txd_ring;
H A Datl2.c468 struct tx_pkt_header *txph; in atl2_intr_tx()
485 txph = (struct tx_pkt_header *) in atl2_intr_tx()
824 struct tx_pkt_header *txph; in atl2_xmit_frame()
842 if (skb->len + sizeof(struct tx_pkt_header) + 4 > txbuf_unused || in atl2_xmit_frame()
851 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset); in atl2_xmit_frame()