Searched refs:aux_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.c510 priv->fw.aux_icm = mlx4_alloc_icm(dev, aux_pages,
512 if (!priv->fw.aux_icm) {
517 err = mlx4_MAP_ICM_AUX(dev, priv->fw.aux_icm);
687 mlx4_free_icm(dev, priv->fw.aux_icm, 0);
712 mlx4_free_icm(dev, priv->fw.aux_icm, 0);
H A Dmlx4.h158 struct mlx4_icm *aux_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.c443 mdev->fw.arbel.aux_icm = mthca_alloc_icm(mdev, aux_pages,
445 if (!mdev->fw.arbel.aux_icm) {
450 err = mthca_MAP_ICM_AUX(mdev, mdev->fw.arbel.aux_icm, &status);
601 mthca_free_icm(mdev, mdev->fw.arbel.aux_icm, 0);
622 mthca_free_icm(mdev, mdev->fw.arbel.aux_icm, 0);
H A Dmthca_dev.h312 struct mthca_icm *aux_icm; member in struct:mthca_dev::__anon11639::__anon11641

Completed in 126 milliseconds