Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com.c768 static void _TwoOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _TwoOutPipeMapping() argument
772 if (bWIFICfg) { /* WMM */ in _TwoOutPipeMapping()
809 static void _ThreeOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _ThreeOutPipeMapping() argument
813 if (bWIFICfg) { /* for WMM */ in _ThreeOutPipeMapping()
853 bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; in Hal_MappingOutPipe() local
859 _TwoOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()
863 _ThreeOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()