(Page 12 of 29 in this chapter) Version
typedef struct _MTP3NSapCfg
{
S16 p0QLen; /* size of the priority 0 Q */
S16 p1QLen; /* size of the priority 1 Q */
S16 p2QLen; /* size of the priority 2 Q */
S16 p3QLen; /* size of the priority 3 Q */
U8 discPrior; /* discard priority */
U8 lnkType; /* link type ANSI or CCITT */
U8 selector; /* upper layer selector */
U8 spare1; /* alignment */
MemoryId mem; /* memory region and pool id */
U8 dpcLen; /* dpc or opc length */
U8 prior; /* priority */
U8 route; /* route */
U8 spare2; /* alignment */
U32 opc; /* default opc for UDatReq from user layer */
} MTP3NSapCfg;
(Page 12 of 29 in this chapter) Version