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

/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.c468 struct tx_pkt_header *txph; local
485 txph = (struct tx_pkt_header *)
488 if (txph->pkt_size != txs->pkt_size) {
494 *(u32 *)txph, *(u32 *)txs);
516 txd_read_ptr += (((u32)(txph->pkt_size) + 7) & ~3);
824 struct tx_pkt_header *txph; local
851 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset);
853 *(u32 *)txph = 0;
854 txph->pkt_size = skb->len;
875 txph
[all...]

Completed in 89 milliseconds