Searched defs:rx_attention (Results 1 – 2 of 2) sorted by relevance
125 struct rx_attention { struct126 u32 first_mpdu : 1; //[0]127 u32 last_mpdu : 1; //[1]128 u32 reserved1 : 6; //[7:2]129 u32 mgmt_type : 1; //[8]130 u32 ctrl_type : 1; //[9]131 u32 reserved2 : 6; //[15:10]132 u32 overflow_err : 1; //[16]133 u32 msdu_length_err : 1; //[17]134 u32 tcp_udp_chksum_fail : 1; //[18][all …]
129 struct rx_attention { struct130 u32 first_mpdu : 1; //[0]131 u32 last_mpdu : 1; //[1]132 u32 reserved1 : 6; //[7:2]133 u32 mgmt_type : 1; //[8]134 u32 ctrl_type : 1; //[9]135 u32 reserved2 : 6; //[15:10]136 u32 overflow_err : 1; //[16]137 u32 msdu_length_err : 1; //[17]138 u32 tcp_udp_chksum_fail : 1; //[18][all …]