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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c59 struct fman_port_cfg *p_DfltConfig = &p_Params->dfltCfg; local
190 if (p_DfltConfig->rx_pri_elevation % BMI_FIFO_UNITS)
195 if ((p_DfltConfig->rx_pri_elevation < BMI_FIFO_UNITS)
196 || (p_DfltConfig->rx_pri_elevation > MAX_PORT_FIFO_SIZE))
201 if (p_DfltConfig->rx_fifo_thr % BMI_FIFO_UNITS)
206 if ((p_DfltConfig->rx_fifo_thr < BMI_FIFO_UNITS)
207 || (p_DfltConfig->rx_fifo_thr > MAX_PORT_FIFO_SIZE))
214 if (p_DfltConfig->rx_cut_end_bytes > FRAME_END_DATA_SIZE)
241 if (p_DfltConfig->rx_cut_end_bytes + p_DfltConfig
[all...]

Completed in 96 milliseconds