Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_com.c765 static void _TwoOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _TwoOutPipeMapping() argument
769 if (bWIFICfg) { /* WMM */ in _TwoOutPipeMapping()
806 static void _ThreeOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _ThreeOutPipeMapping() argument
810 if (bWIFICfg) { /* for WMM */ in _ThreeOutPipeMapping()
850 bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; in Hal_MappingOutPipe() local
856 _TwoOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()
860 _ThreeOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()