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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl2.h239 struct tx_pkt_header { struct
474 struct tx_pkt_header *txd_ring;
H A Datl2.c314 adapter->txd_ring = (struct tx_pkt_header *) (adapter->ring_vir_addr +
468 struct tx_pkt_header *txph;
485 txph = (struct tx_pkt_header *)
827 struct tx_pkt_header *txph;
845 if (skb->len + sizeof(struct tx_pkt_header) + 4 > txbuf_unused ||
854 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset);

Completed in 169 milliseconds