Home
last modified time | relevance | path

Searched refs:reset_qkey_viols (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c1320 int reset_qkey_viols; in mlx4_common_set_port() local
1474 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()
/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c1034 int reset_qkey_viols, u32 cap_mask) in mlx4_ib_SET_PORT() argument
1044 *(u8 *) mailbox->buf = !!reset_qkey_viols << 6; in mlx4_ib_SET_PORT()
1047 ((u8 *) mailbox->buf)[3] = !!reset_qkey_viols; in mlx4_ib_SET_PORT()