Searched refs:reset_qkey_viols (Results 1 – 2 of 2) sorted by relevance
1340 int reset_qkey_viols; in mlx4_common_set_port() local1494 reset_qkey_viols = (*(u8 *) inbox->buf) & 0x40; in mlx4_common_set_port()1497 reset_qkey_viols = ((u8 *) inbox->buf)[3] & 0x1; in mlx4_common_set_port()1525 *(u8 *) inbox->buf |= !!reset_qkey_viols << 6; in mlx4_common_set_port()1528 ((u8 *) inbox->buf)[3] |= !!reset_qkey_viols; in mlx4_common_set_port()
1037 int reset_qkey_viols, u32 cap_mask) in mlx4_ib_SET_PORT() argument1047 *(u8 *) mailbox->buf = !!reset_qkey_viols << 6; in mlx4_ib_SET_PORT()1050 ((u8 *) mailbox->buf)[3] = !!reset_qkey_viols; in mlx4_ib_SET_PORT()