Searched refs:txq_entry_t (Results 1 – 2 of 2) sorted by relevance
65 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 …]
230 struct txq_entry_t { struct231 struct txq_entry_t *next; argument232 struct txq_entry_t *prev; argument