Lines Matching refs:raw

89 		memset(table->roce_gids[i].raw, 0, MLX4_ROCE_GID_ENTRY_SIZE);  in mlx4_init_roce_gid_table()
627 memcpy(priv->port[port].gid_table.roce_gids[offset].raw, in mlx4_reset_roce_port_gids()
628 zgid_entry.raw, MLX4_ROCE_GID_ENTRY_SIZE); in mlx4_reset_roce_port_gids()
633 memcpy(gid_entry_mbox->raw, in mlx4_reset_roce_port_gids()
634 priv->port[port].gid_table.roce_gids[i].raw, in mlx4_reset_roce_port_gids()
778 if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, in mlx4_common_set_port()
783 if (!memcmp(gid_entry_mb1->raw, in mlx4_common_set_port()
784 zgid_entry.raw, sizeof(zgid_entry))) in mlx4_common_set_port()
786 if (!memcmp(gid_entry_mb1->raw, gid_entry_mbox->raw, in mlx4_common_set_port()
787 sizeof(gid_entry_mbox->raw))) { in mlx4_common_set_port()
803 if (!memcmp(gid_entry_tbl->raw, zgid_entry.raw, sizeof(zgid_entry))) in mlx4_common_set_port()
807 if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, in mlx4_common_set_port()
810 if (!memcmp(gid_entry_mbox->raw, gid_entry_tbl->raw, in mlx4_common_set_port()
811 sizeof(gid_entry_tbl->raw))) { in mlx4_common_set_port()
824 memcpy(priv->port[port].gid_table.roce_gids[offset].raw, in mlx4_common_set_port()
825 gid_entry_mbox->raw, MLX4_ROCE_GID_ENTRY_SIZE); in mlx4_common_set_port()
830 memcpy(gid_entry_mbox->raw, in mlx4_common_set_port()
831 priv->port[port].gid_table.roce_gids[i].raw, in mlx4_common_set_port()
1196 if (!memcmp(priv->port[port].gid_table.roce_gids[i].raw, gid, in mlx4_get_slave_from_roce_gid()
1285 memcpy(gid, priv->port[port].gid_table.roce_gids[slave_id].raw, in mlx4_get_roce_gid_from_slave()