---
title: SBP2ClientOrbData
framework: kernel
role: pseudoSymbol
path: kernel/iofirewireserialbusprotocoltransport/sbp2clientorbdata
---

# SBP2ClientOrbData

## Declaration

```occ
typedef struct {
      IOFireWireSBP2ORB *orb;
      SCSITaskIdentifier scsiTask;
      SCSIServiceResponse serviceResponse;
      SCSITaskStatus taskStatus;
      IOBufferMemoryDescriptor *quadletAlignedBuffer;
} SBP2ClientOrbData;
```

## Overview

Overview This structure is stuffed into the refcon so we can associate which IOFireWireSBP2ORB and SCSITaskIdentifier is completing.
