Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/
Dmptlan.c104 struct BufferControl *SendCtl; /* Send BufferControl structs */ member
402 priv->SendCtl = kcalloc(priv->tx_max_out, sizeof(struct BufferControl), in mpt_lan_open()
404 if (priv->SendCtl == NULL) in mpt_lan_open()
451 kfree(priv->SendCtl); in mpt_lan_open()
452 priv->SendCtl = NULL; in mpt_lan_open()
532 if (priv->SendCtl[i].skb != NULL) { in mpt_lan_close()
533 pci_unmap_single(mpt_dev->pcidev, priv->SendCtl[i].dma, in mpt_lan_close()
534 priv->SendCtl[i].len, in mpt_lan_close()
536 dev_kfree_skb(priv->SendCtl[i].skb); in mpt_lan_close()
540 kfree(priv->SendCtl); in mpt_lan_close()
[all …]