Searched refs:inmod (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 303 u32 inmod = 0; in mlx4_en_dcbnl_ieee_getqcn() local 317 inmod = priv->port | ((1 << i) << 8) | in mlx4_en_dcbnl_ieee_getqcn() 321 inmod, MLX4_CONGESTION_CONTROL_GET_PARAMS, in mlx4_en_dcbnl_ieee_getqcn() 366 u32 inmod = 0; in mlx4_en_dcbnl_ieee_setqcn() local 382 inmod = priv->port | ((1 << i) << 8) | in mlx4_en_dcbnl_ieee_setqcn() 408 err = mlx4_cmd(priv->mdev->dev, mailbox_in_dma, inmod, in mlx4_en_dcbnl_ieee_setqcn() 429 u32 inmod = 0; in mlx4_en_dcbnl_ieee_getqcnstats() local 444 inmod = priv->port | ((1 << i) << 8) | in mlx4_en_dcbnl_ieee_getqcnstats() 447 mailbox_out->dma, inmod, in mlx4_en_dcbnl_ieee_getqcnstats()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mad.c | 834 u32 inmod = dev->counters[port_num - 1] & 0xffff; in iboe_process_mad() local 844 err = mlx4_cmd_box(dev->dev, 0, mailbox->dma, inmod, 0, in iboe_process_mad()
|