/Linux-v6.6/crypto/ |
D | aria_generic.c | 250 void aria_encrypt(void *_ctx, u8 *out, const u8 *in) in aria_encrypt() 258 void aria_decrypt(void *_ctx, u8 *out, const u8 *in) in aria_decrypt()
|
/Linux-v6.6/drivers/staging/media/imx/ |
D | imx-media-csc-scaler.c | 82 static void job_abort(void *_ctx) in job_abort() 90 static void ipu_ic_pp_complete(struct ipu_image_convert_run *run, void *_ctx) in ipu_ic_pp_complete() 113 static void device_run(void *_ctx) in device_run()
|
/Linux-v6.6/crypto/asymmetric_keys/ |
D | mscode_parser.c | 20 int mscode_parse(void *_ctx, const void *content_data, size_t data_len, in mscode_parse()
|
/Linux-v6.6/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 570 #define QLA_DFS_ROOT_CREATE_FILE(_name, _perm, _ctx) \ argument 586 #define QLA_DFS_CREATE_FILE(_struct, _name, _perm, _parent, _ctx) \ argument
|
/Linux-v6.6/drivers/clk/samsung/ |
D | clk-exynos5-subcmu.c | 58 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.c | 180 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_timestamp() local 240 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_hash() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | en_rx.c | 674 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_timestamp() local 687 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_hash() local
|
/Linux-v6.6/drivers/scsi/cxlflash/ |
D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/Linux-v6.6/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 164 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry()
|
/Linux-v6.6/drivers/net/ |
D | veth.c | 1715 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local 1727 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 192 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument
|
/Linux-v6.6/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 6668 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash() 6682 static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in igc_xdp_rx_timestamp()
|
/Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 446 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 2373 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan()
|
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 7271 static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in stmmac_xdp_rx_timestamp()
|