Lines Matching defs:cix
3620 u_int8_t cix = 0xff; /* NB: silence compiler */
3862 cix = rt->info[rix].controlRate;
3889 cix = rt->info[sc->sc_protrix].controlRate;
3891 cix = rt->info[sc->sc_protrix].controlRate;
3944 /* NB: cix is set above where RTS/CTS is enabled */
3945 KASSERTMSG(cix != 0xff, "cix not setup");
3946 ctsrate = rt->info[cix].rateCode;
3957 ctsrate |= rt->info[cix].shortPreamble;
3959 ctsduration += rt->info[cix].spAckDuration;
3966 ctsduration += rt->info[cix].lpAckDuration;