Lines Matching defs:wcn36xx_pdu
41 struct wcn36xx_pdu { struct
42 u32 dpu_fb:8;
43 u32 adu_fb:8;
44 u32 pdu_id:16;
47 u32 tail_pdu_idx:16;
48 u32 head_pdu_idx:16;
51 u32 pdu_count:7;
52 u32 mpdu_data_off:9;
53 u32 mpdu_header_off:8;
54 u32 mpdu_header_len:8;
57 u32 reserved4:8;
58 u32 tid:4;
59 u32 bd_ssn:2;
83 struct wcn36xx_pdu pdu; argument