Searched refs:portMaxFrameLengths10G (Results 1 – 2 of 2) sorted by relevance
557 uint16_t portMaxFrameLengths10G[FM_MAX_NUM_OF_10G_MACS]; member
2124 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()