Lines Matching refs:idx
374 u8 idx; in _rtl92d_fill_h2c_command() local
473 for (idx = 0; idx < 4; idx++) in _rtl92d_fill_h2c_command()
474 rtl_write_byte(rtlpriv, box_reg + idx, in _rtl92d_fill_h2c_command()
475 boxcontent[idx]); in _rtl92d_fill_h2c_command()
480 for (idx = 0; idx < 4; idx++) in _rtl92d_fill_h2c_command()
481 rtl_write_byte(rtlpriv, box_reg + idx, in _rtl92d_fill_h2c_command()
482 boxcontent[idx]); in _rtl92d_fill_h2c_command()
487 for (idx = 0; idx < 4; idx++) in _rtl92d_fill_h2c_command()
488 rtl_write_byte(rtlpriv, box_reg + idx, in _rtl92d_fill_h2c_command()
489 boxcontent[idx]); in _rtl92d_fill_h2c_command()
495 for (idx = 0; idx < 2; idx++) in _rtl92d_fill_h2c_command()
496 rtl_write_byte(rtlpriv, box_extreg + idx, in _rtl92d_fill_h2c_command()
497 boxextcontent[idx]); in _rtl92d_fill_h2c_command()
498 for (idx = 0; idx < 4; idx++) in _rtl92d_fill_h2c_command()
499 rtl_write_byte(rtlpriv, box_reg + idx, in _rtl92d_fill_h2c_command()
500 boxcontent[idx]); in _rtl92d_fill_h2c_command()
506 for (idx = 0; idx < 2; idx++) in _rtl92d_fill_h2c_command()
507 rtl_write_byte(rtlpriv, box_extreg + idx, in _rtl92d_fill_h2c_command()
508 boxextcontent[idx]); in _rtl92d_fill_h2c_command()
509 for (idx = 0; idx < 4; idx++) in _rtl92d_fill_h2c_command()
510 rtl_write_byte(rtlpriv, box_reg + idx, in _rtl92d_fill_h2c_command()
511 boxcontent[idx]); in _rtl92d_fill_h2c_command()
550 u8 idx = 0; in _rtl92d_cmd_send_packet() local
558 pdesc = &ring->desc[idx]; in _rtl92d_cmd_send_packet()