Searched refs:data_low_rx (Results 1 – 3 of 3) sorted by relevance
686 memset(priv->data_low_rx, 0, sizeof (priv->data_low_rx)); in islpci_alloc_memory()703 priv->data_low_rx[counter] = skb; in islpci_alloc_memory()771 if (priv->data_low_rx[counter]) in islpci_free_memory()772 dev_kfree_skb(priv->data_low_rx[counter]); in islpci_free_memory()773 priv->data_low_rx[counter] = NULL; in islpci_free_memory()
157 struct sk_buff *data_low_rx[ISL38XX_CB_RX_QSIZE]; member
327 skb = priv->data_low_rx[index]; in islpci_eth_receive()438 priv->data_low_rx[index] = skb; in islpci_eth_receive()