Lines Matching refs:in_mod

131 	u32 in_mod;  in mlx4_set_port_mac_table()  local
140 in_mod = MLX4_SET_PORT_MAC_TABLE << 8 | port; in mlx4_set_port_mac_table()
142 err = mlx4_cmd(dev, mailbox->dma, in_mod, MLX4_SET_PORT_ETH_OPCODE, in mlx4_set_port_mac_table()
540 u32 in_mod; in mlx4_set_port_vlan_table() local
548 in_mod = MLX4_SET_PORT_VLAN_TABLE << 8 | port; in mlx4_set_port_vlan_table()
549 err = mlx4_cmd(dev, mailbox->dma, in_mod, MLX4_SET_PORT_ETH_OPCODE, in mlx4_set_port_vlan_table()
1332 static int mlx4_common_set_port(struct mlx4_dev *dev, int slave, u32 in_mod, in mlx4_common_set_port() argument
1354 port = in_mod & 0xff; in mlx4_common_set_port()
1355 in_modifier = in_mod >> 8; in mlx4_common_set_port()
1469 err = mlx4_cmd(dev, inbox->dma, in_mod & 0xffff, op_mod, in mlx4_common_set_port()
1476 return mlx4_cmd(dev, inbox->dma, in_mod & 0xffff, op_mod, in mlx4_common_set_port()
1614 u32 in_mod; in mlx4_SET_PORT_general() local
1632 in_mod = MLX4_SET_PORT_GENERAL << 8 | port; in mlx4_SET_PORT_general()
1633 err = mlx4_cmd(dev, mailbox->dma, in_mod, MLX4_SET_PORT_ETH_OPCODE, in mlx4_SET_PORT_general()
1648 u32 in_mod; in mlx4_SET_PORT_qpn_calc() local
1670 in_mod = MLX4_SET_PORT_RQP_CALC << 8 | port; in mlx4_SET_PORT_qpn_calc()
1671 err = mlx4_cmd(dev, mailbox->dma, in_mod, MLX4_SET_PORT_ETH_OPCODE, in mlx4_SET_PORT_qpn_calc()
1684 u32 in_mod; in mlx4_SET_PORT_user_mtu() local
1694 in_mod = MLX4_SET_PORT_GENERAL << 8 | port; in mlx4_SET_PORT_user_mtu()
1695 err = mlx4_cmd(dev, mailbox->dma, in_mod, MLX4_SET_PORT_ETH_OPCODE, in mlx4_SET_PORT_user_mtu()
1708 u32 in_mod; in mlx4_SET_PORT_user_mac() local
1718 in_mod = MLX4_SET_PORT_GENERAL << 8 | port; in mlx4_SET_PORT_user_mac()
1719 err = mlx4_cmd(dev, mailbox->dma, in_mod, MLX4_SET_PORT_ETH_OPCODE, in mlx4_SET_PORT_user_mac()
1732 u32 in_mod; in mlx4_SET_PORT_fcs_check() local
1745 in_mod = MLX4_SET_PORT_GENERAL << 8 | port; in mlx4_SET_PORT_fcs_check()
1746 err = mlx4_cmd(dev, mailbox->dma, in_mod, 1, MLX4_CMD_SET_PORT, in mlx4_SET_PORT_fcs_check()
1772 u32 in_mod; in mlx4_SET_PORT_VXLAN() local
1787 in_mod = MLX4_SET_PORT_VXLAN << 8 | port; in mlx4_SET_PORT_VXLAN()
1788 err = mlx4_cmd(dev, mailbox->dma, in_mod, MLX4_SET_PORT_ETH_OPCODE, in mlx4_SET_PORT_VXLAN()