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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_dev.c685 memset(priv->data_low_rx, 0, sizeof (priv->data_low_rx));
702 priv->data_low_rx[counter] = skb;
770 if (priv->data_low_rx[counter])
771 dev_kfree_skb(priv->data_low_rx[counter]);
772 priv->data_low_rx[counter] = NULL;
H A Dislpci_dev.h156 struct sk_buff *data_low_rx[ISL38XX_CB_RX_QSIZE]; member in struct:__anon6152
H A Dislpci_eth.c334 skb = priv->data_low_rx[index];
445 priv->data_low_rx[index] = skb;

Completed in 70 milliseconds