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.c708 struct txq_entry_t *tqe_q[NQUEUES]; in wilc_wlan_handle_txq() local
733 tqe_q[ac] = wilc_wlan_txq_get_first(wilc, ac); in wilc_wlan_handle_txq()
742 if (!tqe_q[ac]) in wilc_wlan_handle_txq()
747 (!max_size_over) && tqe_q[ac]; k++) { in wilc_wlan_handle_txq()
753 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
755 else if (tqe_q[ac]->type == WILC_NET_PKT) in wilc_wlan_handle_txq()
760 vmm_sz += tqe_q[ac]->buffer_size; in wilc_wlan_handle_txq()
768 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
776 tqe_q[ac] = wilc_wlan_txq_get_next(wilc, in wilc_wlan_handle_txq()
777 tqe_q[ac], in wilc_wlan_handle_txq()