Home
last modified time | relevance | path

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

/linux-6.1.9/samples/bpf/
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-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.c852 u32 except_cnt; member
890 __CPY_LE32(except_cnt); in rtw89_btc_fbtc_cysta_to_cpu()
6048 u32 except_cnt, exception_map; in _show_error() local
6052 except_cnt = le32_to_cpu(pcysta->except_cnt); in _show_error()
6056 except_cnt = le32_to_cpu(pcysta_v1->except_cnt); in _show_error()
6060 if (pfwinfo->event[BTF_EVNT_BUF_OVERFLOW] == 0 && except_cnt == 0 && in _show_error()
6085 if (exception_map || except_cnt) { in _show_error()
6088 exception_map, except_cnt); in _show_error()
Dcore.h1664 __le32 except_cnt; member
1718 __le32 except_cnt; member