Lines Matching defs:wbm_release_ring
39 struct wbm_release_ring { struct
40 struct buffer_addr_info released_buff_or_desc_addr_info;
41 uint32_t release_source_module : 3, //[2:0]
42 bm_action : 3, //[5:3]
43 buffer_or_desc_type : 3, //[8:6]
44 first_msdu_index : 4, //[12:9]
45 tqm_release_reason : 4, //[16:13]
46 rxdma_push_reason : 2, //[18:17]
47 rxdma_error_code : 5, //[23:19]
48 reo_push_reason : 2, //[25:24]
49 reo_error_code : 5, //[30:26]
50 wbm_internal_error : 1; //[31]
51 uint32_t tqm_status_number : 24, //[23:0]
52 transmit_count : 7, //[30:24]
53 msdu_continuation : 1; //[31]
54 uint32_t ack_frame_rssi : 8, //[7:0]
55 sw_release_details_valid : 1, //[8]
56 first_msdu : 1, //[9]
57 last_msdu : 1, //[10]
58 msdu_part_of_amsdu : 1, //[11]
59 fw_tx_notify_frame : 1, //[12]
60 buffer_timestamp : 19; //[31:13]
61 struct tx_rate_stats_info tx_rate_stats;
62 uint32_t sw_peer_id : 16, //[15:0]
63 tid : 4, //[19:16]
64 ring_id : 8, //[27:20]
65 looping_count : 4; //[31:28]