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

  /src/sys/dev/ic/
mfireg.h 1449 uint16_t SMID; /* 0x14 - 0x15 nextLMId */
1760 uint16_t SMID; /* 0x02 */
1810 uint16_t SMID; /* 0x02 */
mfi.c 339 /* erase tb_request_desc but preserve SMID */
340 int index = ccb->ccb_tb_request_desc.header.SMID;
342 ccb->ccb_tb_request_desc.header.SMID = index;
387 * The first 256 bytes (SMID 0) is not used.
439 /* SMID 0 is reserved. Set SMID/index from 1 */
440 ccb->ccb_tb_request_desc.header.SMID = i + 1;
1310 * no way to avoid posting the SMID to the reply queue.
3099 int smid, num_completed; local in function:mfi_tbolt_intrh
3121 smid = desc->header.SMID
    [all...]
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 9259 SMID, 8
9287 Store (0xD, SMID)
9316 SMID, 8
9360 If (LNotEqual (SMID, 0xD))

Completed in 23 milliseconds