Lines Matching defs:smid
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;
3121 smid = desc->header.SMID;
3122 KASSERT(smid > 0 && smid <= sc->sc_max_cmds);
3123 ccb = &sc->sc_ccb[smid - 1];
3125 "%s: mfi_tbolt_intr SMID %#x reply_idx %#x "
3126 "desc %#" PRIx64 " ccb %p\n", DEVNAME(sc), smid,