HomeSort by: relevance | last modified time | path
    Searched defs:icp_intr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
icp.c 599 icp_intr(icp);
666 icp_intr(void *cookie) function in typeref:typename:int
680 (*icp->icp_intr)(icp, &ctx);
702 panic("icp_intr: bad command index returned");
709 panic("icp_intr: inactive CCB identified");
1151 icp_intr(icp);
icpvar.h 161 void (*icp_intr)(struct icp_softc *, struct icp_intr_ctx *); member in struct:icp_softc
221 int icp_intr(void *);

Completed in 13 milliseconds