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

/freebsd-current/sys/dev/mthca/
H A Dmthca_mcg.c40 __be32 next_gid_index; member in struct:mthca_mgm
110 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
197 mgm->next_gid_index = cpu_to_be32(index << 6);
268 int amgm_index_to_free = be32_to_cpu(mgm->next_gid_index) >> 6;
290 int curr_next_index = be32_to_cpu(mgm->next_gid_index) >> 6;
297 mgm->next_gid_index = cpu_to_be32(curr_next_index << 6);
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c745 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
1184 mgm->next_gid_index = cpu_to_be32(index << 6);
1285 int amgm_index = be32_to_cpu(mgm->next_gid_index) >> 6;
1307 int cur_next_index = be32_to_cpu(mgm->next_gid_index) >> 6;
1312 mgm->next_gid_index = cpu_to_be32(cur_next_index << 6);
H A Dmlx4.h611 __be32 next_gid_index; member in struct:mlx4_mgm

Completed in 138 milliseconds