Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/message/fusion/
Dmptlan.c100 struct BufferControl *RcvCtl; /* Receive BufferControl structs */ member
415 priv->RcvCtl = kcalloc(priv->max_buckets_out, in mpt_lan_open()
418 if (priv->RcvCtl == NULL) in mpt_lan_open()
516 if (priv->RcvCtl[i].skb != NULL) { in mpt_lan_close()
520 priv->RcvCtl[i].dma, in mpt_lan_close()
521 priv->RcvCtl[i].len, DMA_FROM_DEVICE); in mpt_lan_close()
522 dev_kfree_skb(priv->RcvCtl[i].skb); in mpt_lan_close()
526 kfree(priv->RcvCtl); in mpt_lan_close()
857 skb = priv->RcvCtl[ctx].skb; in mpt_lan_receive_post_turbo()
873 priv->RcvCtl[ctx].dma, in mpt_lan_receive_post_turbo()
[all …]