Home
last modified time | relevance | path

Searched defs:rx_attention (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dpkt_stats.h124 struct rx_attention { struct
125 u32 first_mpdu : 1; //[0]
126 u32 last_mpdu : 1; //[1]
127 u32 reserved1 : 6; //[7:2]
128 u32 mgmt_type : 1; //[8]
129 u32 ctrl_type : 1; //[9]
130 u32 reserved2 : 6; //[15:10]
131 u32 overflow_err : 1; //[16]
132 u32 msdu_length_err : 1; //[17]
133 u32 tcp_udp_chksum_fail : 1; //[18]
[all …]