Searched refs:is_low (Results 1 – 4 of 4) sorted by relevance
269 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local272 struct wcn36xx_tx_bd *bd = wcn36xx_dxe_get_next_bd(wcn, is_low); in wcn36xx_start_tx()292 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx()320 if (is_low) in wcn36xx_start_tx()329 return wcn36xx_dxe_tx_frame(wcn, vif_priv, skb, is_low); in wcn36xx_start_tx()
282 bool is_low);284 void *wcn36xx_dxe_get_next_bd(struct wcn36xx *wcn, bool is_low);
29 void *wcn36xx_dxe_get_next_bd(struct wcn36xx *wcn, bool is_low) in wcn36xx_dxe_get_next_bd() argument31 struct wcn36xx_dxe_ch *ch = is_low ? in wcn36xx_dxe_get_next_bd()597 bool is_low) in wcn36xx_dxe_tx_frame() argument605 ch = is_low ? &wcn->dxe_tx_l_ch : &wcn->dxe_tx_h_ch; in wcn36xx_dxe_tx_frame()678 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { in wcn36xx_dxe_tx_frame()
631 static void enc28j60_lowpower(struct enc28j60_net *priv, bool is_low) in enc28j60_lowpower() argument635 is_low ? "low" : "high"); in enc28j60_lowpower()638 if (is_low) { in enc28j60_lowpower()