Searched refs:exception_cb (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dexceptions_ext.c19 __noinline int exception_cb(u64 cookie) function
31 __exception_cb(exception_cb)
39 __exception_cb(exception_cb)
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c185 fman_mac_exception_cb *exception_cb; member in struct:fman_mac
247 if (!tgec->exception_cb) {
248 pr_err("uninitialized exception_cb\n");
339 tgec->exception_cb(tgec->dev_id, FM_MAC_EX_10G_REM_FAULT);
341 tgec->exception_cb(tgec->dev_id, FM_MAC_EX_10G_LOC_FAULT);
343 tgec->exception_cb(tgec->dev_id, FM_MAC_EX_10G_TX_ECC_ER);
345 tgec->exception_cb(tgec->dev_id, FM_MAC_EX_10G_TX_FIFO_UNFL);
347 tgec->exception_cb(tgec->dev_id, FM_MAC_EX_10G_TX_FIFO_OVFL);
349 tgec->exception_cb(tgec->dev_id, FM_MAC_EX_10G_TX_ER);
351 tgec->exception_cb(tge
[all...]
H A Dfman_dtsec.c304 fman_mac_exception_cb *exception_cb; member in struct:fman_mac
510 if (!dtsec->exception_cb) {
511 pr_err("uninitialized exception_cb\n");
602 dtsec->exception_cb(dtsec->dev_id, FM_MAC_EX_1G_BAB_RX);
604 dtsec->exception_cb(dtsec->dev_id, FM_MAC_EX_1G_RX_CTL);
606 dtsec->exception_cb(dtsec->dev_id,
609 dtsec->exception_cb(dtsec->dev_id, FM_MAC_EX_1G_BAB_TX);
611 dtsec->exception_cb(dtsec->dev_id, FM_MAC_EX_1G_TX_CTL);
613 dtsec->exception_cb(dtsec->dev_id, FM_MAC_EX_1G_TX_ERR);
615 dtsec->exception_cb(dtse
[all...]
H A Dfman_mac.h176 fman_mac_exception_cb *exception_cb;/* Exception Callback Routine */ member in struct:fman_mac_params
H A Dfman_memac.c282 fman_mac_exception_cb *exception_cb; member in struct:fman_mac
424 if (!memac->exception_cb) {
480 memac->exception_cb(memac->dev_id, FM_MAC_EX_TS_FIFO_ECC_ERR);
482 memac->exception_cb(memac->dev_id, FM_MAC_EX_10G_TX_ECC_ER);
484 memac->exception_cb(memac->dev_id, FM_MAC_EX_10G_RX_ECC_ER);
506 memac->exception_cb(memac->dev_id,
1026 memac->exception_cb = params->exception_cb;
H A Dfman.c1218 ret = fman->exception_cb(fman, FMAN_EX_BMI_STORAGE_PROFILE_ECC);
1220 ret = fman->exception_cb(fman, FMAN_EX_BMI_LIST_RAM_ECC);
1222 ret = fman->exception_cb(fman, FMAN_EX_BMI_STATISTICS_RAM_ECC);
1224 ret = fman->exception_cb(fman, FMAN_EX_BMI_DISPATCH_RAM_ECC);
1247 ret = fman->exception_cb(fman, FMAN_EX_QMI_DOUBLE_ECC);
1249 ret = fman->exception_cb(fman,
1298 ret = fman->exception_cb(fman, FMAN_EX_DMA_SINGLE_PORT_ECC);
1300 ret = fman->exception_cb(fman, FMAN_EX_DMA_READ_ECC);
1302 ret = fman->exception_cb(fman, FMAN_EX_DMA_SYSTEM_WRITE_ECC);
1304 ret = fman->exception_cb(fma
[all...]
H A Dfman.h307 fman_exceptions_cb *exception_cb; member in struct:fman
H A Dmac.c310 params.exception_cb = mac_exception;
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1651 if (build_prologue(&ctx, was_classic, prog->aux->exception_cb)) {
1662 build_epilogue(&ctx, prog->aux->exception_cb);
1699 build_prologue(&ctx, was_classic, prog->aux->exception_cb);
1706 build_epilogue(&ctx, prog->aux->exception_cb);
/linux-master/include/linux/
H A Dbpf.h1460 bool exception_cb; member in struct:bpf_prog_aux
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c1296 bpf_is_subprog(bpf_prog), bpf_prog->aux->exception_cb);
/linux-master/kernel/bpf/
H A Dverifier.c19227 func[i]->aux->exception_cb = env->subprog_info[i].is_exception_cb;
20800 if (aux->func && aux->func[subprog]->aux->exception_cb) {

Completed in 331 milliseconds