Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c65 struct txq_entry_t *txq_head; member
143 if (tqe == p->txq_head) { in wilc_wlan_txq_remove()
145 p->txq_head = tqe->next; in wilc_wlan_txq_remove()
146 if (p->txq_head) in wilc_wlan_txq_remove()
147 p->txq_head->prev = NULL; in wilc_wlan_txq_remove()
169 if (p->txq_head) { in wilc_wlan_txq_remove_from_head()
170 tqe = p->txq_head; in wilc_wlan_txq_remove_from_head()
171 p->txq_head = tqe->next; in wilc_wlan_txq_remove_from_head()
172 if (p->txq_head) in wilc_wlan_txq_remove_from_head()
173 p->txq_head->prev = NULL; in wilc_wlan_txq_remove_from_head()
[all …]