Searched defs:fec_enet_private (Results 1 – 1 of 1) sorted by relevance
179 struct fec_enet_private { struct181 volatile fec_t *hwp;183 struct net_device *netdev;186 unsigned char *tx_bounce[TX_RING_SIZE];187 struct sk_buff* tx_skbuff[TX_RING_SIZE];188 ushort skb_cur;189 ushort skb_dirty;193 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */194 cbd_t *tx_bd_base;195 cbd_t *cur_rx, *cur_tx; /* The next free ring entry */[all …]