/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | tx_queue_extension.h | 29 struct tx_queue_extension { struct 31 uint32_t frame_ctl : 16, 32 qos_ctl : 16; 33 uint32_t ampdu_flag : 1, 34 tx_notify_no_htc_override : 1, 35 reserved_1a : 7, 36 checksum_tso_disable_for_frag : 1, 37 key_id : 8, 38 qos_buf_state_overwrite : 1, 39 buf_state_sta_id : 1, [all …]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | tx_queue_extension.h | 36 struct tx_queue_extension { struct 38 uint32_t frame_ctl : 16, // [15:0] 39 qos_ctl : 16; // [31:16] 40 uint32_t ampdu_flag : 1, // [0:0] 41 tx_notify_no_htc_override : 1, // [1:1] 42 reserved_1a : 7, // [8:2] 43 checksum_tso_disable_for_frag : 1, // [9:9] 44 key_id : 8, // [17:10] 45 qos_buf_state_overwrite : 1, // [18:18] 46 buf_state_sta_id : 1, // [19:19] [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | tx_queue_extension.h | 36 struct tx_queue_extension { struct 38 uint32_t frame_ctl : 16, 39 qos_ctl : 16; 40 uint32_t ampdu_flag : 1, 41 tx_notify_no_htc_override : 1, 42 reserved_1a : 7, 43 checksum_tso_disable_for_frag : 1, 44 key_id : 8, 45 qos_buf_state_overwrite : 1, 46 buf_state_sta_id : 1, [all …]
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | tx_queue_extension.h | 23 struct tx_queue_extension { struct 25 uint32_t frame_ctl : 16, 26 qos_ctl : 16; 27 uint32_t ampdu_flag : 1, 28 tx_notify_no_htc_override : 1, 29 reserved_1a : 7, 30 checksum_tso_disable_for_frag : 1, 31 key_id : 8, 32 qos_buf_state_overwrite : 1, 33 buf_state_sta_id : 1, [all …]
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | tx_queue_extension.h | 23 struct tx_queue_extension { struct 25 uint32_t frame_ctl : 16, 26 qos_ctl : 16; 27 uint32_t ampdu_flag : 1, 28 tx_notify_no_htc_override : 1, 29 reserved_1a : 7, 30 checksum_tso_disable_for_frag : 1, 31 key_id : 8, 32 qos_buf_state_overwrite : 1, 33 buf_state_sta_id : 1, [all …]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | tx_queue_extension.h | 27 struct tx_queue_extension { struct 29 uint32_t frame_ctl : 16, // [15:0] 30 qos_ctl : 16; // [31:16] 31 uint32_t ampdu_flag : 1, // [0:0] 32 tx_notify_no_htc_override : 1, // [1:1] 33 reserved_1a : 7, // [8:2] 34 checksum_tso_disable_for_frag : 1, // [9:9] 35 key_id : 8, // [17:10] 36 qos_buf_state_overwrite : 1, // [18:18] 37 buf_state_sta_id : 1, // [19:19] [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | tx_queue_extension.h | 29 struct tx_queue_extension { struct 31 uint32_t frame_ctl : 16, 32 qos_ctl : 16; 33 uint32_t ampdu_flag : 1, 34 tx_notify_no_htc_override : 1, 35 reserved_1a : 7, 36 checksum_tso_disable_for_frag : 1, 37 key_id : 8, 38 qos_buf_state_overwrite : 1, 39 buf_state_sta_id : 1, [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | tx_queue_extension.h | 36 struct tx_queue_extension { struct 38 uint32_t frame_ctl : 16, 39 qos_ctl : 16; 40 uint32_t ampdu_flag : 1, 41 tx_notify_no_htc_override : 1, 42 reserved_1a : 7, 43 checksum_tso_disable_for_frag : 1, 44 key_id : 8, 45 qos_buf_state_overwrite : 1, 46 buf_state_sta_id : 1, [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 309 tx_queue_extension:1, member
|