Lines Matching refs:mailbox_out
546 struct mlx4_cmd_mailbox *mailbox_out = NULL; in mlx4_en_dcbnl_ieee_getqcn() local
554 mailbox_out = mlx4_alloc_cmd_mailbox(priv->mdev->dev); in mlx4_en_dcbnl_ieee_getqcn()
555 if (IS_ERR(mailbox_out)) in mlx4_en_dcbnl_ieee_getqcn()
559 mailbox_out->buf; in mlx4_en_dcbnl_ieee_getqcn()
565 mailbox_out->dma, in mlx4_en_dcbnl_ieee_getqcn()
571 mlx4_free_cmd_mailbox(priv->mdev->dev, mailbox_out); in mlx4_en_dcbnl_ieee_getqcn()
600 mlx4_free_cmd_mailbox(priv->mdev->dev, mailbox_out); in mlx4_en_dcbnl_ieee_getqcn()
672 struct mlx4_cmd_mailbox *mailbox_out = NULL; in mlx4_en_dcbnl_ieee_getqcnstats() local
680 mailbox_out = mlx4_alloc_cmd_mailbox(priv->mdev->dev); in mlx4_en_dcbnl_ieee_getqcnstats()
681 if (IS_ERR(mailbox_out)) in mlx4_en_dcbnl_ieee_getqcnstats()
686 mailbox_out->buf; in mlx4_en_dcbnl_ieee_getqcnstats()
692 mailbox_out->dma, inmod, in mlx4_en_dcbnl_ieee_getqcnstats()
698 mlx4_free_cmd_mailbox(priv->mdev->dev, mailbox_out); in mlx4_en_dcbnl_ieee_getqcnstats()
706 mlx4_free_cmd_mailbox(priv->mdev->dev, mailbox_out); in mlx4_en_dcbnl_ieee_getqcnstats()