Lines Matching refs:txq_entry_t
31 static void wilc_wlan_txq_remove(struct wilc *wilc, struct txq_entry_t *tqe) in wilc_wlan_txq_remove()
37 static struct txq_entry_t *
40 struct txq_entry_t *tqe = NULL; 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()
58 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_tail()
75 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_head()
119 struct txq_entry_t *txqe) in add_tcp_pending_ack()
133 static inline void tcp_process(struct net_device *dev, struct txq_entry_t *tqe) in tcp_process()
211 struct txq_entry_t *tqe; in wilc_wlan_txq_filter_dup_tcp_ack()
250 struct txq_entry_t *tqe; in wilc_wlan_txq_add_cfg_pkt()
281 struct txq_entry_t *tqe; in wilc_wlan_txq_add_net_pkt()
312 struct txq_entry_t *tqe; in wilc_wlan_txq_add_mgmt_pkt()
336 static struct txq_entry_t *wilc_wlan_txq_get_first(struct wilc *wilc) in wilc_wlan_txq_get_first()
338 struct txq_entry_t *tqe = NULL; 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()
352 static struct txq_entry_t *wilc_wlan_txq_get_next(struct wilc *wilc, in wilc_wlan_txq_get_next()
353 struct txq_entry_t *tqe) in wilc_wlan_txq_get_next()
486 struct txq_entry_t *tqe; in wilc_wlan_handle_txq()
957 struct txq_entry_t *tqe; in wilc_wlan_cleanup()