SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
scsi_plat Struct Reference

struct scsi_plat - stores information about SCSI controller More...

#include <scsi.h>

Public Attributes

uint64_t base
 
uint64_t max_lun
 
uint64_t max_id
 
uint64_t max_bytes_per_req
 

Detailed Description

struct scsi_plat - stores information about SCSI controller

@base: Controller base address @max_lun: Maximum number of logical units @max_id: Maximum number of target ids @max_bytes_per_req: Maximum number of bytes per read/write request

Member Data Documentation

◆ base

uint64_t scsi_plat::base

◆ max_bytes_per_req

uint64_t scsi_plat::max_bytes_per_req

◆ max_id

uint64_t scsi_plat::max_id

◆ max_lun

uint64_t scsi_plat::max_lun

The documentation for this struct was generated from the following file: