Understanding the scsi_buf Structure
The scsi_buf structure is used for communication between the device driver and the adapter device driver during an initiator I/O request.
This structure is passed to and from the strategy routine in the same way a standard driver uses a struct buf structure.