Home
last modified time | relevance | path

Searched refs:SendCtl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/message/fusion/
H A Dmptlan.c101 struct BufferControl *SendCtl; /* Send BufferControl structs */ member
400 priv->SendCtl = kcalloc(priv->tx_max_out, sizeof(struct BufferControl), in mpt_lan_open()
402 if (priv->SendCtl == NULL) in mpt_lan_open()
449 kfree(priv->SendCtl); in mpt_lan_open()
450 priv->SendCtl = NULL; in mpt_lan_open()
530 if (priv->SendCtl[i].skb != NULL) { in mpt_lan_close()
532 priv->SendCtl[i].dma, in mpt_lan_close()
533 priv->SendCtl[i].len, DMA_TO_DEVICE); in mpt_lan_close()
534 dev_kfree_skb(priv->SendCtl[i].skb); in mpt_lan_close()
538 kfree(priv->SendCtl); in mpt_lan_close()
[all …]