Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c272 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local
284 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx()
312 if (is_low) in wcn36xx_start_tx()
321 ret = wcn36xx_dxe_tx_frame(wcn, vif_priv, &bd, skb, is_low); in wcn36xx_start_tx()
Ddxe.c682 bool is_low) in wcn36xx_dxe_tx_frame() argument
690 ch = is_low ? &wcn->dxe_tx_l_ch : &wcn->dxe_tx_h_ch; in wcn36xx_dxe_tx_frame()
768 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { in wcn36xx_dxe_tx_frame()
Ddxe.h468 bool is_low);
/Linux-v4.19/drivers/net/ethernet/microchip/
Denc28j60.c636 static void enc28j60_lowpower(struct enc28j60_net *priv, bool is_low) in enc28j60_lowpower() argument
640 is_low ? "low" : "high"); in enc28j60_lowpower()
643 if (is_low) { in enc28j60_lowpower()