Searched refs:dwtmp (Results 1 – 7 of 7) sorted by relevance
136 u4Byte dwtmp=0; in InsertEMContent_8188E() local158 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 …]
128 u32 dwtmp = 0; in InsertEMContent_8188E() local149 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 …]
248 u32 dwtmp = 0; in _rtl8723be_insert_emcontent() local253 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 …]
319 u32 dwtmp = 0; in rtl88ee_insert_emcontent() local324 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 …]
338 u32 dwtmp = 0; in rtl8821ae_insert_emcontent() local344 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 …]
277 u32 dwtmp; in _rtl92ee_insert_emcontent() local284 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 …]
711 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 …]