Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/message/fusion/
Dmptlan.c104 struct BufferControl *SendCtl; /* Send BufferControl structs */ member
403 priv->SendCtl = kcalloc(priv->tx_max_out, sizeof(struct BufferControl), in mpt_lan_open()
405 if (priv->SendCtl == NULL) in mpt_lan_open()
452 kfree(priv->SendCtl); in mpt_lan_open()
453 priv->SendCtl = NULL; in mpt_lan_open()
533 if (priv->SendCtl[i].skb != NULL) { in mpt_lan_close()
534 pci_unmap_single(mpt_dev->pcidev, priv->SendCtl[i].dma, in mpt_lan_close()
535 priv->SendCtl[i].len, in mpt_lan_close()
537 dev_kfree_skb(priv->SendCtl[i].skb); in mpt_lan_close()
541 kfree(priv->SendCtl); in mpt_lan_close()
[all …]