Home
last modified time | relevance | path

Searched refs:noScatherGather (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h60 bool noScatherGather; member
H A Dfm_sp.c435 p_FmVspEntry->p_FmVspEntryDriverParams->noScatherGather = fm_vsp_params.no_scather_gather; in FM_VSP_Config()
513 …fm_vsp_params.no_scather_gather = p_FmVspEntry->p_FmVspEntryDriverParams->noScatherGather; in FM_VSP_Init()
650 t_Error FM_VSP_ConfigNoScatherGather(t_Handle h_FmVsp, bool noScatherGather) in FM_VSP_ConfigNoScatherGather() argument
658 p_FmVspEntry->p_FmVspEntryDriverParams->noScatherGather = noScatherGather; in FM_VSP_ConfigNoScatherGather()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h272 t_Error FM_VSP_ConfigNoScatherGather(t_Handle h_FmVsp, bool noScatherGather);
H A Dfm_port_ext.h919 t_Error FM_PORT_ConfigNoScatherGather(t_Handle h_FmPort, bool noScatherGather);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h852 bool noScatherGather; member
H A Dfm_port.c2394 p_FmPort->p_FmPortDriverParam->noScatherGather = in FM_PORT_Config()
2434 p_FmPort->p_FmPortDriverParam->noScatherGather = in FM_PORT_Config()
3200 t_Error FM_PORT_ConfigNoScatherGather(t_Handle h_FmPort, bool noScatherGather) in FM_PORT_ConfigNoScatherGather() argument
3204 UNUSED(noScatherGather); in FM_PORT_ConfigNoScatherGather()
3210 p_FmPort->p_FmPortDriverParam->noScatherGather = noScatherGather; in FM_PORT_ConfigNoScatherGather()