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

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h87 } portParams; member in struct:t_FmVspParams
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1011 t_FmInterModulePortFreeParams portParams; local
1015 portParams.hardwarePortId = ipcPortParams.hardwarePortId;
1016 portParams.portType = (e_FmPortType)(ipcPortParams.enumPortType);
1017 portParams.deqPipelineDepth = ipcPortParams.deqPipelineDepth;
1018 FmFreePortParams(h_Fm, &portParams);
2154 t_FmIpcPortFreeParams portParams; local
2161 portParams.hardwarePortId = p_PortParams->hardwarePortId;
2162 portParams.enumPortType = (uint32_t)p_PortParams->portType;
2163 portParams.deqPipelineDepth = p_PortParams->deqPipelineDepth;
2166 memcpy(msg.msgBody, &portParams, sizeo
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c446 p_FmVspEntry->portType = p_FmVspParams->portParams.portType;
447 p_FmVspEntry->portId = p_FmVspParams->portParams.portId;
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c664 struct fman_port_params portParams; local
670 memset(&portParams, 0, sizeof(struct fman_port_params));
671 portParams.discard_mask = p_DriverParams->errorsToDiscard;
672 portParams.dflt_fqid = p_DriverParams->dfltFqid;
673 portParams.err_fqid = p_DriverParams->errFqid;
674 portParams.deq_sp = p_DriverParams->deqSubPortal;
675 portParams.dont_release_buf = p_DriverParams->dontReleaseBuf;
680 portParams.err_mask = (RX_ERRS_TO_ENQ & ~portParams.discard_mask);
690 portParams
[all...]

Completed in 174 milliseconds