Home
last modified time | relevance | path

Searched refs:e_FmDmaCacheOption (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h55 e_FmDmaCacheOption dmaIntContextCacheAttr;
56 e_FmDmaCacheOption dmaHeaderCacheAttr;
57 e_FmDmaCacheOption dmaScatterGatherCacheAttr;
H A Dfm_sp.c601 t_Error FM_VSP_ConfigDmaIcCacheAttr(t_Handle h_FmVsp, e_FmDmaCacheOption intContextCacheAttr) in FM_VSP_ConfigDmaIcCacheAttr()
613 t_Error FM_VSP_ConfigDmaHdrAttr(t_Handle h_FmVsp, e_FmDmaCacheOption headerCacheAttr) in FM_VSP_ConfigDmaHdrAttr()
625 t_Error FM_VSP_ConfigDmaScatterGatherAttr(t_Handle h_FmVsp, e_FmDmaCacheOption scatterGatherCacheAt… in FM_VSP_ConfigDmaScatterGatherAttr()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h207 e_FmDmaCacheOption intContextCacheAttr);
223 t_Error FM_VSP_ConfigDmaHdrAttr(t_Handle h_FmVsp, e_FmDmaCacheOption headerCacheAttr);
240 e_FmDmaCacheOption scatterGatherCacheAttr);
H A Dfm_ext.h326 typedef enum e_FmDmaCacheOption { enum
329 } e_FmDmaCacheOption; typedef
1717 typedef e_FmDmaCacheOption e_FmPortDmaCacheOption;
H A Dfm_port_ext.h842 t_Error FM_PORT_ConfigDmaIcCacheAttr(t_Handle h_FmPort, e_FmDmaCacheOption intContextCacheAttr);
860 t_Error FM_PORT_ConfigDmaHdrAttr(t_Handle h_FmPort, e_FmDmaCacheOption headerCacheAttr);
878 t_Error FM_PORT_ConfigDmaScatterGatherAttr(t_Handle h_FmPort, e_FmDmaCacheOption scatterGatherCache…
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h89 #define DEFAULT_PORT_dmaIntContextCacheAttr (e_FmDmaCacheOption)DEFAULT_FMAN_SP_DMA_INT…
90 #define DEFAULT_PORT_dmaHeaderCacheAttr (e_FmDmaCacheOption)DEFAULT_FMAN_SP_DMA_HEA…
91 #define DEFAULT_PORT_dmaScatterGatherCacheAttr (e_FmDmaCacheOption)DEFAULT_FMAN_SP_DMA_SCA…
829 e_FmDmaCacheOption dmaIntContextCacheAttr;
830 e_FmDmaCacheOption dmaHeaderCacheAttr;
831 e_FmDmaCacheOption dmaScatterGatherCacheAttr;
H A Dfm_port.c3141 e_FmDmaCacheOption intContextCacheAttr) in FM_PORT_ConfigDmaIcCacheAttr()
3155 e_FmDmaCacheOption headerCacheAttr) in FM_PORT_ConfigDmaHdrAttr()
3169 t_Handle h_FmPort, e_FmDmaCacheOption scatterGatherCacheAttr) in FM_PORT_ConfigDmaScatterGatherAttr()