Searched refs:MacID (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | Hal8188ERateAdaptive.h | 55 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 MacID); 57 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 59 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 61 u8 ODM_RA_GetHwPwrStatus_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 62 void ODM_RA_UpdateRateInfo_8188E(struct odm_dm_struct *dm_odm, u8 MacID,
|
D | odm_HWConfig.h | 118 u8 MacID,
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | usb_halinit.c | 1910 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local 1911 *((u8 *)pValue) = ODM_RA_GetDecisionRate_8188E(&(haldata->odmpriv), MacID); in GetHalDefVar8188EUsb() 1916 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local 1917 *((u8 *)pValue) = ODM_RA_GetShortGI_8188E(&(haldata->odmpriv), MacID); in GetHalDefVar8188EUsb() 1922 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local 1923 *((u8 *)pValue) = ODM_RA_GetHwPwrStatus_8188E(&(haldata->odmpriv), MacID); in GetHalDefVar8188EUsb()
|