Searched defs:atl_tx_queue (Results 1 – 1 of 1) sorted by relevance
71 struct atl_tx_queue { struct72 struct hw_atl_txd_s *hw_ring;73 uint64_t hw_ring_phys_addr;74 struct atl_tx_entry *sw_ring;75 uint16_t nb_tx_desc;76 uint16_t tx_tail;77 uint16_t tx_head;78 uint16_t queue_id;79 uint16_t port_id;80 uint16_t tx_free_thresh;[all …]