Searched defs:to_ctx (Results 1 – 5 of 5) sorted by relevance
136 struct mlx5e_tx_timeout_ctx *to_ctx; in mlx5e_tx_reporter_timeout_recover() local551 struct mlx5e_tx_timeout_ctx *to_ctx = ctx; in mlx5e_tx_reporter_timeout_dump() local653 struct mlx5e_tx_timeout_ctx to_ctx = {}; in mlx5e_reporter_tx_timeout() local
31 #define to_ctx(ctx) ((struct delta_mjpeg_ctx *)(ctx)->priv) macro
26 #define to_ctx(hdl) ((struct delta_ipc_ctx *)hdl) macro
27 #define to_ctx(__fh) container_of(__fh, struct delta_ctx, fh) macro
92 static struct qcom_iommu_ctx * to_ctx(struct qcom_iommu_domain *d, unsigned asid) in to_ctx() function