/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | xdp.c | 162 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_timestamp() local 164 if (unlikely(!mlx5e_rx_hw_stamp(_ctx->rq->tstamp))) in mlx5e_xdp_rx_timestamp() 167 *timestamp = mlx5e_cqe_ts_to_ns(_ctx->rq->ptp_cyc2time, in mlx5e_xdp_rx_timestamp() 168 _ctx->rq->clock, get_cqe_ts(_ctx->cqe)); in mlx5e_xdp_rx_timestamp() 174 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_hash() local 176 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash() 179 *hash = be32_to_cpu(_ctx->cqe->rss_hash_result); in mlx5e_xdp_rx_hash()
|
/linux-6.3-rc2/crypto/asymmetric_keys/ |
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()
|
A D | verify_pefile.h | 36 extern int mscode_parse(void *_ctx, const void *content_data, size_t data_len,
|
/linux-6.3-rc2/drivers/scsi/cxlflash/ |
A D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/linux-6.3-rc2/crypto/ |
A D | aria_generic.c | 250 void aria_encrypt(void *_ctx, u8 *out, const u8 *in) in aria_encrypt() argument 252 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt() 258 void aria_decrypt(void *_ctx, u8 *out, const u8 *in) in aria_decrypt() argument 260 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | cgroup_getset_retval_hooks.c | 8 int name(struct ctx *_ctx) \
|
/linux-6.3-rc2/drivers/clk/samsung/ |
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-6.3-rc2/include/linux/ |
A D | filter.h | 1400 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1412 _ctx->selected_sk = _selected_sk; \ 1413 _ctx->no_reuseport = _no_reuseport; \ 1415 _ret = func(_prog, _ctx); \ 1416 if (_ret == SK_PASS && _ctx->selected_sk) { \ 1418 _selected_sk = _ctx->selected_sk; \ 1419 _no_reuseport = _ctx->no_reuseport; \ 1425 _ctx->selected_sk = _selected_sk; \ 1426 _ctx->no_reuseport = _no_reuseport; \
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | imx-media-csc-scaler.c | 82 static void job_abort(void *_ctx) in job_abort() argument 84 struct ipu_csc_scaler_ctx *ctx = _ctx; in job_abort() 90 static void ipu_ic_pp_complete(struct ipu_image_convert_run *run, void *_ctx) in ipu_ic_pp_complete() argument 92 struct ipu_csc_scaler_ctx *ctx = _ctx; in ipu_ic_pp_complete() 113 static void device_run(void *_ctx) in device_run() argument 115 struct ipu_csc_scaler_ctx *ctx = _ctx; in device_run()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_rx.c | 674 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_timestamp() local 676 if (unlikely(_ctx->ring->hwtstamp_rx_filter != HWTSTAMP_FILTER_ALL)) in mlx4_en_xdp_rx_timestamp() 679 *timestamp = mlx4_en_get_hwtstamp(_ctx->mdev, in mlx4_en_xdp_rx_timestamp() 680 mlx4_en_get_cqe_ts(_ctx->cqe)); in mlx4_en_xdp_rx_timestamp() 686 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_hash() local 688 if (unlikely(!(_ctx->dev->features & NETIF_F_RXHASH))) in mlx4_en_xdp_rx_hash() 691 *hash = be32_to_cpu(_ctx->cqe->immed_rss_invalid); in mlx4_en_xdp_rx_hash()
|
/linux-6.3-rc2/drivers/scsi/qla2xxx/ |
A D | qla_dfs.c | 560 #define QLA_DFS_ROOT_CREATE_FILE(_name, _perm, _ctx) \ argument 564 _perm, qla2x00_dfs_root, _ctx, \ 576 #define QLA_DFS_CREATE_FILE(_struct, _name, _perm, _parent, _ctx) \ argument 579 _perm, _parent, _ctx, \
|
/linux-6.3-rc2/drivers/net/ |
A D | veth.c | 1610 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local 1612 if (!_ctx->skb) in veth_xdp_rx_timestamp() 1615 *timestamp = skb_hwtstamps(_ctx->skb)->hwtstamp; in veth_xdp_rx_timestamp() 1621 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local 1623 if (!_ctx->skb) in veth_xdp_rx_hash() 1626 *hash = skb_get_hash(_ctx->skb); in veth_xdp_rx_hash()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_cmdbuf.c | 193 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument 194 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \ 195 ++(_i), ++(_ctx))
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/ |
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-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | ath9k.h | 446 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en.h | 1092 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | chip.c | 2420 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan() argument 2422 struct mv88e6xxx_port_broadcast_sync_ctx *ctx = _ctx; in mv88e6xxx_port_broadcast_sync_vlan()
|