/src/sys/dev/ic/ |
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...] |
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/dev/pci/ |
mpii.c | 756 int smid; local in function:mpii_intr 780 smid = le16toh(rdp->smid); 783 if (smid) { 784 ccb = &sc->sc_ccbs[smid - 1]; 2636 * frames, but smid zero cannot be used. so we then 2661 "sc: %p smid: %#x offs: %#lx cmd: %p dva: %#lx\n", 2793 descr.smid = ccb->ccb_smid;
|
mpii.c | 756 int smid; local in function:mpii_intr 780 smid = le16toh(rdp->smid); 783 if (smid) { 784 ccb = &sc->sc_ccbs[smid - 1]; 2636 * frames, but smid zero cannot be used. so we then 2661 "sc: %p smid: %#x offs: %#lx cmd: %p dva: %#lx\n", 2793 descr.smid = ccb->ccb_smid;
|
mfii.c | 96 u_int16_t smid; member in struct:mfii_request_descr 548 * the scsi commands using an SMID in the request descriptor, 550 * that is what the SMID refers to. this means ccb_request cannot 1261 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 1973 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2241 ccb = &sc->sc_ccb[le16toh(rdp->smid) - 1]; 2463 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2513 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2632 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2766 uint16_t smid, uint8_t type, uint32_t flags [all...] |
mfii.c | 96 u_int16_t smid; member in struct:mfii_request_descr 548 * the scsi commands using an SMID in the request descriptor, 550 * that is what the SMID refers to. this means ccb_request cannot 1261 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 1973 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2241 ccb = &sc->sc_ccb[le16toh(rdp->smid) - 1]; 2463 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2513 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2632 ccb->ccb_req.smid = le16toh(ccb->ccb_smid); 2766 uint16_t smid, uint8_t type, uint32_t flags [all...] |
mpiireg.h | 833 u_int16_t smid; member in struct:mpii_request_descr 848 u_int16_t smid; member in struct:mpii_reply_descr
|
mpiireg.h | 833 u_int16_t smid; member in struct:mpii_request_descr 848 u_int16_t smid; member in struct:mpii_reply_descr
|