Searched defs:fec_enet_priv_tx_q (Results 1 – 1 of 1) sorted by relevance
437 struct fec_enet_priv_tx_q { struct438 int index;439 unsigned char *tx_bounce[TX_RING_SIZE];440 struct sk_buff *tx_skbuff[TX_RING_SIZE];442 dma_addr_t bd_dma;443 struct bufdesc *tx_bd_base;444 uint tx_ring_size;446 unsigned short tx_stop_threshold;447 unsigned short tx_wake_threshold;449 struct bufdesc *cur_tx;[all …]