Lines Matching defs:gmac_queue
233 struct gmac_queue { struct
234 struct gmac_desc_list rx_desc_list;
235 struct gmac_desc_list tx_desc_list;
237 struct k_sem tx_desc_sem;
239 struct k_sem tx_sem;
242 struct net_buf **rx_frag_list;
245 struct ring_buffer tx_frag_list;
247 struct ring_buffer tx_frames;
252 volatile uint32_t err_rx_frames_dropped;
254 volatile uint32_t err_rx_flushed_count;
256 volatile uint32_t err_tx_flushed_count;
280 struct gmac_queue queue_list[GMAC_QUEUE_NUM]; argument