Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Dhal_com.c362 static void _TwoOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _TwoOutPipeMapping() argument
366 if (bWIFICfg) { /* WMM */ in _TwoOutPipeMapping()
403 static void _ThreeOutPipeMapping(struct adapter *padapter, bool bWIFICfg) in _ThreeOutPipeMapping() argument
407 if (bWIFICfg) { /* for WMM */ in _ThreeOutPipeMapping()
447 bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; in Hal_MappingOutPipe() local
453 _TwoOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()
457 _ThreeOutPipeMapping(padapter, bWIFICfg); in Hal_MappingOutPipe()