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

  /src/sys/dev/ic/
icp.c 718 (icp->icp_flags & ICP_F_WAIT_FREEZE) != 0) {
719 icp->icp_flags &= ~ICP_F_WAIT_FREEZE;
992 icp->icp_flags |= ICP_F_WAIT_CCB;
1011 if (__predict_false((icp->icp_flags & ICP_F_WAIT_CCB) != 0)) {
1012 icp->icp_flags &= ~ICP_F_WAIT_CCB;
1262 icp->icp_flags |= ICP_F_WAIT_FREEZE;
icpvar.h 146 u_int icp_flags; member in struct:icp_softc
181 /* icp_flags */

Completed in 13 milliseconds