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