Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan.c49 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()
Dwilc_wfi_netdevice.h158 struct txq_entry_t txq_head; member
Dlinux_wlan.c1068 INIT_LIST_HEAD(&wl->txq_head.list); in wilc_netdev_init()