Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c834 struct txq_entry_t *tqe_q[NQUEUES]; in wilc_wlan_handle_txq() local
860 tqe_q[ac] = wilc_wlan_txq_get_first(wilc, ac); in wilc_wlan_handle_txq()
869 if (!tqe_q[ac]) in wilc_wlan_handle_txq()
874 (!max_size_over) && tqe_q[ac]; k++) { in wilc_wlan_handle_txq()
880 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
882 else if (tqe_q[ac]->type == WILC_NET_PKT) in wilc_wlan_handle_txq()
887 vmm_sz += tqe_q[ac]->buffer_size; in wilc_wlan_handle_txq()
895 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
903 tqe_q[ac] = wilc_wlan_txq_get_next(wilc, in wilc_wlan_handle_txq()
904 tqe_q[ac], in wilc_wlan_handle_txq()