Searched refs:ucmd_hdr (Results 1 – 1 of 1) sorted by relevance
3798 struct mlx5_ib_create_flow *ucmd = NULL, ucmd_hdr; in mlx5_ib_create_flow() local3804 min_ucmd_sz = offsetof(typeof(ucmd_hdr), reserved) + in mlx5_ib_create_flow()3805 sizeof(ucmd_hdr.reserved); in mlx5_ib_create_flow()3809 err = ib_copy_from_udata(&ucmd_hdr, udata, min_ucmd_sz); in mlx5_ib_create_flow()3814 if (ucmd_hdr.ncounters_data > 1) in mlx5_ib_create_flow()3819 ucmd_hdr.ncounters_data; in mlx5_ib_create_flow()