Home
last modified time | relevance | path

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

/linux/drivers/fwctl/mlx5/
H A Dmain.c18 struct mlx5ctl_uctx { struct
131 struct mlx5ctl_uctx *mfd = in mlx5ctl_open_uctx()
132 container_of(uctx, struct mlx5ctl_uctx, uctx); in mlx5ctl_open_uctx()
158 struct mlx5ctl_uctx *mfd = in mlx5ctl_close_uctx()
159 container_of(uctx, struct mlx5ctl_uctx, uctx); in mlx5ctl_close_uctx()
166 struct mlx5ctl_uctx *mfd = in mlx5ctl_info()
167 container_of(uctx, struct mlx5ctl_uctx, uctx); in mlx5ctl_info()
311 struct mlx5ctl_uctx *mfd = in mlx5ctl_fw_rpc()
312 container_of(uctx, struct mlx5ctl_uctx, uctx); in mlx5ctl_fw_rpc()
363 .uctx_size = sizeof(struct mlx5ctl_uctx),