Searched refs:data_low_rx (Results 1 – 3 of 3) sorted by relevance
674 memset(priv->data_low_rx, 0, sizeof (priv->data_low_rx)); in islpci_alloc_memory()691 priv->data_low_rx[counter] = skb; in islpci_alloc_memory()759 if (priv->data_low_rx[counter]) in islpci_free_memory()760 dev_kfree_skb(priv->data_low_rx[counter]); in islpci_free_memory()761 priv->data_low_rx[counter] = NULL; in islpci_free_memory()
145 struct sk_buff *data_low_rx[ISL38XX_CB_RX_QSIZE]; member
312 skb = priv->data_low_rx[index]; in islpci_eth_receive()422 priv->data_low_rx[index] = skb; in islpci_eth_receive()