Searched defs:mvneta_tx_queue (Results 1 – 2 of 2) sorted by relevance
343 struct mvneta_tx_queue { struct345 u8 id;348 int size;351 int txq_put_index;354 int txq_get_index;357 struct mvneta_tx_desc *descs;360 dma_addr_t descs_phys;363 int last_desc;366 int next_desc_to_proc;
620 struct mvneta_tx_queue { struct622 u8 id;625 int size;630 int count;631 int pending;632 int tx_stop_threshold;633 int tx_wake_threshold;636 struct mvneta_tx_buf *buf;639 int txq_put_index;642 int txq_get_index;[all …]