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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h560 uint16_t portMaxFrameLengths1G[FM_MAX_NUM_OF_1G_MACS]; member in struct:__anon9789
H A Dfm_ncsw.c2135 p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId] = p_PortParams->maxFrameLength;
2258 p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId] = 0;
2467 if ((!p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId])
2468 || (p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId] &&
2469 (mtu <= p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId])))

Completed in 72 milliseconds