Searched refs:mpt_txfidx (Results 1 – 1 of 1) sorted by relevance
95 int *mpt_txfidx; /* Free Tx Context list */ member397 priv->mpt_txfidx = kmalloc(priv->tx_max_out * sizeof(int), GFP_KERNEL); in mpt_lan_open()398 if (priv->mpt_txfidx == NULL) in mpt_lan_open()407 priv->mpt_txfidx[++priv->mpt_txfidx_tail] = i; in mpt_lan_open()427 /**/ dlprintk((" %xh", priv->mpt_txfidx[i])); in mpt_lan_open()454 kfree(priv->mpt_txfidx); in mpt_lan_open()455 priv->mpt_txfidx = NULL; in mpt_lan_open()541 kfree(priv->mpt_txfidx); in mpt_lan_close()602 priv->mpt_txfidx[++priv->mpt_txfidx_tail] = ctx; in mpt_lan_send_turbo()667 priv->mpt_txfidx[++priv->mpt_txfidx_tail] = ctx; in mpt_lan_send_reply()[all …]