(Page 12 of 29 in this chapter) Version
typedef struct _Mtp3NSAPCfg
{
S16 p0QLen; /* Queue threshold where cong. prior is increased
* to 0 */
S16 p1QLen; /* Queue threshold where cong. prior is increased
* to 1 */
S16 p2QLen; /* Queue threshold where cong. prior is increased
* to 2 */
S16 p3QLen; /* Queue threshold where cong. prior is increased
* to 3 */
U8 discPrior; /* Discard priority */
U8 lnkType; /* Link type */
U8 selector; /* Upper layer selector */
U8 spare1; /* Alignment */
MemoryId mem; /* Memory region and pool id. (Unused) */
U8 dpcLen; /* DPC or OPC length */
U8 prior; /* Priority */
U8 route; /* Route */
U8 spare2; /* Alignment */
U32 opc; /* Default opc for user layer. Internal use. */
} MTP3NSapCfg;
(Page 12 of 29 in this chapter) Version