Searched refs:reset_qkey_viols (Results 1 – 1 of 1) sorted by relevance
1320 int reset_qkey_viols; in mlx4_common_set_port() local1474 reset_qkey_viols = (*(u8 *) inbox->buf) & 0x40; in mlx4_common_set_port()1477 reset_qkey_viols = ((u8 *) inbox->buf)[3] & 0x1; in mlx4_common_set_port()1505 *(u8 *) inbox->buf |= !!reset_qkey_viols << 6; in mlx4_common_set_port()1508 ((u8 *) inbox->buf)[3] |= !!reset_qkey_viols; in mlx4_common_set_port()