Lines Matching full:fm

37  @Description   FM internal structures and definitions.
151 volatile uint32_t fmpl_pemode; /* 0x090 FMPL_PEMODE - FM Policer Profile Entry Mode*/
152 …volatile uint32_t fmpl_pegnia; /* 0x094 FMPL_PEGNIA - FM Policer Profile Entry GREEN Next Inv…
153 …volatile uint32_t fmpl_peynia; /* 0x098 FMPL_PEYNIA - FM Policer Profile Entry YELLOW Next In…
154 …volatile uint32_t fmpl_pernia; /* 0x09C FMPL_PERNIA - FM Policer Profile Entry RED Next Invok…
155 …volatile uint32_t fmpl_pecir; /* 0x0A0 FMPL_PECIR - FM Policer Profile Entry Committed Info…
156 …volatile uint32_t fmpl_pecbs; /* 0x0A4 FMPL_PECBS - FM Policer Profile Entry Committed Burs…
157 …volatile uint32_t fmpl_pepepir_eir; /* 0x0A8 FMPL_PEPIR_EIR - FM Policer Profile Entry Peak/Excess…
158 …volatile uint32_t fmpl_pepbs_ebs; /* 0x0AC FMPL_PEPBS_EBS - FM Policer Profile Entry Peak/Excess…
159 …volatile uint32_t fmpl_pelts; /* 0x0B0 FMPL_PELTS - FM Policer Profile Entry Last TimeStamp…
160 …volatile uint32_t fmpl_pects; /* 0x0B4 FMPL_PECTS - FM Policer Profile Entry Committed Toke…
161 …volatile uint32_t fmpl_pepts_ets; /* 0x0B8 FMPL_PEPTS_ETS - FM Policer Profile Entry Peak/Excess…
162 …volatile uint32_t fmpl_pegpc; /* 0x0BC FMPL_PEGPC - FM Policer Profile Entry GREEN Packet C…
163 …volatile uint32_t fmpl_peypc; /* 0x0C0 FMPL_PEYPC - FM Policer Profile Entry YELLOW Packet …
164 …volatile uint32_t fmpl_perpc; /* 0x0C4 FMPL_PERPC - FM Policer Profile Entry RED Packet Cou…
165 …volatile uint32_t fmpl_perypc; /* 0x0C8 FMPL_PERYPC - FM Policer Profile Entry Recolored YELL…
166 …volatile uint32_t fmpl_perrpc; /* 0x0CC FMPL_PERRPC - FM Policer Profile Entry Recolored RED …
674 /* Common API for FM-PCD module */
696 /* Common API for FM-PCD KG module */
736 /* Common API for FM-PCD parser module */
741 /* Common API for FM-PCD policer module */
768 /* Common API for FM-PCD CC module */
787 /* Common API for FM-PCD Manip module */
792 /* Common API for FM-Port module */
818 @Description Used to register an inter-module event handler to be processed by FM
820 @Param[in] h_Fm A handle to an FM Module.
840 @Description Used to un-register an inter-module event handler that was processed by FM
842 @Param[in] h_Fm A handle to an FM Module.
858 @Description Used to register to one of the fmCtl events in the FM module
860 @Param[in] h_Fm A handle to an FM Module.
880 @Description Structure for port-FM communication during FM_PORT_Init.
882 by the FM module.
883 Fields commented 'OUT' will be filled by FM before returning to port.
885 will be analized by the port and FM modules accordingly.
890 bool independentMode; /**< IN. TRUE if FM Port operates in independent mode */
903 t_FmPhysAddr fmMuramPhysBaseAddr;/**< OUT. FM-MURAM physical address*/
907 @Description Structure for port-FM communication during FM_PORT_Free.
918 @Description Get the base address of the Parser from the FM module
920 @Param[in] h_Fm A handle to an FM Module.
929 @Description Get the base address of the Keygen from the FM module
931 @Param[in] h_Fm A handle to an FM Module.
940 @Description Get the base address of the Policer from the FM module
942 @Param[in] h_Fm A handle to an FM Module.
951 @Description Get the handle of the MURAM from the FM module
953 @Param[in] h_Fm A handle to an FM Module.
962 @Description Get the physical base address of the MURAM from the FM module
964 @Param[in] h_Fm A handle to an FM Module.
981 @Param[in] h_Fm A handle to an FM Module.
992 @Description Used internally by FM port to release a stalled port.
994 @Param[in] h_Fm A handle to an FM Module.
1006 @Description Used internally by FM port to read the port's status.
1008 @Param[in] h_Fm A handle to an FM Module.
1023 @Param[in] h_Fm A handle to an FM Module.
1036 @Description Used by MAC driver to get the FM clock frequency
1038 @Param[in] h_Fm A handle to an FM Module.
1051 @Param[in] h_Fm A handle to an FM Module.
1062 @Description Used by PCD driver to read rhe FM id
1064 @Param[in] h_Fm A handle to an FM Module.
1075 @Description Used to reset the FM
1077 @Param[in] h_Fm A handle to an FM Module.
1086 @Description Used by FM-PORT driver to pass and receive parameters between
1087 PORT and FM modules.
1089 @Param[in] h_Fm A handle to an FM Module.
1090 @Param[in,out] p_PortParams A structure of FM Port parameters.
1101 @Description Used by FM-PORT driver to free port's resources within the FM.
1103 @Param[in] h_Fm A handle to an FM Module.
1104 @Param[in,out] p_PortParams A structure of FM Port parameters.
1115 @Description Used by FM-PORT driver to pass parameter between
1116 PORT and FM modules for working with number of RISC..
1118 @Param[in] h_Fm A handle to an FM Module.
1133 @Description Dumps FM port registers which are part of FM common registers
1135 @Param[in] h_Fm A handle to an FM Module.