Searched refs:MacID (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/hal/ |
D | usb_halinit.c | 1907 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local 1908 *((u8 *)pValue) = ODM_RA_GetDecisionRate_8188E(&(haldata->odmpriv), MacID); in GetHalDefVar8188EUsb() 1913 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local 1914 *((u8 *)pValue) = ODM_RA_GetShortGI_8188E(&(haldata->odmpriv), MacID); in GetHalDefVar8188EUsb() 1919 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local 1920 *((u8 *)pValue) = ODM_RA_GetHwPwrStatus_8188E(&(haldata->odmpriv), MacID); in GetHalDefVar8188EUsb()
|