Searched refs:ucmd_hdr (Results 1 – 1 of 1) sorted by relevance
3527 struct mlx5_ib_create_flow *ucmd = NULL, ucmd_hdr; in mlx5_ib_create_flow() local3533 min_ucmd_sz = offsetof(typeof(ucmd_hdr), reserved) + in mlx5_ib_create_flow()3534 sizeof(ucmd_hdr.reserved); in mlx5_ib_create_flow()3538 err = ib_copy_from_udata(&ucmd_hdr, udata, min_ucmd_sz); in mlx5_ib_create_flow()3543 if (ucmd_hdr.ncounters_data > 1) in mlx5_ib_create_flow()3548 ucmd_hdr.ncounters_data; in mlx5_ib_create_flow()