Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/hal/
Dhal_com.c216 static void _TwoOutPipeMapping(struct rtw_adapter *pAdapter, bool bWIFICfg) in _TwoOutPipeMapping() argument
220 if (bWIFICfg) { /* WMM */ in _TwoOutPipeMapping()
249 static void _ThreeOutPipeMapping(struct rtw_adapter *pAdapter, bool bWIFICfg) in _ThreeOutPipeMapping() argument
253 if (bWIFICfg) { /* for WMM */ in _ThreeOutPipeMapping()
285 bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; in Hal_MappingOutPipe23a() local
290 _TwoOutPipeMapping(pAdapter, bWIFICfg); in Hal_MappingOutPipe23a()
293 _ThreeOutPipeMapping(pAdapter, bWIFICfg); in Hal_MappingOutPipe23a()