/wlan-driver/fw-api/hw/qcn6432/ |
H A D | rx_frame_bitmap_req.h | 27 struct rx_frame_bitmap_req { struct 29 uint32_t explicit_user_request : 1, // [0:0] 30 user_request_type : 1, // [1:1] 31 user_number : 6, // [7:2] 32 sw_peer_id : 16, // [23:8] 33 tid_specific_request : 1, // [24:24] 34 requested_tid : 4, // [28:25] 35 reserved_0 : 3; // [31:29] 36 uint32_t tlv64_padding : 32; // [31:0]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | rx_frame_bitmap_req.h | 29 struct rx_frame_bitmap_req { struct 31 uint32_t explicit_user_request : 1, 32 user_request_type : 1, 33 user_number : 6, 34 sw_peer_id : 16, 35 tid_specific_request : 1, 36 requested_tid : 4, 37 reserved_0 : 3; 38 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | rx_frame_bitmap_req.h | 36 struct rx_frame_bitmap_req { struct 38 uint32_t explicit_user_request : 1, // [0:0] 39 user_request_type : 1, // [1:1] 40 user_number : 6, // [7:2] 41 sw_peer_id : 16, // [23:8] 42 tid_specific_request : 1, // [24:24] 43 requested_tid : 4, // [28:25] 44 reserved_0 : 3; // [31:29] 45 uint32_t tlv64_padding : 32; // [31:0]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | rx_frame_bitmap_req.h | 36 struct rx_frame_bitmap_req { struct 38 uint32_t explicit_user_request : 1, 39 user_request_type : 1, 40 user_number : 6, 41 sw_peer_id : 16, 42 tid_specific_request : 1, 43 requested_tid : 4, 44 reserved_0 : 3; 45 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | rx_frame_bitmap_req.h | 36 struct rx_frame_bitmap_req { struct 38 uint32_t explicit_user_request : 1, 39 user_request_type : 1, 40 user_number : 6, 41 sw_peer_id : 16, 42 tid_specific_request : 1, 43 requested_tid : 4, 44 reserved_0 : 3; 45 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | rx_frame_bitmap_req.h | 29 struct rx_frame_bitmap_req { struct 31 uint32_t explicit_user_request : 1, 32 user_request_type : 1, 33 user_number : 6, 34 sw_peer_id : 16, 35 tid_specific_request : 1, 36 requested_tid : 4, 37 reserved_0 : 3; 38 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | rx_frame_bitmap_req.h | 23 struct rx_frame_bitmap_req { struct 25 uint32_t explicit_user_request : 1, 26 user_request_type : 1, 27 user_number : 6, 28 sw_peer_id : 16, 29 tid_specific_request : 1, 30 requested_tid : 4, 31 reserved_0 : 3;
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | rx_frame_bitmap_req.h | 23 struct rx_frame_bitmap_req { struct 25 uint32_t explicit_user_request : 1, 26 user_request_type : 1, 27 user_number : 6, 28 sw_peer_id : 16, 29 tid_specific_request : 1, 30 requested_tid : 4, 31 reserved_0 : 3;
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 491 rx_frame_bitmap_req:1, member
|