Searched defs:btf_fwinfo (Results 1 – 2 of 2) sorted by relevance
261 struct btf_fwinfo { struct262 u32 cnt_c2h; /* total c2h cnt */263 u32 cnt_h2c; /* total h2c cnt */264 u32 cnt_h2c_fail; /* total h2c fail cnt */265 u32 event[BTF_EVNT_MAX]; /* event statistics */267 u32 err[BTFRE_MAX]; /* counters for statistics */268 u32 len_mismch; /* req/rsp length mis match */269 u32 fver_mismch; /* req/rsp fver mis match */270 u32 rpt_en_map;272 struct btc_report_ctrl_state rpt_ctrl;[all …]