MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mlx5_devx_uar_release

Function mlx5_devx_uar_release

dpdk/drivers/common/mlx5/mlx5_common.c:1383–1389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1381}
1382
1383void
1384mlx5_devx_uar_release(struct mlx5_uar *uar)
1385{
1386 if (uar->obj != NULL)
1387 mlx5_glue->devx_free_uar(uar->obj);
1388 memset(uar, 0, sizeof(*uar));
1389}
1390
1391int
1392mlx5_devx_uar_prepare(struct mlx5_common_device *cdev, struct mlx5_uar *uar)

Callers 7

mlx5_crypto_dev_probeFunction · 0.85
mlx5_crypto_dev_removeFunction · 0.85
mlx5_rxtx_uars_prepareFunction · 0.85
mlx5_rxtx_uars_releaseFunction · 0.85
mlx5_compress_dev_removeFunction · 0.85
mlx5_regex_dev_removeFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected