Searched refs:SendCtl (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c108 struct BufferControl *SendCtl; /* Send BufferControl structs */ member in struct:mpt_lan_priv
411 priv->SendCtl = kcalloc(priv->tx_max_out, sizeof(struct BufferControl),
413 if (priv->SendCtl == NULL)
418 dlprintk((KERN_INFO MYNAM "@lo: Finished initializing SendCtl\n"));
460 kfree(priv->SendCtl);
461 priv->SendCtl = NULL;
541 if (priv->SendCtl[i].skb != NULL) {
542 pci_unmap_single(mpt_dev->pcidev, priv->SendCtl[i].dma,
543 priv->SendCtl[i].len,
545 dev_kfree_skb(priv->SendCtl[
[all...]

Completed in 90 milliseconds