Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c224 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
291 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
1754 if((ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE ) && in ieee80211_sta_ps_sleep()
2253 if (ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE) { in ieee80211_wake_queue()
Dieee80211.h2184 #define IEEE_SOFTMAC_SINGLE_QUEUE (1<<8) macro
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c222 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_mgmt_xmit()
297 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; in softmac_ps_mgmt_xmit()
2015 if ((ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE) && in rtllib_sta_ps_sleep()
2577 if (ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE) { in rtllib_wake_queue()
Drtllib.h2498 #define IEEE_SOFTMAC_SINGLE_QUEUE (1<<8) macro