Home
last modified time | relevance | path

Searched defs:to_ctx (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c136 struct mlx5e_tx_timeout_ctx *to_ctx; in mlx5e_tx_reporter_timeout_recover() local
551 struct mlx5e_tx_timeout_ctx *to_ctx = ctx; in mlx5e_tx_reporter_timeout_dump() local
653 struct mlx5e_tx_timeout_ctx to_ctx = {}; in mlx5e_reporter_tx_timeout() local
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-dec.c31 #define to_ctx(ctx) ((struct delta_mjpeg_ctx *)(ctx)->priv) macro
H A Ddelta-ipc.c26 #define to_ctx(hdl) ((struct delta_ipc_ctx *)hdl) macro
H A Ddelta-v4l2.c27 #define to_ctx(__fh) container_of(__fh, struct delta_ctx, fh) macro
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c92 static struct qcom_iommu_ctx * to_ctx(struct qcom_iommu_domain *d, unsigned asid) in to_ctx() function