Home
last modified time | relevance | path

Searched refs:frame_ctl_2 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/pcmcia/
Dray_cs.c1217 writeb(0, &ptx->mac.frame_ctl_2); in ray_build_header()
1225 writeb(FC2_FROM_DS, &ptx->mac.frame_ctl_2); in ray_build_header()
1232 writeb(FC2_TO_DS, &ptx->mac.frame_ctl_2); in ray_build_header()
2480 if (pmac->frame_ctl_2 & FC2_FROM_DS) { in untranslate()
2481 if (pmac->frame_ctl_2 & FC2_TO_DS) { /* AP to AP */ in untranslate()
2489 if (pmac->frame_ctl_2 & FC2_TO_DS) { in untranslate()
2884 writeb(0, &ptx->mac.frame_ctl_2); in build_auth_frame()
Drayctl.h67 UCHAR frame_ctl_2; member