Searched refs:max_buckets_out (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/message/fusion/
H A Dmptlan.c106 int max_buckets_out; /* Max buckets to send to IOC */ member in struct:mpt_lan_priv
154 static u32 max_buckets_out = 127; variable
325 for (i = 0; i < priv->max_buckets_out; i++)
404 priv->mpt_rxfidx = kmalloc(priv->max_buckets_out * sizeof(int),
410 priv->RcvCtl = kcalloc(priv->max_buckets_out,
415 for (i = 0; i < priv->max_buckets_out; i++)
510 for (i = 0; i < priv->max_buckets_out; i++) {
945 // for (i = 0; i < priv->max_buckets_out; i++)
1157 buckets = (priv->max_buckets_out - curr);
1334 priv->max_buckets_out
[all...]

Completed in 61 milliseconds