Home
last modified time | relevance | path

Searched refs:dwtmp (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_xmit.c136 u4Byte dwtmp=0; in InsertEMContent_8188E() local
158 dwtmp = pEMInfo->EMPktLen[0]; in InsertEMContent_8188E()
160 dwtmp = pEMInfo->EMPktLen[0]; in InsertEMContent_8188E()
161 dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4; in InsertEMContent_8188E()
162 dwtmp += pEMInfo->EMPktLen[1]; in InsertEMContent_8188E()
164 SET_EARLYMODE_LEN0(VirtualAddress, dwtmp); in InsertEMContent_8188E()
166 dwtmp = pEMInfo->EMPktLen[2]; in InsertEMContent_8188E()
168 dwtmp = pEMInfo->EMPktLen[2]; in InsertEMContent_8188E()
169 dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4; in InsertEMContent_8188E()
170 dwtmp += pEMInfo->EMPktLen[3]; in InsertEMContent_8188E()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/
H A Drtl8188e_xmit.c128 u32 dwtmp = 0; in InsertEMContent_8188E() local
149 dwtmp = pEMInfo->EMPktLen[0]; in InsertEMContent_8188E()
151 dwtmp = pEMInfo->EMPktLen[0]; in InsertEMContent_8188E()
152 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in InsertEMContent_8188E()
153 dwtmp += pEMInfo->EMPktLen[1]; in InsertEMContent_8188E()
155 SET_EARLYMODE_LEN0(VirtualAddress, dwtmp); in InsertEMContent_8188E()
157 dwtmp = pEMInfo->EMPktLen[2]; in InsertEMContent_8188E()
159 dwtmp = pEMInfo->EMPktLen[2]; in InsertEMContent_8188E()
160 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in InsertEMContent_8188E()
161 dwtmp += pEMInfo->EMPktLen[3]; in InsertEMContent_8188E()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c248 u32 dwtmp = 0; in _rtl8723be_insert_emcontent() local
253 dwtmp = ptcb_desc->empkt_len[0]; in _rtl8723be_insert_emcontent()
255 dwtmp = ptcb_desc->empkt_len[0]; in _rtl8723be_insert_emcontent()
256 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in _rtl8723be_insert_emcontent()
257 dwtmp += ptcb_desc->empkt_len[1]; in _rtl8723be_insert_emcontent()
259 set_earlymode_len0(virtualaddress, dwtmp); in _rtl8723be_insert_emcontent()
262 dwtmp = ptcb_desc->empkt_len[2]; in _rtl8723be_insert_emcontent()
264 dwtmp = ptcb_desc->empkt_len[2]; in _rtl8723be_insert_emcontent()
265 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in _rtl8723be_insert_emcontent()
266 dwtmp += ptcb_desc->empkt_len[3]; in _rtl8723be_insert_emcontent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c319 u32 dwtmp = 0; in rtl88ee_insert_emcontent() local
324 dwtmp = ptcb_desc->empkt_len[0]; in rtl88ee_insert_emcontent()
326 dwtmp = ptcb_desc->empkt_len[0]; in rtl88ee_insert_emcontent()
327 dwtmp += ((dwtmp%4) ? (4-dwtmp%4) : 0)+4; in rtl88ee_insert_emcontent()
328 dwtmp += ptcb_desc->empkt_len[1]; in rtl88ee_insert_emcontent()
330 set_earlymode_len0(virtualaddress, dwtmp); in rtl88ee_insert_emcontent()
333 dwtmp = ptcb_desc->empkt_len[2]; in rtl88ee_insert_emcontent()
335 dwtmp = ptcb_desc->empkt_len[2]; in rtl88ee_insert_emcontent()
336 dwtmp += ((dwtmp%4) ? (4-dwtmp%4) : 0)+4; in rtl88ee_insert_emcontent()
337 dwtmp += ptcb_desc->empkt_len[3]; in rtl88ee_insert_emcontent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c338 u32 dwtmp = 0; in rtl8821ae_insert_emcontent() local
344 dwtmp = ptcb_desc->empkt_len[0]; in rtl8821ae_insert_emcontent()
346 dwtmp = ptcb_desc->empkt_len[0]; in rtl8821ae_insert_emcontent()
347 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0)+4; in rtl8821ae_insert_emcontent()
348 dwtmp += ptcb_desc->empkt_len[1]; in rtl8821ae_insert_emcontent()
350 set_earlymode_len0(virtualaddress, dwtmp); in rtl8821ae_insert_emcontent()
353 dwtmp = ptcb_desc->empkt_len[2]; in rtl8821ae_insert_emcontent()
355 dwtmp = ptcb_desc->empkt_len[2]; in rtl8821ae_insert_emcontent()
356 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0)+4; in rtl8821ae_insert_emcontent()
357 dwtmp += ptcb_desc->empkt_len[3]; in rtl8821ae_insert_emcontent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c277 u32 dwtmp; in _rtl92ee_insert_emcontent() local
284 dwtmp = ptcb_desc->empkt_len[0]; in _rtl92ee_insert_emcontent()
286 dwtmp = ptcb_desc->empkt_len[0]; in _rtl92ee_insert_emcontent()
287 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in _rtl92ee_insert_emcontent()
288 dwtmp += ptcb_desc->empkt_len[1]; in _rtl92ee_insert_emcontent()
290 set_earlymode_len0(virtualaddress, dwtmp); in _rtl92ee_insert_emcontent()
293 dwtmp = ptcb_desc->empkt_len[2]; in _rtl92ee_insert_emcontent()
295 dwtmp = ptcb_desc->empkt_len[2]; in _rtl92ee_insert_emcontent()
296 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in _rtl92ee_insert_emcontent()
297 dwtmp += ptcb_desc->empkt_len[3]; in _rtl92ee_insert_emcontent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/sdio/
H A Drtl8189es_xmit.c711 u4Byte dwtmp=0;
733 dwtmp = pEMInfo->EMPktLen[0];
735 dwtmp = pEMInfo->EMPktLen[0];
736 dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4;
737 dwtmp += pEMInfo->EMPktLen[1];
739 SET_EARLYMODE_LEN0(VirtualAddress, dwtmp);
741 dwtmp = pEMInfo->EMPktLen[2];
743 dwtmp = pEMInfo->EMPktLen[2];
744 dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4;
745 dwtmp += pEMInfo->EMPktLen[3];
[all …]