Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptlan.c402 if (priv->SendCtl == NULL) in mpt_lan_open()
449 kfree(priv->SendCtl); in mpt_lan_open()
450 priv->SendCtl = NULL; in mpt_lan_open()
532 priv->SendCtl[i].dma, in mpt_lan_close()
538 kfree(priv->SendCtl); in mpt_lan_close()
575 sent = priv->SendCtl[ctx].skb; in mpt_lan_send_turbo()
584 priv->SendCtl[ctx].skb = NULL; in mpt_lan_send_turbo()
643 sent = priv->SendCtl[ctx].skb; in mpt_lan_send_reply()
652 priv->SendCtl[ctx].dma, in mpt_lan_send_reply()
727 priv->SendCtl[ctx].skb = skb; in mpt_lan_sdu_send()
[all …]