/linux/crypto/ |
H A 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/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()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 541 #define QLA_DFS_ROOT_CREATE_FILE(_name, _perm, _ctx) \ argument 557 #define QLA_DFS_CREATE_FILE(_struct, _name, _perm, _parent, _ctx) \ argument
|
/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()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 677 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_timestamp() local 690 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_hash() local
|
/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/linux/drivers/net/ |
H A D | veth.c | 1616 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local 1628 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local 1643 const struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_vlan_tag() local
|
H A D | virtio_net.c | 6586 static int virtnet_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in virtnet_xdp_rx_hash()
|
/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()
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf.c | 192 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 6866 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash() 6880 static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in igc_xdp_rx_timestamp()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 447 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 7296 static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in stmmac_xdp_rx_timestamp()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 2544 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan()
|
/linux/kernel/events/ |
H A D | core.c | 722 #define for_each_epc(_epc, _ctx, _pmu, _cgroup) \ argument
|