Lines Matching refs:TrapId
87 PNMI_STATIC char* GetTrapEntry(SK_AC *pAC, SK_U32 TrapId, unsigned int Size);
100 PNMI_STATIC void QueueRlmtPortTrap(SK_AC *pAC, SK_U32 TrapId,
102 PNMI_STATIC void QueueSensorTrap(SK_AC *pAC, SK_U32 TrapId,
104 PNMI_STATIC void QueueSimpleTrap(SK_AC *pAC, SK_U32 TrapId);
7255 SK_U32 TrapId, /* SNMP ID of the trap */ in GetTrapEntry() argument
7339 SK_PNMI_STORE_U32(pBuf + Beg + 1 + sizeof(SK_U32), TrapId); in GetTrapEntry()
7445 SK_U32 TrapId) /* Type of sensor trap */ in QueueSimpleTrap() argument
7447 GetTrapEntry(pAC, TrapId, SK_PNMI_TRAP_SIMPLE_LEN); in QueueSimpleTrap()
7463 SK_U32 TrapId, /* Type of sensor trap */ in QueueSensorTrap() argument
7474 pBuf = GetTrapEntry(pAC, TrapId, in QueueSensorTrap()
7545 SK_U32 TrapId, /* Type of RLMT port trap */ in QueueRlmtPortTrap() argument
7552 pBuf = GetTrapEntry(pAC, TrapId, SK_PNMI_TRAP_RLMT_PORT_LEN); in QueueRlmtPortTrap()