Searched refs:pBandWidth (Results 1 – 6 of 6) sorted by relevance
249 if (*pDM_Odm->pBandWidth == ODM_BW20M) /* CHANNEL_WIDTH_20 */ in odm_Adaptivity()251 else if (*pDM_Odm->pBandWidth == ODM_BW40M) in odm_Adaptivity()253 else if (*pDM_Odm->pBandWidth == ODM_BW80M) in odm_Adaptivity()293 (*pDM_Odm->pBandWidth == ODM_BW80M) ? "80M" : in odm_Adaptivity()294 ((*pDM_Odm->pBandWidth == ODM_BW40M) ? "40M" : "20M"), in odm_Adaptivity()
598 pDM_Odm->pBandWidth = pValue; in ODM_CmnInfoHook()847 if (*(pDM_Odm->pBandWidth) == ODM_BW40M) { in odm_CommonInfoSelfUpdate()1004 if (*(pDM_Odm->pBandWidth) == ODM_BW40M) in ODM_Get_Rate_Bitmap()1015 if (*(pDM_Odm->pBandWidth) == ODM_BW40M) in ODM_Get_Rate_Bitmap()
974 u8 *pBandWidth; member
100 dm_odm->pBandWidth = (u8 *)&hal_data->CurrentChannelBW; in Update_ODM_ComInfo_88E()
230 if (*pDM_Odm->pBandWidth == ODM_BW40M) { in odm_CommonInfoSelfUpdate()276 ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("pBandWidth=%d\n", *pDM_Odm->pBandWidth)); in odm_CmnInfoHook_Debug()740 if (*pDM_Odm->pBandWidth == ODM_BW40M) in ODM_Get_Rate_Bitmap()
757 u8 *pBandWidth; member