Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 14 of 14) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c180 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_timestamp() local
182 if (unlikely(!mlx5e_rx_hw_stamp(_ctx->rq->tstamp))) in mlx5e_xdp_rx_timestamp()
185 *timestamp = mlx5e_cqe_ts_to_ns(_ctx->rq->ptp_cyc2time, in mlx5e_xdp_rx_timestamp()
186 _ctx->rq->clock, get_cqe_ts(_ctx->cqe)); in mlx5e_xdp_rx_timestamp()
240 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_hash() local
241 const struct mlx5_cqe64 *cqe = _ctx->cqe; in mlx5e_xdp_rx_hash()
244 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash()
262 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_vlan_tag() local
263 const struct mlx5_cqe64 *cqe = _ctx->cqe; in mlx5e_xdp_rx_vlan_tag()
/drivers/clk/samsung/
A Dclk-exynos5-subcmu.c59 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init() argument
62 ctx = _ctx; in exynos5_subcmus_init()
/drivers/staging/media/imx/
A Dimx-media-csc-scaler.c82 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()
/drivers/net/ethernet/mellanox/mlx4/
A Den_rx.c643 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_timestamp() local
645 if (unlikely(_ctx->ring->hwtstamp_rx_filter != HWTSTAMP_FILTER_ALL)) in mlx4_en_xdp_rx_timestamp()
648 *timestamp = mlx4_en_get_hwtstamp(_ctx->mdev, in mlx4_en_xdp_rx_timestamp()
649 mlx4_en_get_cqe_ts(_ctx->cqe)); in mlx4_en_xdp_rx_timestamp()
656 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_hash() local
657 struct mlx4_cqe *cqe = _ctx->cqe; in mlx4_en_xdp_rx_hash()
661 if (unlikely(!(_ctx->dev->features & NETIF_F_RXHASH))) in mlx4_en_xdp_rx_hash()
/drivers/scsi/qla2xxx/
A Dqla_dfs.c615 #define QLA_DFS_ROOT_CREATE_FILE(_name, _perm, _ctx) \ argument
619 _perm, qla2x00_dfs_root, _ctx, \
631 #define QLA_DFS_CREATE_FILE(_struct, _name, _perm, _parent, _ctx) \ argument
634 _perm, _parent, _ctx, \
/drivers/net/
A Dveth.c1653 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local
1655 if (!_ctx->skb) in veth_xdp_rx_timestamp()
1658 *timestamp = skb_hwtstamps(_ctx->skb)->hwtstamp; in veth_xdp_rx_timestamp()
1665 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local
1666 struct sk_buff *skb = _ctx->skb; in veth_xdp_rx_hash()
1680 const struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_vlan_tag() local
1681 const struct sk_buff *skb = _ctx->skb; in veth_xdp_rx_vlan_tag()
A Dvirtio_net.c6738 static int virtnet_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in virtnet_xdp_rx_hash() argument
6741 const struct xdp_buff *xdp = (void *)_ctx; in virtnet_xdp_rx_hash()
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cmdbuf.c192 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument
193 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \
194 ++(_i), ++(_ctx))
/drivers/infiniband/hw/mlx4/
A Dsysfs.c164 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()
/drivers/net/wireless/ath/ath9k/
A Dath9k.h446 #define ath_for_each_chanctx(_sc, _ctx) \ argument
/drivers/net/ethernet/mellanox/mlx5/core/
A Den.h1090 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
/drivers/net/ethernet/intel/igc/
A Digc_main.c7032 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash() argument
7035 const struct igc_xdp_buff *ctx = (void *)_ctx; in igc_xdp_rx_hash()
7046 static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in igc_xdp_rx_timestamp() argument
7048 const struct igc_xdp_buff *ctx = (void *)_ctx; in igc_xdp_rx_timestamp()
/drivers/net/dsa/mv88e6xxx/
A Dchip.c2562 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan() argument
2564 struct mv88e6xxx_port_broadcast_sync_ctx *ctx = _ctx; in mv88e6xxx_port_broadcast_sync_vlan()
/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c7434 static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in stmmac_xdp_rx_timestamp() argument
7436 const struct stmmac_xdp_buff *ctx = (void *)_ctx; in stmmac_xdp_rx_timestamp()

Completed in 92 milliseconds