Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c267 tqe->type = WILC_CFG_PKT; in wilc_wlan_txq_add_cfg_pkt()
753 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
768 if (tqe_q[ac]->type == WILC_CFG_PKT) in wilc_wlan_handle_txq()
897 if (tqe->type == WILC_CFG_PKT) { in wilc_wlan_handle_txq()
H A Dwlan.h205 #define WILC_CFG_PKT 1 macro