Home
last modified time | relevance | path

Searched refs:rxq_head (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c73 struct rxq_entry_t *rxq_head; member
603 if (p->rxq_head == NULL) { in wilc_wlan_rxq_add()
606 p->rxq_head = rqe; in wilc_wlan_rxq_add()
625 if (p->rxq_head) { in wilc_wlan_rxq_remove()
629 rqe = p->rxq_head; in wilc_wlan_rxq_remove()
630 p->rxq_head = p->rxq_head->next; in wilc_wlan_rxq_remove()