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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.c70 u32 next_stag_index = 0; local
74 get_random_bytes(&next_stag_index, sizeof(next_stag_index));
75 stag_key = (u8)next_stag_index;
79 next_stag_index >>= 8;
80 next_stag_index %= nesadapter->max_mr;
83 nesadapter->max_mr, &stag_index, &next_stag_index);
384 u32 next_stag_index; local
400 get_random_bytes(&next_stag_index, sizeof(next_stag_index));
2111 u32 next_stag_index = 0; local
2328 u32 next_stag_index; local
[all...]

Completed in 38 milliseconds