Searched refs:mpt_txfidx (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.c95 int *mpt_txfidx; /* Free Tx Context list */ member in struct:mpt_lan_priv
390 priv->mpt_txfidx = kmalloc(priv->tx_max_out * sizeof(int), GFP_KERNEL);
391 if (priv->mpt_txfidx == NULL)
400 priv->mpt_txfidx[++priv->mpt_txfidx_tail] = i;
420 /**/ dlprintk((" %xh", priv->mpt_txfidx[i]));
447 kfree(priv->mpt_txfidx);
448 priv->mpt_txfidx = NULL;
534 kfree(priv->mpt_txfidx);
595 priv->mpt_txfidx[++priv->mpt_txfidx_tail] = ctx;
660 priv->mpt_txfidx[
[all...]

Completed in 122 milliseconds