Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c363 static void _TwoOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _TwoOutPipeMapping() argument
367 if (bWIFICfg) { /* WMM */ in _TwoOutPipeMapping()
404 static void _ThreeOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _ThreeOutPipeMapping() argument
408 if (bWIFICfg) { /* for WMM */ in _ThreeOutPipeMapping()
448 bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; in Hal_MappingOutPipe() local
454 _TwoOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()
458 _ThreeOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()