Home | History | Annotate | Download | only in pci

Lines Matching defs:enp

1552 	struct mpii_msg_event_reply		*enp;
1564 enp = (struct mpii_msg_event_reply *)rcb->rcb_reply;
1572 eaq->event = enp->event;
1573 eaq->event_context = enp->event_context;
1758 mpii_event_raid(struct mpii_softc *sc, struct mpii_msg_event_reply *enp)
1766 ccl = (struct mpii_evt_ir_cfg_change_list *)(enp + 1);
1864 struct mpii_msg_event_reply *enp;
1872 enp = (struct mpii_msg_event_reply *)rcb->rcb_reply;
1874 DEVNAME(sc), le16toh(enp->event));
1875 KASSERT(le16toh(enp->event) == MPII_EVENT_SAS_TOPOLOGY_CHANGE_LIST);
1877 tcl = (struct mpii_evt_sas_tcl *)(enp + 1);
1946 struct mpii_msg_event_reply *enp;
1961 enp = (struct mpii_msg_event_reply *)rcb->rcb_reply;
1963 DEVNAME(sc), le16toh(enp->event));
1964 KASSERT(le16toh(enp->event) == MPII_EVENT_SAS_TOPOLOGY_CHANGE_LIST);
1965 tcl = (struct mpii_evt_sas_tcl *)(enp + 1);
2008 mpii_event_discovery(struct mpii_softc *sc, struct mpii_msg_event_reply *enp)
2011 (struct mpii_evt_sas_discovery *)(enp + 1);
2025 struct mpii_msg_event_reply *enp;
2027 enp = (struct mpii_msg_event_reply *)rcb->rcb_reply;
2030 le16toh(enp->event));
2032 switch (le16toh(enp->event)) {
2037 mpii_event_discovery(sc, enp);
2048 (struct mpii_evt_ir_volume *)(enp + 1);
2087 mpii_event_raid(sc, enp);
2091 (struct mpii_evt_ir_status *)(enp + 1);
2104 DEVNAME(sc), le16toh(enp->event));
2113 struct mpii_msg_event_reply *enp = rcb->rcb_reply;
2116 if (enp->ack_required) {