Searched defs:_TxQueue (Results 1 – 1 of 1) sorted by relevance
362 typedef struct _TxQueue struct364 void * pUM; /* backpointer to um_device_t */365 u32_t idx; /* this ring's index */367 mac_ring_handle_t ringHandle;369 u32_t desc_cnt; /* number of Tx descriptors */371 u32_t txFailed;372 u32_t txDiscards;373 u32_t txRecycle;374 u32_t txCopied;375 u32_t txBlocked;[all …]