Searched defs:fec_enet_priv_tx_q (Results 1 – 1 of 1) sorted by relevance
432 struct fec_enet_priv_tx_q { struct433 int index;434 unsigned char *tx_bounce[TX_RING_SIZE];435 struct sk_buff *tx_skbuff[TX_RING_SIZE];437 dma_addr_t bd_dma;438 struct bufdesc *tx_bd_base;439 uint tx_ring_size;441 unsigned short tx_stop_threshold;442 unsigned short tx_wake_threshold;444 struct bufdesc *cur_tx;[all …]