Home
last modified time | relevance | path

Searched refs:except_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/samples/bpf/
H A Dxdp_sample_user.c135 } except_cnt; member
943 out->except_cnt.hits = sum; in stats_get_exception_cnt()
1160 str = out->except_cnt.hits ? "xdp_exception total" : in stats_print()
1163 print_err(out->except_cnt.hits, " %-20s " FMT_COLUMNl "\n", str, in stats_print()
1164 HITS(out->except_cnt.hits)); in stats_print()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c8964 u32 except_cnt, exception_map; in _show_error() local
8969 except_cnt = le32_to_cpu(pcysta->v2.except_cnt); in _show_error()
8973 except_cnt = le32_to_cpu(pcysta->v3.except_cnt); in _show_error()
8977 except_cnt = pcysta->v4.except_cnt; in _show_error()
8981 except_cnt = pcysta->v5.except_cnt; in _show_error()
8985 except_cnt = pcysta->v7.except_cnt; in _show_error()
8991 if (pfwinfo->event[BTF_EVNT_BUF_OVERFLOW] == 0 && except_cnt == 0 && in _show_error()
9016 if (exception_map || except_cnt) { in _show_error()
9019 exception_map, except_cnt); in _show_error()