Searched refs:fman_rg (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/ |
| H A D | fman_ncsw.c | 314 void fman_set_liodn_per_port(struct fman_rg *fman_rg, uint8_t port_id, in fman_set_liodn_per_port() argument 628 void fman_regconfig(struct fman_rg *fman_rg, struct fman_cfg *cfg) in fman_regconfig() argument 941 int fman_enable(struct fman_rg *fman_rg, struct fman_cfg *cfg) in fman_enable() argument 957 &fman_rg->qmi_rg->fmqm_gc); in fman_enable() 962 void fman_free_resources(struct fman_rg *fman_rg) in fman_free_resources() argument 1047 int fman_set_exception(struct fman_rg *fman_rg, in fman_set_exception() argument 1201 uint32_t fman_get_counter(struct fman_rg *fman_rg, in fman_get_counter() argument 1243 int fman_modify_counter(struct fman_rg *fman_rg, in fman_modify_counter() argument 1345 void fman_force_intr(struct fman_rg *fman_rg, in fman_force_intr() argument 1351 &fman_rg->qmi_rg->fmqm_eif); in fman_force_intr() [all …]
|
| H A D | fm_ncsw.c | 1952 struct fman_rg fman_rg; in FmGetSetPortParams() local 1954 fman_rg.bmi_rg = p_Fm->p_FmBmiRegs; in FmGetSetPortParams() 1955 fman_rg.qmi_rg = p_Fm->p_FmQmiRegs; in FmGetSetPortParams() 2105 fman_set_liodn_per_port(&fman_rg, in FmGetSetPortParams() 3486 struct fman_rg fman_rg; in FM_Init() local 3722 struct fman_rg fman_rg; in FM_Free() local 3754 fman_free_resources(&fman_rg); in FM_Free() 4645 struct fman_rg fman_rg; in FM_SetException() local 4743 struct fman_rg fman_rg; in FM_GetCounter() local 4831 struct fman_rg fman_rg; in FM_ModifyCounter() local [all …]
|
| /f-stack/freebsd/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman.h | 274 struct fman_rg { struct 712 uint32_t fman_get_counter(struct fman_rg *fman_rg, 730 void fman_set_liodn_per_port(struct fman_rg *fman_rg, 748 int fman_set_exception(struct fman_rg *fman_rg, 761 void fman_regconfig(struct fman_rg *fman_rg, struct fman_cfg *cfg); 766 void fman_free_resources(struct fman_rg *fman_rg); 767 int fman_enable(struct fman_rg *fman_rg, struct fman_cfg *cfg); 783 int fman_modify_counter(struct fman_rg *fman_rg, 786 void fman_force_intr(struct fman_rg *fman_rg,
|