Home
last modified time | relevance | path

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

/drivers/net/wireless/microchip/wilc1000/
Dwlan.c294 tqe->type = WILC_NET_PKT; in wilc_wlan_txq_add_net_pkt()
510 else if (tqe->type == WILC_NET_PKT) in wilc_wlan_handle_txq()
641 } else if (tqe->type == WILC_NET_PKT) { in wilc_wlan_handle_txq()
Dwlan.h193 #define WILC_NET_PKT 0 macro