• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/

Lines Matching defs:eventSource

824   agsaEventSource_t        eventSource;
1622 /* save eventSource related information in tdsaAllShared */
1623 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE;
1624 tdsaAllShared->eventSource[PhyID].Source.agPortContext = agPortContext;
1625 tdsaAllShared->eventSource[PhyID].Source.event = OSSA_HW_EVENT_PHY_DOWN;
1627 tdsaAllShared->eventSource[PhyID].Source.param = PhyID;
1637 /* save eventSource related information in tdsaAllShared */
1638 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE;
1639 tdsaAllShared->eventSource[PhyID].Source.agPortContext = agPortContext;
1640 tdsaAllShared->eventSource[PhyID].Source.event = OSSA_HW_EVENT_PHY_DOWN;
1642 tdsaAllShared->eventSource[PhyID].Source.param = PhyID;
1657 /* save eventSource related information in tdsaAllShared */
1658 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE;
1659 tdsaAllShared->eventSource[PhyID].Source.agPortContext = agPortContext;
1660 tdsaAllShared->eventSource[PhyID].Source.event = OSSA_HW_EVENT_PHY_DOWN;
1662 tdsaAllShared->eventSource[PhyID].Source.param = PhyID;
1770 tdsaAllShared->eventSource[PhyID].EventValid = NO_ACK;
1938 eventSource.agPortContext = agPortContext;
1939 eventSource.event = OSSA_HW_EVENT_PHY_ERR_INBOUND_CRC;
1941 eventSource.param = PhyID;
1946 &eventSource, /* agsaEventSource_t */
2080 eventSource.agPortContext = agPortContext;
2081 eventSource.event = OSSA_HW_EVENT_BROADCAST_CHANGE;
2083 eventSource.param = PhyID;
2088 &eventSource, /* agsaEventSource_t */
2896 eventSource.agPortContext = agPortContext;
2897 eventSource.event = OSSA_HW_EVENT_PHY_ERR_INVALID_DWORD;
2899 eventSource.param = PhyID;
2904 &eventSource, /* agsaEventSource_t */
2943 eventSource.agPortContext = agPortContext;
2944 eventSource.event = OSSA_HW_EVENT_PHY_ERR_DISPARITY_ERROR;
2946 eventSource.param = PhyID;
2951 &eventSource, /* agsaEventSource_t */
2990 eventSource.agPortContext = agPortContext;
2991 eventSource.event = OSSA_HW_EVENT_PHY_ERR_CODE_VIOLATION;
2993 eventSource.param = PhyID;
2998 &eventSource, /* agsaEventSource_t */
3061 eventSource.agPortContext = agPortContext;
3062 eventSource.event = OSSA_HW_EVENT_PHY_ERR_LOSS_OF_DWORD_SYNCH;
3064 eventSource.param = PhyID;
3069 &eventSource, /* agsaEventSource_t */
3109 eventSource.agPortContext = agPortContext;
3110 eventSource.event = OSSA_HW_EVENT_PHY_ERR_PHY_RESET_FAILED;
3112 eventSource.param = PhyID;
3117 &eventSource, /* agsaEventSource_t */
6461 agsaEventSource_t *eventSource;
6541 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE &&
6547 eventSource = &(tdsaAllShared->eventSource[PhyID].Source);
6552 eventSource, /* agsaEventSource_t */
6562 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE;
6591 else if (tdsaAllShared->eventSource[PhyID].EventValid == NO_ACK &&
6627 TI_DBG3(("ossaDeregisterDeviceHandleCB: pid %d eventvalid %d registeredNumDevice %d\n", onePortContext->id, tdsaAllShared->eventSource[PhyID].EventValid , onePortContext->RegisteredDevNums));
6651 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE &&
6657 eventSource = &(tdsaAllShared->eventSource[PhyID].Source);
6662 eventSource, /* agsaEventSource_t */
6672 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE;
6701 TI_DBG3(("ossaDeregisterDeviceHandleCB: pid %d eventvalid %d registeredNumDevice %d\n", onePortContext->id, tdsaAllShared->eventSource[PhyID].EventValid , onePortContext->RegisteredDevNums));