Searched refs:lack_rxbuf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c400 struct fealnx_desc *lack_rxbuf; member in struct:netdev_private
1061 while (np->lack_rxbuf->skbuff)
1062 np->lack_rxbuf = np->lack_rxbuf->next_desc_logical;
1065 np->lack_rxbuf->skbuff = skb;
1066 np->lack_rxbuf->buffer = pci_map_single(np->pci_dev, skb->data,
1068 np->lack_rxbuf->status = RXOWN;
1233 np->lack_rxbuf = np->rx_ring;
1255 np->lack_rxbuf = &np->rx_ring[i];

Completed in 35 milliseconds