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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c99 int *mpt_txfidx; /* Free Tx Context list */ member in struct:mpt_lan_priv
406 priv->mpt_txfidx = kmalloc(priv->tx_max_out * sizeof(int), GFP_KERNEL);
407 if (priv->mpt_txfidx == NULL)
416 priv->mpt_txfidx[++priv->mpt_txfidx_tail] = i;
436 /**/ dlprintk((" %xh", priv->mpt_txfidx[i]));
463 kfree(priv->mpt_txfidx);
464 priv->mpt_txfidx = NULL;
550 kfree(priv->mpt_txfidx);
620 priv->mpt_txfidx[++priv->mpt_txfidx_tail] = ctx;
685 priv->mpt_txfidx[
[all...]

Completed in 44 milliseconds