Home
last modified time | relevance | path

Searched refs:portsPreFetchConfigured (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm.h626 …bool portsPreFetchConfigured[FM_MAX_NUM_OF_HW_PORT_IDS]; /* Prefetch config… member
H A Dfm_ncsw.c1254 p_Fm->portsPreFetchConfigured[portNum] = TRUE; in FmSetPortPreFetchConfiguration()
1272 if (!p_Fm->portsPreFetchConfigured[portNum]) in FmGetPortPreFetchConfiguration()
1280 *p_PreFetchConfigured = (p_Fm->portsPreFetchConfigured[portNum]); in FmGetPortPreFetchConfiguration()