SAS_PORT_FREE(9) | SCSI mid layer | SAS_PORT_FREE(9) |
NAME¶
sas_port_free - free a SAS PORT
SYNOPSIS¶
void sas_port_free(struct sas_port * port);
ARGUMENTS¶
port
SAS PORT to free
DESCRIPTION¶
Frees the specified SAS PORT.
NOTE¶
This function must only be called on a PORT that has not successfully been added using sas_port_add.
AUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>
Author.
Rob Landley <rob@landley.net>
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |