Searched defs:gmac_queue (Results 1 – 1 of 1) sorted by relevance
233 struct gmac_queue { struct234 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_buf tx_frag_list;247 struct ring_buf tx_frames;252 volatile uint32_t err_rx_frames_dropped;254 volatile uint32_t err_rx_flushed_count;[all …]