Lines Matching refs:dwtmp
363 u32 dwtmp = 0; in _rtl8821ae_insert_emcontent() local
369 dwtmp = ptcb_desc->empkt_len[0]; in _rtl8821ae_insert_emcontent()
371 dwtmp = ptcb_desc->empkt_len[0]; in _rtl8821ae_insert_emcontent()
372 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0)+4; in _rtl8821ae_insert_emcontent()
373 dwtmp += ptcb_desc->empkt_len[1]; in _rtl8821ae_insert_emcontent()
375 SET_EARLYMODE_LEN0(virtualaddress, dwtmp); in _rtl8821ae_insert_emcontent()
378 dwtmp = ptcb_desc->empkt_len[2]; in _rtl8821ae_insert_emcontent()
380 dwtmp = ptcb_desc->empkt_len[2]; in _rtl8821ae_insert_emcontent()
381 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0)+4; in _rtl8821ae_insert_emcontent()
382 dwtmp += ptcb_desc->empkt_len[3]; in _rtl8821ae_insert_emcontent()
384 SET_EARLYMODE_LEN1(virtualaddress, dwtmp); in _rtl8821ae_insert_emcontent()
386 dwtmp = ptcb_desc->empkt_len[4]; in _rtl8821ae_insert_emcontent()
388 dwtmp = ptcb_desc->empkt_len[4]; in _rtl8821ae_insert_emcontent()
389 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0)+4; in _rtl8821ae_insert_emcontent()
390 dwtmp += ptcb_desc->empkt_len[5]; in _rtl8821ae_insert_emcontent()
392 SET_EARLYMODE_LEN2_1(virtualaddress, dwtmp & 0xF); in _rtl8821ae_insert_emcontent()
393 SET_EARLYMODE_LEN2_2(virtualaddress, dwtmp >> 4); in _rtl8821ae_insert_emcontent()
395 dwtmp = ptcb_desc->empkt_len[6]; in _rtl8821ae_insert_emcontent()
397 dwtmp = ptcb_desc->empkt_len[6]; in _rtl8821ae_insert_emcontent()
398 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0)+4; in _rtl8821ae_insert_emcontent()
399 dwtmp += ptcb_desc->empkt_len[7]; in _rtl8821ae_insert_emcontent()
401 SET_EARLYMODE_LEN3(virtualaddress, dwtmp); in _rtl8821ae_insert_emcontent()
403 dwtmp = ptcb_desc->empkt_len[8]; in _rtl8821ae_insert_emcontent()
405 dwtmp = ptcb_desc->empkt_len[8]; in _rtl8821ae_insert_emcontent()
406 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0)+4; in _rtl8821ae_insert_emcontent()
407 dwtmp += ptcb_desc->empkt_len[9]; in _rtl8821ae_insert_emcontent()
409 SET_EARLYMODE_LEN4(virtualaddress, dwtmp); in _rtl8821ae_insert_emcontent()