Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c65 struct txq_entry_t *txq_head;
66 struct txq_entry_t *txq_tail;
139 static void wilc_wlan_txq_remove(struct txq_entry_t *tqe) in wilc_wlan_txq_remove()
162 static struct txq_entry_t *wilc_wlan_txq_remove_from_head(void) in wilc_wlan_txq_remove_from_head()
164 struct txq_entry_t *tqe; in wilc_wlan_txq_remove_from_head()
187 static void wilc_wlan_txq_add_to_tail(struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_tail()
217 static int wilc_wlan_txq_add_to_head(struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_head()
270 struct txq_entry_t *txqe;
318 static inline int add_TCP_Pending_Ack(u32 Ack, u32 Session_index, struct txq_entry_t *txqe) in add_TCP_Pending_Ack()
344 static inline int tcp_process(struct net_device *dev, struct txq_entry_t *tqe) in tcp_process()
[all …]
Dwilc_wlan.h230 struct txq_entry_t { struct
231 struct txq_entry_t *next; argument
232 struct txq_entry_t *prev; argument