Searched refs:txq_head (Results 1 – 3 of 3) sorted by relevance
47 if (!list_empty(&wilc->txq_head.list)) { in wilc_wlan_txq_remove_from_head()48 tqe = list_first_entry(&wilc->txq_head.list, struct txq_entry_t, in wilc_wlan_txq_remove_from_head()66 list_add_tail(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_tail()84 list_add(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_head()343 if (!list_empty(&wilc->txq_head.list)) in wilc_wlan_txq_get_first()344 tqe = list_first_entry(&wilc->txq_head.list, struct txq_entry_t, in wilc_wlan_txq_get_first()359 if (!list_is_last(&tqe->list, &wilc->txq_head.list)) in wilc_wlan_txq_get_next()
248 struct txq_entry_t txq_head; member
1749 INIT_LIST_HEAD(&wl->txq_head.list); in wilc_cfg80211_init()