Searched refs:big_pow2 (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/net/myri10ge/
H A Dmyri10ge.c2358 int i, status, big_pow2, slice; local
2438 big_pow2 = dev->mtu + ETH_HLEN + VLAN_HLEN + MXGEFW_PAD;
2439 if (big_pow2 < MYRI10GE_ALLOC_SIZE / 2) {
2440 while (!is_power_of_2(big_pow2))
2441 big_pow2++;
2444 big_pow2 = MYRI10GE_ALLOC_SIZE;
2445 mgp->big_bytes = big_pow2;
2494 cmd.data0 = big_pow2;

Completed in 112 milliseconds