search for: tirc

Displaying 1 result from an estimated 1 matches for "tirc".

Did you mean: irc
2020 Jul 16
0
[PATCH vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
...0xfc, 0xa2, 0x83, 0x19, 0xdb, 0x1a, 0x3e, 0x94, > + 0x6b, 0x9e, 0x38, 0xd9, 0x2c, 0x9c, 0x03, 0xd1, > + 0xad, 0x99, 0x44, 0xa7, 0xd9, 0x56, 0x3d, 0x59, > + 0x06, 0x3c, 0x25, 0xf3, 0xfc, 0x1f, 0xdc, 0x2a }; > + void *rss_key; > + void *outer; > + void *tirc; > + void *in; > + int err; > + > + in = kzalloc(MLX5_ST_SZ_BYTES(create_tir_in), GFP_KERNEL); > + if (!in) > + return -ENOMEM; > + > + MLX5_SET(create_tir_in, in, uid, ndev->mvdev.res.uid); > + tirc = MLX5_ADDR_OF(create_tir_in, in, ctx); > + MLX5_SET(tirc, tirc,...