Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h557 uint16_t portMaxFrameLengths10G[FM_MAX_NUM_OF_10G_MACS]; member
H A Dfm_ncsw.c2124 p_Fm->p_FmStateStruct->portMaxFrameLengths10G[macId] = p_PortParams->maxFrameLength; in FmGetSetPortParams()
2250 p_Fm->p_FmStateStruct->portMaxFrameLengths10G[macId] = 0; in FmFreePortParams()
2455 if ((!p_Fm->p_FmStateStruct->portMaxFrameLengths10G[macId]) in FmSetMacMaxFrame()
2456 || (p_Fm->p_FmStateStruct->portMaxFrameLengths10G[macId] && in FmSetMacMaxFrame()
2457 (mtu <= p_Fm->p_FmStateStruct->portMaxFrameLengths10G[macId]))) in FmSetMacMaxFrame()