Searched refs:txq_head (Results 1 – 1 of 1) sorted by relevance
65 struct txq_entry_t *txq_head; member143 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 …]