Searched defs:dp_tx_ring (Results 1 – 3 of 3) sorted by relevance
78 struct dp_tx_ring { struct79 u8 tcl_data_ring_id;80 struct dp_srng tcl_data_ring;81 struct dp_srng tcl_comp_ring;82 struct idr txbuf_idr;84 spinlock_t tx_idr_lock;85 struct hal_wbm_release_ring *tx_status;86 int tx_status_head;87 int tx_status_tail;
81 struct dp_tx_ring { struct82 u8 tcl_data_ring_id;83 struct dp_srng tcl_data_ring;84 struct dp_srng tcl_comp_ring;85 struct idr txbuf_idr;87 spinlock_t tx_idr_lock;88 struct hal_wbm_release_ring *tx_status;89 int tx_status_head;90 int tx_status_tail;
44 struct dp_tx_ring { struct45 u8 tcl_data_ring_id;46 struct dp_srng tcl_data_ring;47 struct dp_srng tcl_comp_ring;48 struct hal_wbm_completion_ring_tx *tx_status;49 int tx_status_head;50 int tx_status_tail;