Searched refs:SendCtl (Results 1 – 1 of 1) sorted by relevance
101 struct BufferControl *SendCtl; /* Send BufferControl structs */ member399 priv->SendCtl = kzalloc_objs(struct BufferControl, priv->tx_max_out); in mpt_lan_open()400 if (priv->SendCtl == NULL) in mpt_lan_open()444 kfree(priv->SendCtl); in mpt_lan_open()445 priv->SendCtl = NULL; in mpt_lan_open()525 if (priv->SendCtl[i].skb != NULL) { in mpt_lan_close()527 priv->SendCtl[i].dma, in mpt_lan_close()528 priv->SendCtl[i].len, DMA_TO_DEVICE); in mpt_lan_close()529 dev_kfree_skb(priv->SendCtl[i].skb); in mpt_lan_close()533 kfree(priv->SendCtl); in mpt_lan_close()[all …]