Home
last modified time | relevance | path

Searched refs:err_ctx (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c246 static int mlx5e_tx_reporter_recover_from_ctx(struct mlx5e_err_ctx *err_ctx) in mlx5e_tx_reporter_recover_from_ctx() argument
248 return err_ctx->recover(err_ctx->ctx); in mlx5e_tx_reporter_recover_from_ctx()
256 struct mlx5e_err_ctx *err_ctx = context; in mlx5e_tx_reporter_recover() local
258 return err_ctx ? mlx5e_tx_reporter_recover_from_ctx(err_ctx) : in mlx5e_tx_reporter_recover()
516 struct mlx5e_err_ctx *err_ctx, in mlx5e_tx_reporter_dump_from_ctx() argument
519 return err_ctx->dump(priv, fmsg, err_ctx->ctx); in mlx5e_tx_reporter_dump_from_ctx()
527 struct mlx5e_err_ctx *err_ctx = context; in mlx5e_tx_reporter_dump() local
529 return err_ctx ? mlx5e_tx_reporter_dump_from_ctx(priv, err_ctx, fmsg) : in mlx5e_tx_reporter_dump()
537 struct mlx5e_err_ctx err_ctx = {}; in mlx5e_reporter_tx_err_cqe() local
539 err_ctx.ctx = sq; in mlx5e_reporter_tx_err_cqe()
[all …]
H A Dreporter_rx.c206 static int mlx5e_rx_reporter_recover_from_ctx(struct mlx5e_err_ctx *err_ctx) in mlx5e_rx_reporter_recover_from_ctx() argument
208 return err_ctx->recover(err_ctx->ctx); in mlx5e_rx_reporter_recover_from_ctx()
216 struct mlx5e_err_ctx *err_ctx = context; in mlx5e_rx_reporter_recover() local
218 return err_ctx ? mlx5e_rx_reporter_recover_from_ctx(err_ctx) : in mlx5e_rx_reporter_recover()
592 struct mlx5e_err_ctx *err_ctx, in mlx5e_rx_reporter_dump_from_ctx() argument
595 return err_ctx->dump(priv, fmsg, err_ctx->ctx); in mlx5e_rx_reporter_dump_from_ctx()
603 struct mlx5e_err_ctx *err_ctx = context; in mlx5e_rx_reporter_dump() local
605 return err_ctx ? mlx5e_rx_reporter_dump_from_ctx(priv, err_ctx, fmsg) : in mlx5e_rx_reporter_dump()
614 struct mlx5e_err_ctx err_ctx = {}; in mlx5e_reporter_rx_timeout() local
617 err_ctx.ctx = rq; in mlx5e_reporter_rx_timeout()
[all …]
H A Dhealth.h51 struct mlx5e_err_ctx *err_ctx);
/linux/drivers/edac/
H A Dthunderx_edac.c203 struct lmc_err_ctx err_ctx[RING_ENTRIES]; member
544 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr()
545 struct lmc_err_ctx *ctx = &lmc->err_ctx[head]; in thunderx_lmc_err_isr()
588 ARRAY_SIZE(lmc->err_ctx))) { in thunderx_lmc_threaded_isr()
589 tail = ring_pos(lmc->ring_tail, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_threaded_isr()
591 ctx = &lmc->err_ctx[tail]; in thunderx_lmc_threaded_isr()
1748 struct l2c_err_ctx err_ctx[RING_ENTRIES]; member
1759 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr()
1760 struct l2c_err_ctx *ctx = &tad->err_ctx[head]; in thunderx_l2c_tad_isr()
1791 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx)); in thunderx_l2c_cbc_isr()
[all …]
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_context.c99 goto err_ctx; in live_context()
105 err_ctx: in live_context()
/linux/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c930 goto err_ctx; in hva_h264_open()
978 err_ctx: in hva_h264_open()
H A Dhva-v4l2.c1041 goto err_ctx; in hva_start_streaming()
1046 err_ctx: in hva_start_streaming()
/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c649 goto err_ctx; in mxc_isi_m2m_open()
655 err_ctx: in mxc_isi_m2m_open()
/linux/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c773 goto err_ctx; in ipu_csc_scaler_open()
792 err_ctx: in ipu_csc_scaler_open()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c1941 goto err_ctx; in preempt_client_init()
1945 err_ctx: in preempt_client_init()
3681 goto err_ctx; in live_preempt_smoke()
3687 goto err_ctx; in live_preempt_smoke()
3691 goto err_ctx; in live_preempt_smoke()
3694 err_ctx: in live_preempt_smoke()
H A Dselftest_hangcheck.c58 goto err_ctx; in hang_init()
91 err_ctx: in hang_init()
/linux/drivers/infiniband/hw/irdma/
H A Dhw.c1062 goto err_ctx; in irdma_create_cqp()
1092 goto err_ctx; in irdma_create_cqp()
1103 goto err_ctx; in irdma_create_cqp()
1117 err_ctx: in irdma_create_cqp()
/linux/fs/
H A Daio.c806 goto err_ctx; in ioctx_alloc()
827 err_ctx: in ioctx_alloc()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1636 goto err_ctx; in i915_gem_create_context()
1694 err_ctx: in i915_gem_create_context()
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c3872 goto err_ctx; in i915_perf_open_ioctl_locked()
3878 goto err_ctx; in i915_perf_open_ioctl_locked()
3924 err_ctx: in i915_perf_open_ioctl_locked()
/linux/drivers/net/
H A Dvirtio_net.c6407 goto err_ctx; in virtnet_find_vqs()
6450 err_ctx: in virtnet_find_vqs()