| /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/tools/testing/selftests/bpf/progs/ |
| H A D | cgroup_getset_retval_hooks.c | 8 int name(struct ctx *_ctx) \
|
| /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/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 | 1658 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local 1660 if (!_ctx->skb) in veth_xdp_rx_timestamp() 1663 *timestamp = skb_hwtstamps(_ctx->skb)->hwtstamp; in veth_xdp_rx_timestamp() 1670 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local 1671 struct sk_buff *skb = _ctx->skb; in veth_xdp_rx_hash() 1685 const struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_vlan_tag() local 1686 const struct sk_buff *skb = _ctx->skb; in veth_xdp_rx_vlan_tag()
|
| H A D | virtio_net.c | 6672 static int virtnet_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in virtnet_xdp_rx_hash() argument 6675 const struct xdp_buff *xdp = (void *)_ctx; in virtnet_xdp_rx_hash()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 192 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument 193 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \ 194 ++(_i), ++(_ctx))
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | sysfs.c | 164 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry() argument 177 vdentry->ctx = _ctx; in create_sysfs_entry()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_rx_dqo.c | 482 int gve_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in gve_xdp_rx_timestamp() argument 484 const struct gve_xdp_buff *ctx = (void *)_ctx; in gve_xdp_rx_timestamp()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ath9k.h | 446 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 1119 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 7030 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash() argument 7033 const struct igc_xdp_buff *ctx = (void *)_ctx; in igc_xdp_rx_hash() 7044 static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in igc_xdp_rx_timestamp() argument 7046 const struct igc_xdp_buff *ctx = (void *)_ctx; in igc_xdp_rx_timestamp()
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 2562 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan() argument 2564 struct mv88e6xxx_port_broadcast_sync_ctx *ctx = _ctx; in mv88e6xxx_port_broadcast_sync_vlan()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 7562 static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in stmmac_xdp_rx_timestamp() argument 7564 const struct stmmac_xdp_buff *ctx = (void *)_ctx; in stmmac_xdp_rx_timestamp()
|
| /linux/kernel/events/ |
| H A D | core.c | 820 #define for_each_epc(_epc, _ctx, _pmu, _event_type) \ argument 821 list_for_each_entry(_epc, &((_ctx)->pmu_ctx_list), pmu_ctx_entry) \
|