Searched refs:fm_handle (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/dpaa/
H A Dfman.c271 t_Handle muram_handle, fm_handle; local
316 fm_handle = FM_Config(&fm_params);
317 if (fm_handle == NULL) {
323 FM_ConfigResetOnInit(fm_handle, TRUE);
325 error = FM_Init(fm_handle);
331 error = FM_GetRevision(fm_handle, &revision_info);
352 return (fm_handle);
355 FM_Free(fm_handle);
392 *fmh = sc->fm_handle;
475 sc->fm_handle
[all...]
H A Dfman.h49 t_Handle fm_handle; member in struct:fman_softc

Completed in 101 milliseconds