Lines Matching refs:event
88 static void irdma_iidc_event_handler(struct ice_pf *pf, struct iidc_event *event)
93 if (*event->type & BIT(IIDC_EVENT_AFTER_MTU_CHANGE)) {
101 } else if (*event->type & BIT(IIDC_EVENT_BEFORE_TC_CHANGE)) {
106 } else if (*event->type & BIT(IIDC_EVENT_AFTER_TC_CHANGE)) {
119 } else if (*event->type & BIT(IIDC_EVENT_CRIT_ERR)) {
120 ibdev_warn(&iwdev->ibdev, "ICE OICR event notification: oicr = 0x%08x\n",
121 event->reg);
122 if (event->reg & IRDMAPFINT_OICR_PE_CRITERR_M) {
135 if (event->reg & IRDMAPFINT_OICR_HMC_ERR_M) {
139 if (event->reg & IRDMAPFINT_OICR_PE_PUSH_M) {