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

  /src/sys/dev/ic/
mpt_mpilib.h 658 U32 MsgContext;
674 U32 MsgContext;
1036 U32 MsgContext; /* 08h */
1066 U32 MsgContext; /* 08h */
2253 U32 MsgContext; /* 08h */
2280 U32 MsgContext; /* 08h */
2342 U32 MsgContext; /* 08h */
2369 U32 MsgContext; /* 08h */
2389 U32 MsgContext; /* 08h */
2410 U32 MsgContext; /* 08h *
    [all...]
mpt.c 509 f_req.MsgContext = htole32(0x12071942);
526 f_req.MsgContext = htole32(0x12071943);
553 init.MsgContext = htole32(0x12071941);
590 cfgp->MsgContext = htole32(req->index | 0x80000000);
647 cfgp->MsgContext = htole32(req->index | 0x80000000);
732 cfgp->MsgContext = htole32(req->index | 0x80000000);
1017 enable_req->MsgContext = htole32(req->index | 0x80000000);
1057 enable_req->MsgContext = htole32(req->index | 0x80000000);
1319 MPT_2_HOST32(rp, MsgContext);
1350 MPT_2_HOST32(pfp, MsgContext);
    [all...]
mpt_debug.c 335 printf("\tMsgContext 0x%08x\n", le32toh(msg->MsgContext));
488 printf("\tMsgContext 0x%08x\n", le32toh(req->MsgContext));
mpt_netbsd.c 540 le32toh(mpt_reply->MsgContext) & 0xffff);
548 index = le32toh(mpt_reply->MsgContext);
861 mpt_req->MsgContext = htole32(req->index);
1274 int index = le32toh(msg->MsgContext) & ~0x80000000;
1286 int index = le32toh(msg->MsgContext) & ~0x80000000;
1300 int index = le32toh(msg->MsgContext) & ~0x80000000;
1515 ackp->MsgContext = htole32(req->index | 0x80000000);
1552 mngt_req->MsgContext = req->index;

Completed in 20 milliseconds