Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
Dwlan.c713 struct txq_entry_t *tqe_q[NQUEUES]; in wilc_wlan_handle_txq() local
738 tqe_q[ac] = wilc_wlan_txq_get_first(wilc, ac); in wilc_wlan_handle_txq()
747 if (!tqe_q[ac]) in wilc_wlan_handle_txq()
752 (!max_size_over) && tqe_q[ac]; k++) { in wilc_wlan_handle_txq()
758 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
760 else if (tqe_q[ac]->type == WILC_NET_PKT) in wilc_wlan_handle_txq()
765 vmm_sz += tqe_q[ac]->buffer_size; in wilc_wlan_handle_txq()
773 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
781 tqe_q[ac] = wilc_wlan_txq_get_next(wilc, in wilc_wlan_handle_txq()
782 tqe_q[ac], in wilc_wlan_handle_txq()