Searched refs:fw_icm (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h427 struct mlx4_icm *fw_icm; member in struct:mlx4_fw
H A Dmlx4_main.c1474 priv->fw.fw_icm = mlx4_alloc_icm(dev, priv->fw.fw_pages,
1476 if (!priv->fw.fw_icm) {
1481 err = mlx4_MAP_FA(dev, priv->fw.fw_icm);
1499 mlx4_free_icm(dev, priv->fw.fw_icm, 0);
1911 mlx4_free_icm(dev, mlx4_priv(dev)->fw.fw_icm, 0);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_main.c352 mdev->fw.arbel.fw_icm =
355 if (!mdev->fw.arbel.fw_icm) {
360 err = mthca_MAP_FA(mdev, mdev->fw.arbel.fw_icm);
377 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0);
639 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0);
656 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0);
H A Dmthca_dev.h313 struct mthca_icm *fw_icm; member in struct:mthca_dev::__anon7260::__anon7262

Completed in 111 milliseconds