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

/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c708 struct txq_entry_t *tqe_q[NQUEUES]; local
732 tqe_q[ac] = wilc_wlan_txq_get_first(wilc, ac);
741 if (!tqe_q[ac])
746 (!max_size_over) && tqe_q[ac]; k++) {
752 if (tqe_q[ac]->type == WILC_CFG_PKT)
754 else if (tqe_q[ac]->type == WILC_NET_PKT)
759 vmm_sz += tqe_q[ac]->buffer_size;
767 if (tqe_q[ac]->type == WILC_CFG_PKT)
775 tqe_q[ac] = wilc_wlan_txq_get_next(wilc,
776 tqe_q[a
[all...]

Completed in 1605 milliseconds