Searched defs:_CCX_INFO (Results 1 – 2 of 2) sorted by relevance
43 struct _CCX_INFO { struct46 u8 nhm_th[11];47 u16 nhm_period; /* 4us per unit */48 u16 clm_period; /* 4us per unit */49 enum nhm_inexclude_txon nhm_inexclude_txon;50 enum nhm_inexclude_cca nhm_inexclude_cca;53 u8 nhm_th_restore[11];54 u16 nhm_period_restore; /* 4us per unit */55 u16 clm_period_restore; /* 4us per unit */56 enum nhm_inexclude_txon nhm_inexclude_txon_restore;[all …]
29 typedef struct _CCX_INFO{ struct32 u1Byte NHM_th[11];33 u2Byte NHM_period; /* 4us per unit */34 u2Byte CLM_period; /* 4us per unit */35 NHM_INEXCLUDE_TXON NHM_inexclude_txon;36 NHM_INEXCLUDE_CCA NHM_inexclude_cca;39 u1Byte NHM_th_restore[11];40 u2Byte NHM_period_restore; /* 4us per unit */41 u2Byte CLM_period_restore; /* 4us per unit */42 NHM_INEXCLUDE_TXON NHM_inexclude_txon_restore;[all …]