Home
last modified time | relevance | path

Searched refs:to_ds (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rt2860/common/
Drtmp_tkip.c1096 UINT to_ds; in RTMPSoftDecryptTKIP() local
1130 to_ds = (fc1 & 0x1); in RTMPSoftDecryptTKIP()
1132 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptTKIP()
1168 if (to_ds == 0 && from_ds == 1) in RTMPSoftDecryptTKIP()
1174 else if (to_ds == 0 && from_ds == 0 ) in RTMPSoftDecryptTKIP()
1180 else if (to_ds == 1 && from_ds == 0) in RTMPSoftDecryptTKIP()
1186 else if (to_ds == 1 && from_ds == 1) in RTMPSoftDecryptTKIP()
1254 UINT to_ds; in RTMPSoftDecryptAES() local
1282 to_ds = (fc1 & 0x1); in RTMPSoftDecryptAES()
1284 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
/drivers/staging/rt2870/common/
Drtmp_tkip.c1099 UINT to_ds; in RTMPSoftDecryptTKIP() local
1133 to_ds = (fc1 & 0x1); in RTMPSoftDecryptTKIP()
1135 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptTKIP()
1171 if (to_ds == 0 && from_ds == 1) in RTMPSoftDecryptTKIP()
1177 else if (to_ds == 0 && from_ds == 0 ) in RTMPSoftDecryptTKIP()
1183 else if (to_ds == 1 && from_ds == 0) in RTMPSoftDecryptTKIP()
1189 else if (to_ds == 1 && from_ds == 1) in RTMPSoftDecryptTKIP()
1259 UINT to_ds; in RTMPSoftDecryptAES() local
1287 to_ds = (fc1 & 0x1); in RTMPSoftDecryptAES()
1289 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
/drivers/staging/winbond/
Dmac_structures.h552 u8 to_ds:1; member
554 u8 to_ds:1; member
Dwbhal_s.h92 u8 to_ds:1; member