Searched refs:ChnlAccessSetting (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/rtl8187se/ |
D | r8185b_init.c | 1035 PCHANNEL_ACCESS_SETTING ChnlAccessSetting in ActUpdateChannelAccessSetting() argument 1055 ChnlAccessSetting->SIFS_Timer = 0x22; /* Suggested by Jong, 2005.12.08. */ in ActUpdateChannelAccessSetting() 1056 ChnlAccessSetting->DIFS_Timer = 0x1C; /* 2006.06.02, by rcnjko. */ in ActUpdateChannelAccessSetting() 1057 ChnlAccessSetting->SlotTimeTimer = 9; /* 2006.06.02, by rcnjko. */ in ActUpdateChannelAccessSetting() 1058 …ChnlAccessSetting->EIFS_Timer = 0x5B; /* Suggested by wcchu, it is the default value of EIFS regis… in ActUpdateChannelAccessSetting() 1059 ChnlAccessSetting->CWminIndex = 3; /* 2006.06.02, by rcnjko. */ in ActUpdateChannelAccessSetting() 1060 ChnlAccessSetting->CWmaxIndex = 7; /* 2006.06.02, by rcnjko. */ in ActUpdateChannelAccessSetting() 1062 write_nic_byte(dev, SIFS, ChnlAccessSetting->SIFS_Timer); in ActUpdateChannelAccessSetting() 1063 …write_nic_byte(dev, SLOT, ChnlAccessSetting->SlotTimeTimer); /* Rewrited from directly use Platfor… in ActUpdateChannelAccessSetting() 1065 u1bAIFS = aSifsTime + (2 * ChnlAccessSetting->SlotTimeTimer); in ActUpdateChannelAccessSetting() [all …]
|
D | r8180.h | 80 typedef struct ChnlAccessSetting { struct 638 struct ChnlAccessSetting ChannelAccessSetting;
|
/linux-2.6.39/drivers/staging/rtl8192u/ |
D | r8192U.h | 716 typedef struct ChnlAccessSetting { struct 1011 struct ChnlAccessSetting ChannelAccessSetting;
|
/linux-2.6.39/drivers/staging/rtl8192e/ |
D | r8192E.h | 599 typedef struct ChnlAccessSetting { struct
|