Searched refs:gid_entry_mb1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1256 struct mlx4_roce_gid_entry *gid_entry_tbl, *gid_entry_mbox, *gid_entry_mb1; local
1352 gid_entry_mb1 = gid_entry_mbox + 1;
1353 for (j = i + 1; j < num_gids; gid_entry_mb1++, j++) {
1354 if (!memcmp(gid_entry_mb1->raw,
1357 if (!memcmp(gid_entry_mb1->raw, gid_entry_mbox->raw,

Completed in 106 milliseconds