Searched refs:txq_head (Results 1 – 3 of 3) sorted by relevance
49 if (!list_empty(&wilc->txq_head.list)) { in wilc_wlan_txq_remove_from_head()50 tqe = list_first_entry(&wilc->txq_head.list, struct txq_entry_t, in wilc_wlan_txq_remove_from_head()68 list_add_tail(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_tail()86 list_add(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_head()362 if (!list_empty(&wilc->txq_head.list)) in wilc_wlan_txq_get_first()363 tqe = list_first_entry(&wilc->txq_head.list, struct txq_entry_t, in wilc_wlan_txq_get_first()378 if (!list_is_last(&tqe->list, &wilc->txq_head.list)) in wilc_wlan_txq_get_next()
158 struct txq_entry_t txq_head; member
1068 INIT_LIST_HEAD(&wl->txq_head.list); in wilc_netdev_init()