| /linux/crypto/asymmetric_keys/ |
| H A D | mscode_parser.c | 20 int mscode_parse(void *_ctx, const void *content_data, size_t data_len, in mscode_parse() argument 23 struct pefile_context *ctx = _ctx; in mscode_parse()
|
| H A D | verify_pefile.h | 36 extern int mscode_parse(void *_ctx, const void *content_data, size_t data_len,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | xdp.c | 187 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_timestamp() local 189 if (unlikely(!mlx5e_rx_hw_stamp(_ctx->rq->hwtstamp_config))) in mlx5e_xdp_rx_timestamp() 192 *timestamp = mlx5e_cqe_ts_to_ns(_ctx->rq->ptp_cyc2time, in mlx5e_xdp_rx_timestamp() 193 _ctx->rq->clock, get_cqe_ts(_ctx->cqe)); in mlx5e_xdp_rx_timestamp() 247 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_hash() local 248 const struct mlx5_cqe64 *cqe = _ctx->cqe; in mlx5e_xdp_rx_hash() 251 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash() 269 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_vlan_tag() local 270 const struct mlx5_cqe64 *cqe = _ctx->cqe; in mlx5e_xdp_rx_vlan_tag()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgroup_getset_retval_hooks.c | 8 int name(struct ctx *_ctx) \
|
| /linux/drivers/clk/samsung/ |
| H A D | clk-exynos5-subcmu.c | 58 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init() argument 61 ctx = _ctx; in exynos5_subcmus_init()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-csc-scaler.c | 85 static void job_abort(void *_ctx) in job_abort() argument 87 struct ipu_csc_scaler_ctx *ctx = _ctx; in job_abort() 93 static void ipu_ic_pp_complete(struct ipu_image_convert_run *run, void *_ctx) in ipu_ic_pp_complete() argument 95 struct ipu_csc_scaler_ctx *ctx = _ctx; in ipu_ic_pp_complete() 116 static void device_run(void *_ctx) in device_run() argument 118 struct ipu_csc_scaler_ctx *ctx = _ctx; in device_run()
|
| /linux/include/linux/ |
| H A D | filter.h | 1756 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1768 _ctx->selected_sk = _selected_sk; \ 1769 _ctx->no_reuseport = _no_reuseport; \ 1771 _ret = func(_prog, _ctx); \ 1772 if (_ret == SK_PASS && _ctx->selected_sk) { \ 1774 _selected_sk = _ctx->selected_sk; \ 1775 _no_reuseport = _ctx->no_reuseport; \ 1781 _ctx->selected_sk = _selected_sk; \ 1782 _ctx->no_reuseport = _no_reuseport; \
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_rx.c | 645 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_timestamp() local 647 if (unlikely(_ctx->ring->hwtstamp_rx_filter != HWTSTAMP_FILTER_ALL)) in mlx4_en_xdp_rx_timestamp() 650 *timestamp = mlx4_en_get_hwtstamp(_ctx->mdev, in mlx4_en_xdp_rx_timestamp() 651 mlx4_en_get_cqe_ts(_ctx->cqe)); in mlx4_en_xdp_rx_timestamp() 658 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_hash() local 659 struct mlx4_cqe *cqe = _ctx->cqe; in mlx4_en_xdp_rx_hash() 663 if (unlikely(!(_ctx->dev->features & NETIF_F_RXHASH))) in mlx4_en_xdp_rx_hash()
|
| /linux/drivers/net/ |
| H A D | veth.c | 1668 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local 1670 if (!_ctx->skb) in veth_xdp_rx_timestamp() 1673 *timestamp = skb_hwtstamps(_ctx->skb)->hwtstamp; in veth_xdp_rx_timestamp() 1680 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local 1681 struct sk_buff *skb = _ctx->skb; in veth_xdp_rx_hash() 1695 const struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_vlan_tag() local 1696 const struct sk_buff *skb = _ctx->skb; in veth_xdp_rx_vlan_tag()
|
| H A D | virtio_net.c | 6728 static int virtnet_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in virtnet_xdp_rx_hash() argument 6731 const struct xdp_buff *xdp = (void *)_ctx; in virtnet_xdp_rx_hash()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 194 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument 195 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \ 196 ++(_i), ++(_ctx))
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_rx_dqo.c | 519 int gve_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in gve_xdp_rx_timestamp() argument 521 const struct gve_xdp_buff *ctx = (void *)_ctx; in gve_xdp_rx_timestamp()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 1143 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 7047 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash() argument 7050 const struct igc_xdp_buff *ctx = (void *)_ctx; in igc_xdp_rx_hash() 7061 static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in igc_xdp_rx_timestamp() argument 7063 const struct igc_xdp_buff *ctx = (void *)_ctx; in igc_xdp_rx_timestamp()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 7633 static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in stmmac_xdp_rx_timestamp() argument 7635 const struct stmmac_xdp_buff *ctx = (void *)_ctx; in stmmac_xdp_rx_timestamp()
|