Searched refs:reset_qkey_viols (Results 1 – 2 of 2) sorted by relevance
1257 int reset_qkey_viols; in mlx4_common_set_port() local1430 reset_qkey_viols = (*(u8 *) inbox->buf) & 0x40; in mlx4_common_set_port()1433 reset_qkey_viols = ((u8 *) inbox->buf)[3] & 0x1; in mlx4_common_set_port()1461 *(u8 *) inbox->buf |= !!reset_qkey_viols << 6; in mlx4_common_set_port()1464 ((u8 *) inbox->buf)[3] |= !!reset_qkey_viols; in mlx4_common_set_port()
982 static int mlx4_ib_SET_PORT(struct mlx4_ib_dev *dev, u8 port, int reset_qkey_viols, in mlx4_ib_SET_PORT() argument993 *(u8 *) mailbox->buf = !!reset_qkey_viols << 6; in mlx4_ib_SET_PORT()996 ((u8 *) mailbox->buf)[3] = !!reset_qkey_viols; in mlx4_ib_SET_PORT()