Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c269 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local
272 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()
Ddxe.h282 bool is_low);
284 void *wcn36xx_dxe_get_next_bd(struct wcn36xx *wcn, bool is_low);
Ddxe.c29 void *wcn36xx_dxe_get_next_bd(struct wcn36xx *wcn, bool is_low) in wcn36xx_dxe_get_next_bd() argument
31 struct wcn36xx_dxe_ch *ch = is_low ? in wcn36xx_dxe_get_next_bd()
597 bool is_low) in wcn36xx_dxe_tx_frame() argument
605 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()
/drivers/net/ethernet/microchip/
Denc28j60.c631 static void enc28j60_lowpower(struct enc28j60_net *priv, bool is_low) in enc28j60_lowpower() argument
635 is_low ? "low" : "high"); in enc28j60_lowpower()
638 if (is_low) { in enc28j60_lowpower()