OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cix
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
athrate-sample.h
200
int
cix
= rt->info[rix].controlRate;
local in function:calc_usecs_unicast_packet
246
cix
= rt->info[sc->sc_protrix].controlRate;
255
int ctsrate = rt->info[
cix
].rateCode;
258
if (!rt->info[
cix
].rateKbps) {
259
printf("
cix
%d (%d) bad ratekbps %d mode %u",
260
cix
, rt->info[
cix
].dot11Rate,
261
rt->info[
cix
].rateKbps,
266
ctsrate |= rt->info[
cix
].shortPreamble;
268
ctsduration += rt->info[
cix
].spAckDuration
[
all
...]
ath.c
3620
u_int8_t
cix
= 0xff; /* NB: silence compiler */
local in function:ath_tx_start
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
[
all
...]
/src/sys/external/isc/atheros_hal/dist/
ah.c
415
uint8_t
cix
= rt->info[i].controlRate;
local in function:ath_hal_setupratetable
429
WLAN_CTRL_FRAME_SIZE,
cix
, AH_FALSE);
431
WLAN_CTRL_FRAME_SIZE,
cix
, AH_TRUE);
Completed in 16 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025