Searched refs:new_cap_mask (Results 1 – 2 of 2) sorted by relevance
1332 __be32 new_cap_mask; in mlx4_common_set_port() local1475 new_cap_mask = ((__be32 *) inbox->buf)[2]; in mlx4_common_set_port()1478 new_cap_mask = ((__be32 *) inbox->buf)[1]; in mlx4_common_set_port()1483 (be32_to_cpu(new_cap_mask) & MLX4_PORT_CAP_IS_SM)) in mlx4_common_set_port()1488 (be32_to_cpu(new_cap_mask) & MLX4_PORT_CAP_DEV_MGMT_SUP)) in mlx4_common_set_port()1494 priv->mfunc.master.slave_state[slave].ib_cap_mask[port] = new_cap_mask; in mlx4_common_set_port()
75 __be32 new_cap_mask; /* new capability mask */ member