Home
last modified time | relevance | path

Searched refs:iMaxFrameBufferSize (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dctcadpt.h198 pCTCBLK->iMaxFrameBufferSize /* (whatever CTCI_Init defined) */ \
207 pLCSDEV->iMaxFrameBufferSize /* (whatever LCS_Startup defined) */ \
251 U16 iMaxFrameBufferSize; // Device Buffer Size member
377 U16 iMaxFrameBufferSize; // Device Buffer Size member
H A Dctc_lcs.c1197 iOrigMaxFrameBufferSize = pLCSDEV->iMaxFrameBufferSize; in LCS_Startup()
1198 FETCH_HW( pLCSDEV->iMaxFrameBufferSize, ((PLCSSTRTFRM)pCmdFrame)->hwBufferSize ); in LCS_Startup()
1201 if (pLCSDEV->iMaxFrameBufferSize > sizeof(pLCSDEV->bFrameBuffer)) in LCS_Startup()
1206 pLCSDEV->iMaxFrameBufferSize, in LCS_Startup()
1208 pLCSDEV->iMaxFrameBufferSize = iOrigMaxFrameBufferSize; in LCS_Startup()
1212 if (pLCSDEV->iMaxFrameBufferSize < CTC_MIN_FRAME_BUFFER_SIZE) in LCS_Startup()
1217 pLCSDEV->iMaxFrameBufferSize, in LCS_Startup()
1219 pLCSDEV->iMaxFrameBufferSize = iOrigMaxFrameBufferSize; in LCS_Startup()
1933 > pLCSDEV->iMaxFrameBufferSize ) // Size of Frame buffer in LCS_EnqueueEthFrame()
1992 > pLCSDEV->iMaxFrameBufferSize ) // Size of Frame buffer in LCS_EnqueueReplyFrame()
H A Dctc_ctci.c194 pDevCTCBLK->iMaxFrameBufferSize = sizeof(pDevCTCBLK->bFrameBuffer); in CTCI_Init()
1061 > pCTCBLK->iMaxFrameBufferSize ) // Size of Frame buffer in CTCI_EnqueueIPFrame()