Lines Matching refs:table

455 	struct iwl_umac_error_event_table table;  in iwl_mvm_dump_umac_error_log()  local
469 iwl_trans_read_mem_bytes(trans, base, &table, sizeof(table)); in iwl_mvm_dump_umac_error_log()
471 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) { in iwl_mvm_dump_umac_error_log()
474 mvm->status, table.valid); in iwl_mvm_dump_umac_error_log()
477 IWL_ERR(mvm, "0x%08X | %s\n", table.error_id, in iwl_mvm_dump_umac_error_log()
478 desc_lookup(table.error_id)); in iwl_mvm_dump_umac_error_log()
479 IWL_ERR(mvm, "0x%08X | umac branchlink1\n", table.blink1); in iwl_mvm_dump_umac_error_log()
480 IWL_ERR(mvm, "0x%08X | umac branchlink2\n", table.blink2); in iwl_mvm_dump_umac_error_log()
481 IWL_ERR(mvm, "0x%08X | umac interruptlink1\n", table.ilink1); in iwl_mvm_dump_umac_error_log()
482 IWL_ERR(mvm, "0x%08X | umac interruptlink2\n", table.ilink2); in iwl_mvm_dump_umac_error_log()
483 IWL_ERR(mvm, "0x%08X | umac data1\n", table.data1); in iwl_mvm_dump_umac_error_log()
484 IWL_ERR(mvm, "0x%08X | umac data2\n", table.data2); in iwl_mvm_dump_umac_error_log()
485 IWL_ERR(mvm, "0x%08X | umac data3\n", table.data3); in iwl_mvm_dump_umac_error_log()
486 IWL_ERR(mvm, "0x%08X | umac major\n", table.umac_major); in iwl_mvm_dump_umac_error_log()
487 IWL_ERR(mvm, "0x%08X | umac minor\n", table.umac_minor); in iwl_mvm_dump_umac_error_log()
488 IWL_ERR(mvm, "0x%08X | frame pointer\n", table.frame_pointer); in iwl_mvm_dump_umac_error_log()
489 IWL_ERR(mvm, "0x%08X | stack pointer\n", table.stack_pointer); in iwl_mvm_dump_umac_error_log()
490 IWL_ERR(mvm, "0x%08X | last host cmd\n", table.cmd_header); in iwl_mvm_dump_umac_error_log()
491 IWL_ERR(mvm, "0x%08X | isr status reg\n", table.nic_isr_pref); in iwl_mvm_dump_umac_error_log()
497 struct iwl_error_event_table_v1 table; in iwl_mvm_dump_nic_error_log_old() local
518 iwl_trans_read_mem_bytes(trans, base, &table, sizeof(table)); in iwl_mvm_dump_nic_error_log_old()
520 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) { in iwl_mvm_dump_nic_error_log_old()
523 mvm->status, table.valid); in iwl_mvm_dump_nic_error_log_old()
530 trace_iwlwifi_dev_ucode_error(trans->dev, table.error_id, table.tsf_low, in iwl_mvm_dump_nic_error_log_old()
531 table.data1, table.data2, table.data3, in iwl_mvm_dump_nic_error_log_old()
532 table.blink1, table.blink2, table.ilink1, in iwl_mvm_dump_nic_error_log_old()
533 table.ilink2, table.bcon_time, table.gp1, in iwl_mvm_dump_nic_error_log_old()
534 table.gp2, table.gp3, table.ucode_ver, 0, in iwl_mvm_dump_nic_error_log_old()
535 table.hw_ver, table.brd_ver); in iwl_mvm_dump_nic_error_log_old()
536 IWL_ERR(mvm, "0x%08X | %-28s\n", table.error_id, in iwl_mvm_dump_nic_error_log_old()
537 desc_lookup(table.error_id)); in iwl_mvm_dump_nic_error_log_old()
538 IWL_ERR(mvm, "0x%08X | uPc\n", table.pc); in iwl_mvm_dump_nic_error_log_old()
539 IWL_ERR(mvm, "0x%08X | branchlink1\n", table.blink1); in iwl_mvm_dump_nic_error_log_old()
540 IWL_ERR(mvm, "0x%08X | branchlink2\n", table.blink2); in iwl_mvm_dump_nic_error_log_old()
541 IWL_ERR(mvm, "0x%08X | interruptlink1\n", table.ilink1); in iwl_mvm_dump_nic_error_log_old()
542 IWL_ERR(mvm, "0x%08X | interruptlink2\n", table.ilink2); in iwl_mvm_dump_nic_error_log_old()
543 IWL_ERR(mvm, "0x%08X | data1\n", table.data1); in iwl_mvm_dump_nic_error_log_old()
544 IWL_ERR(mvm, "0x%08X | data2\n", table.data2); in iwl_mvm_dump_nic_error_log_old()
545 IWL_ERR(mvm, "0x%08X | data3\n", table.data3); in iwl_mvm_dump_nic_error_log_old()
546 IWL_ERR(mvm, "0x%08X | beacon time\n", table.bcon_time); in iwl_mvm_dump_nic_error_log_old()
547 IWL_ERR(mvm, "0x%08X | tsf low\n", table.tsf_low); in iwl_mvm_dump_nic_error_log_old()
548 IWL_ERR(mvm, "0x%08X | tsf hi\n", table.tsf_hi); in iwl_mvm_dump_nic_error_log_old()
549 IWL_ERR(mvm, "0x%08X | time gp1\n", table.gp1); in iwl_mvm_dump_nic_error_log_old()
550 IWL_ERR(mvm, "0x%08X | time gp2\n", table.gp2); in iwl_mvm_dump_nic_error_log_old()
551 IWL_ERR(mvm, "0x%08X | time gp3\n", table.gp3); in iwl_mvm_dump_nic_error_log_old()
552 IWL_ERR(mvm, "0x%08X | uCode version\n", table.ucode_ver); in iwl_mvm_dump_nic_error_log_old()
553 IWL_ERR(mvm, "0x%08X | hw version\n", table.hw_ver); in iwl_mvm_dump_nic_error_log_old()
554 IWL_ERR(mvm, "0x%08X | board version\n", table.brd_ver); in iwl_mvm_dump_nic_error_log_old()
555 IWL_ERR(mvm, "0x%08X | hcmd\n", table.hcmd); in iwl_mvm_dump_nic_error_log_old()
556 IWL_ERR(mvm, "0x%08X | isr0\n", table.isr0); in iwl_mvm_dump_nic_error_log_old()
557 IWL_ERR(mvm, "0x%08X | isr1\n", table.isr1); in iwl_mvm_dump_nic_error_log_old()
558 IWL_ERR(mvm, "0x%08X | isr2\n", table.isr2); in iwl_mvm_dump_nic_error_log_old()
559 IWL_ERR(mvm, "0x%08X | isr3\n", table.isr3); in iwl_mvm_dump_nic_error_log_old()
560 IWL_ERR(mvm, "0x%08X | isr4\n", table.isr4); in iwl_mvm_dump_nic_error_log_old()
561 IWL_ERR(mvm, "0x%08X | isr_pref\n", table.isr_pref); in iwl_mvm_dump_nic_error_log_old()
562 IWL_ERR(mvm, "0x%08X | wait_event\n", table.wait_event); in iwl_mvm_dump_nic_error_log_old()
563 IWL_ERR(mvm, "0x%08X | l2p_control\n", table.l2p_control); in iwl_mvm_dump_nic_error_log_old()
564 IWL_ERR(mvm, "0x%08X | l2p_duration\n", table.l2p_duration); in iwl_mvm_dump_nic_error_log_old()
565 IWL_ERR(mvm, "0x%08X | l2p_mhvalid\n", table.l2p_mhvalid); in iwl_mvm_dump_nic_error_log_old()
566 IWL_ERR(mvm, "0x%08X | l2p_addr_match\n", table.l2p_addr_match); in iwl_mvm_dump_nic_error_log_old()
567 IWL_ERR(mvm, "0x%08X | lmpm_pmg_sel\n", table.lmpm_pmg_sel); in iwl_mvm_dump_nic_error_log_old()
568 IWL_ERR(mvm, "0x%08X | timestamp\n", table.u_timestamp); in iwl_mvm_dump_nic_error_log_old()
569 IWL_ERR(mvm, "0x%08X | flow_handler\n", table.flow_handler); in iwl_mvm_dump_nic_error_log_old()
578 struct iwl_error_event_table table; in iwl_mvm_dump_nic_error_log() local
604 iwl_trans_read_mem_bytes(trans, base, &table, sizeof(table)); in iwl_mvm_dump_nic_error_log()
606 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) { in iwl_mvm_dump_nic_error_log()
609 mvm->status, table.valid); in iwl_mvm_dump_nic_error_log()
616 trace_iwlwifi_dev_ucode_error(trans->dev, table.error_id, table.tsf_low, in iwl_mvm_dump_nic_error_log()
617 table.data1, table.data2, table.data3, in iwl_mvm_dump_nic_error_log()
618 table.blink1, table.blink2, table.ilink1, in iwl_mvm_dump_nic_error_log()
619 table.ilink2, table.bcon_time, table.gp1, in iwl_mvm_dump_nic_error_log()
620 table.gp2, table.gp3, table.major, in iwl_mvm_dump_nic_error_log()
621 table.minor, table.hw_ver, table.brd_ver); in iwl_mvm_dump_nic_error_log()
622 IWL_ERR(mvm, "0x%08X | %-28s\n", table.error_id, in iwl_mvm_dump_nic_error_log()
623 desc_lookup(table.error_id)); in iwl_mvm_dump_nic_error_log()
624 IWL_ERR(mvm, "0x%08X | uPc\n", table.pc); in iwl_mvm_dump_nic_error_log()
625 IWL_ERR(mvm, "0x%08X | branchlink1\n", table.blink1); in iwl_mvm_dump_nic_error_log()
626 IWL_ERR(mvm, "0x%08X | branchlink2\n", table.blink2); in iwl_mvm_dump_nic_error_log()
627 IWL_ERR(mvm, "0x%08X | interruptlink1\n", table.ilink1); in iwl_mvm_dump_nic_error_log()
628 IWL_ERR(mvm, "0x%08X | interruptlink2\n", table.ilink2); in iwl_mvm_dump_nic_error_log()
629 IWL_ERR(mvm, "0x%08X | data1\n", table.data1); in iwl_mvm_dump_nic_error_log()
630 IWL_ERR(mvm, "0x%08X | data2\n", table.data2); in iwl_mvm_dump_nic_error_log()
631 IWL_ERR(mvm, "0x%08X | data3\n", table.data3); in iwl_mvm_dump_nic_error_log()
632 IWL_ERR(mvm, "0x%08X | beacon time\n", table.bcon_time); in iwl_mvm_dump_nic_error_log()
633 IWL_ERR(mvm, "0x%08X | tsf low\n", table.tsf_low); in iwl_mvm_dump_nic_error_log()
634 IWL_ERR(mvm, "0x%08X | tsf hi\n", table.tsf_hi); in iwl_mvm_dump_nic_error_log()
635 IWL_ERR(mvm, "0x%08X | time gp1\n", table.gp1); in iwl_mvm_dump_nic_error_log()
636 IWL_ERR(mvm, "0x%08X | time gp2\n", table.gp2); in iwl_mvm_dump_nic_error_log()
637 IWL_ERR(mvm, "0x%08X | time gp3\n", table.gp3); in iwl_mvm_dump_nic_error_log()
638 IWL_ERR(mvm, "0x%08X | uCode version major\n", table.major); in iwl_mvm_dump_nic_error_log()
639 IWL_ERR(mvm, "0x%08X | uCode version minor\n", table.minor); in iwl_mvm_dump_nic_error_log()
640 IWL_ERR(mvm, "0x%08X | hw version\n", table.hw_ver); in iwl_mvm_dump_nic_error_log()
641 IWL_ERR(mvm, "0x%08X | board version\n", table.brd_ver); in iwl_mvm_dump_nic_error_log()
642 IWL_ERR(mvm, "0x%08X | hcmd\n", table.hcmd); in iwl_mvm_dump_nic_error_log()
643 IWL_ERR(mvm, "0x%08X | isr0\n", table.isr0); in iwl_mvm_dump_nic_error_log()
644 IWL_ERR(mvm, "0x%08X | isr1\n", table.isr1); in iwl_mvm_dump_nic_error_log()
645 IWL_ERR(mvm, "0x%08X | isr2\n", table.isr2); in iwl_mvm_dump_nic_error_log()
646 IWL_ERR(mvm, "0x%08X | isr3\n", table.isr3); in iwl_mvm_dump_nic_error_log()
647 IWL_ERR(mvm, "0x%08X | isr4\n", table.isr4); in iwl_mvm_dump_nic_error_log()
648 IWL_ERR(mvm, "0x%08X | isr_pref\n", table.isr_pref); in iwl_mvm_dump_nic_error_log()
649 IWL_ERR(mvm, "0x%08X | wait_event\n", table.wait_event); in iwl_mvm_dump_nic_error_log()
650 IWL_ERR(mvm, "0x%08X | l2p_control\n", table.l2p_control); in iwl_mvm_dump_nic_error_log()
651 IWL_ERR(mvm, "0x%08X | l2p_duration\n", table.l2p_duration); in iwl_mvm_dump_nic_error_log()
652 IWL_ERR(mvm, "0x%08X | l2p_mhvalid\n", table.l2p_mhvalid); in iwl_mvm_dump_nic_error_log()
653 IWL_ERR(mvm, "0x%08X | l2p_addr_match\n", table.l2p_addr_match); in iwl_mvm_dump_nic_error_log()
654 IWL_ERR(mvm, "0x%08X | lmpm_pmg_sel\n", table.lmpm_pmg_sel); in iwl_mvm_dump_nic_error_log()
655 IWL_ERR(mvm, "0x%08X | timestamp\n", table.u_timestamp); in iwl_mvm_dump_nic_error_log()
656 IWL_ERR(mvm, "0x%08X | flow_handler\n", table.flow_handler); in iwl_mvm_dump_nic_error_log()