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

/drivers/net/ethernet/faraday/
H A Dftmac100.h140 unsigned int txdes2; /* TXBUF_BADR */ member in struct:ftmac100_txdes
H A Dftgmac100.h187 unsigned int txdes2; /* not used by HW */ member in struct:ftgmac100_txdes
H A Dftgmac100.c505 txdes->txdes2 = 0;
577 * txdes2 is not used by hardware. We use it to keep track of socket buffer.
583 txdes->txdes2 = (unsigned int)skb;
588 return (struct sk_buff *)txdes->txdes2;
H A Dftmac100.c473 txdes->txdes2 = 0;
531 txdes->txdes2 = cpu_to_le32(addr);
536 return le32_to_cpu(txdes->txdes2);

Completed in 57 milliseconds