Searched refs:maxFrameLength (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ipc.h85 uint16_t maxFrameLength; member in struct:__anon9791
123 uint16_t maxFrameLength; /**< IN. Port's max frame length. */ member in struct:t_FmIpcPortInInitParams
H A Dfm_ncsw.c865 initParams.maxFrameLength = ipcInitParams.maxFrameLength;
965 ipcMacMaxFrameParams.maxFrameLength);
1978 portInParams.maxFrameLength = p_PortParams->maxFrameLength;
2123 if (p_PortParams->maxFrameLength >= p_Fm->p_FmStateStruct->macMaxFrameLengths10G[macId])
2124 p_Fm->p_FmStateStruct->portMaxFrameLengths10G[macId] = p_PortParams->maxFrameLength;
2126 RETURN_ERROR(MINOR, E_INVALID_VALUE, ("Port maxFrameLength is smaller than MAC current MTU"));
2134 if (p_PortParams->maxFrameLength >= p_Fm->p_FmStateStruct->macMaxFrameLengths1G[macId])
2135 p_Fm->p_FmStateStruct->portMaxFrameLengths1G[macId] = p_PortParams->maxFrameLength;
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c427 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
455 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
480 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
485 (ROUND_UP(MIN(p_FmPort->maxFrameLength, p_FmPort->rxPoolsParams.largestBufSize), BMI_FIFO_UNITS)
509 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
2341 p_FmPort->maxFrameLength = DEFAULT_PORT_maxFrameLength;
2681 fmParams.maxFrameLength = p_FmPort->maxFrameLength;
3241 p_FmPort->maxFrameLength = length;
H A Dfm_port.h928 uint16_t maxFrameLength; member in struct:__anon9763
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h899 uint16_t maxFrameLength; /**< IN. Port's max frame length. */ member in struct:t_FmInterModulePortInitParams

Completed in 128 milliseconds