Searched defs:sw_monitor_ring (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/fw-api/hw/qcn9000/ |
H A D | sw_monitor_ring.h | 37 struct sw_monitor_ring { struct 38 struct rx_mpdu_details reo_level_mpdu_frame_info; 39 struct buffer_addr_info status_buff_addr_info; 40 uint32_t rxdma_push_reason : 2, //[1:0] 41 rxdma_error_code : 5, //[6:2] 42 mpdu_fragment_number : 4, //[10:7] 43 frameless_bar : 1, //[11] 44 status_buf_count : 4, //[15:12] 45 end_of_ppdu : 1, //[16] 46 reserved_6a : 15; //[31:17] [all …]
|
/wlan-driver/fw-api/hw/qcn6122/ |
H A D | sw_monitor_ring.h | 37 struct sw_monitor_ring { struct 38 struct rx_mpdu_details reo_level_mpdu_frame_info; 39 struct buffer_addr_info status_buff_addr_info; 40 uint32_t rxdma_push_reason : 2, //[1:0] 41 rxdma_error_code : 5, //[6:2] 42 mpdu_fragment_number : 4, //[10:7] 43 frameless_bar : 1, //[11] 44 status_buf_count : 4, //[15:12] 45 end_of_ppdu : 1, //[16] 46 reserved_6a : 15; //[31:17] [all …]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | sw_monitor_ring.h | 36 struct sw_monitor_ring { struct 38 … struct rx_mpdu_details reo_level_mpdu_frame_info; 39 … struct buffer_addr_info status_buff_addr_info; 40 uint32_t rxdma_push_reason : 2, // [1:0] 41 rxdma_error_code : 5, // [6:2] 42 mpdu_fragment_number : 4, // [10:7] 43 frameless_bar : 1, // [11:11] 44 status_buf_count : 4, // [15:12] 45 end_of_ppdu : 1, // [16:16] 46 reserved_6a : 15; // [31:17] [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | sw_monitor_ring.h | 29 struct sw_monitor_ring { struct 31 … struct rx_mpdu_details reo_level_mpdu_frame_info; 32 … struct buffer_addr_info status_buff_addr_info; 33 uint32_t rxdma_push_reason : 2, 34 rxdma_error_code : 5, 35 mpdu_fragment_number : 4, 36 frameless_bar : 1, 37 status_buf_count : 4, 38 end_of_ppdu : 1, 39 reserved_6a : 15; [all …]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | sw_monitor_ring.h | 27 struct sw_monitor_ring { struct 29 … struct rx_mpdu_details reo_level_mpdu_frame_info; 30 … struct buffer_addr_info status_buff_addr_info; 31 uint32_t rxdma_push_reason : 2, // [1:0] 32 rxdma_error_code : 5, // [6:2] 33 mpdu_fragment_number : 4, // [10:7] 34 frameless_bar : 1, // [11:11] 35 status_buf_count : 4, // [15:12] 36 end_of_ppdu : 1, // [16:16] 37 reserved_6a : 15; // [31:17] [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | sw_monitor_ring.h | 36 struct sw_monitor_ring { struct 38 … struct rx_mpdu_details reo_level_mpdu_frame_info; 39 … struct buffer_addr_info status_buff_addr_info; 40 uint32_t rxdma_push_reason : 2, 41 rxdma_error_code : 5, 42 mpdu_fragment_number : 4, 43 frameless_bar : 1, 44 status_buf_count : 4, 45 end_of_ppdu : 1, 46 reserved_6a : 15; [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | sw_monitor_ring.h | 36 struct sw_monitor_ring { struct 38 … struct rx_mpdu_details reo_level_mpdu_frame_info; 39 … struct buffer_addr_info status_buff_addr_info; 40 uint32_t rxdma_push_reason : 2, 41 rxdma_error_code : 5, 42 mpdu_fragment_number : 4, 43 frameless_bar : 1, 44 status_buf_count : 4, 45 end_of_ppdu : 1, 46 reserved_6a : 15; [all …]
|