Searched refs:fw_icm (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmain.c406 priv->fw.fw_icm = mlx4_alloc_icm(dev, priv->fw.fw_pages,
408 if (!priv->fw.fw_icm) {
413 err = mlx4_MAP_FA(dev, priv->fw.fw_icm);
431 mlx4_free_icm(dev, priv->fw.fw_icm, 0);
720 mlx4_free_icm(dev, mlx4_priv(dev)->fw.fw_icm, 0);
800 mlx4_free_icm(dev, priv->fw.fw_icm, 0);
H A Dmlx4.h157 struct mlx4_icm *fw_icm; member in struct:mlx4_fw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_main.c380 mdev->fw.arbel.fw_icm =
383 if (!mdev->fw.arbel.fw_icm) {
388 err = mthca_MAP_FA(mdev, mdev->fw.arbel.fw_icm, &status);
415 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0);
706 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0);
725 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0);
H A Dmthca_dev.h311 struct mthca_icm *fw_icm; member in struct:mthca_dev::__anon11639::__anon11641

Completed in 116 milliseconds