Searched refs:portMaxFrameLengths1G (Results 1 – 2 of 2) sorted by relevance
560 uint16_t portMaxFrameLengths1G[FM_MAX_NUM_OF_1G_MACS]; member
2135 p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId] = p_PortParams->maxFrameLength; in FmGetSetPortParams()2258 p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId] = 0; in FmFreePortParams()2467 if ((!p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId]) in FmSetMacMaxFrame()2468 || (p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId] && in FmSetMacMaxFrame()2469 (mtu <= p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId]))) in FmSetMacMaxFrame()