@@ -6,7 +6,7 struct drvmgr_key grlib_grspw_0n1_res[] | |||
|
6 | 6 | {"rxBdCnt", KEY_TYPE_INT, {(unsigned int)10}}, |
|
7 | 7 | {"txDataSize", KEY_TYPE_INT, {(unsigned int)4096}}, |
|
8 | 8 | {"txHdrSize", KEY_TYPE_INT, {(unsigned int)34}}, |
|
9 |
|
|
|
9 | {"rxPktSize", KEY_TYPE_INT, {(unsigned int)228+4}}, | |
|
10 | 10 | KEY_EMPTY |
|
11 | 11 | }; |
|
12 | 12 |
@@ -700,7 +700,8 void hk_lfr_le_me_he_update() | |||
|
700 | 700 | + housekeeping_packet.hk_lfr_timecode_invalid |
|
701 | 701 | + housekeeping_packet.hk_lfr_time_timecode_it |
|
702 | 702 | + housekeeping_packet.hk_lfr_time_not_synchro |
|
703 |
+ housekeeping_packet.hk_lfr_time_timecode_ctr |
|
|
703 | + housekeeping_packet.hk_lfr_time_timecode_ctr | |
|
704 | + housekeeping_packet.hk_lfr_ahb_correctable; | |
|
704 | 705 | // housekeeping_packet.hk_lfr_dpu_spw_rx_ahb => not handled by the grspw driver |
|
705 | 706 | // housekeeping_packet.hk_lfr_dpu_spw_tx_ahb => not handled by the grspw driver |
|
706 | 707 | |
@@ -758,7 +759,7 void set_hk_lfr_time_not_synchro() | |||
|
758 | 759 | |
|
759 | 760 | } |
|
760 | 761 | |
|
761 | void set_hk_lfr_ahb_correctable() | |
|
762 | void set_hk_lfr_ahb_correctable() // CRITICITY L | |
|
762 | 763 | { |
|
763 | 764 | /** This function builds the error counter hk_lfr_ahb_correctable using the statistics provided |
|
764 | 765 | * by the Cache Control Register (ASI 2, offset 0) and in the Register Protection Control Register (ASR16) on the |
General Comments 0
You need to be logged in to leave comments.
Login now