Lines Matching refs:mantis

42 	struct mantis_pci *mantis = ca->ca_priv;  in mantis_hifevm_work()  local
50 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Plugin", mantis->num); in mantis_hifevm_work()
59 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): CAM Unplug", mantis->num); in mantis_hifevm_work()
68 if (mantis->gpif_status & MANTIS_GPIF_EXTIRQ) in mantis_hifevm_work()
69 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Ext IRQ", mantis->num); in mantis_hifevm_work()
71 if (mantis->gpif_status & MANTIS_SBUF_WSTO) in mantis_hifevm_work()
72 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Timeout", mantis->num); in mantis_hifevm_work()
74 if (mantis->gpif_status & MANTIS_GPIF_OTHERR) in mantis_hifevm_work()
75 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Alignment Error", mantis->num); in mantis_hifevm_work()
78 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Overflow", mantis->num); in mantis_hifevm_work()
81 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Read Ready", mantis->num); in mantis_hifevm_work()
84 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): GPIF IRQ", mantis->num); in mantis_hifevm_work()
87 dprintk(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Empty", mantis->num); in mantis_hifevm_work()
90 …k(MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis->num); in mantis_hifevm_work()
99 struct mantis_pci *mantis = ca->ca_priv; in mantis_evmgr_init() local
111 struct mantis_pci *mantis = ca->ca_priv; in mantis_evmgr_exit() local