1SAS_PORT_DELETE(9) SCSI mid layer SAS_PORT_DELETE(9)
23
4
NAME
6sas_port_delete - remove SAS PORT
7
SYNOPSIS
9void sas_port_delete(struct sas_port * port);
10
ARGUMENTS
12port
13SAS PORT to remove
14
DESCRIPTION
16Removes the specified SAS PORT. If the SAS PORT has an associated phys,
17unlink them from the port as well.
18
AUTHORS
20James Bottomley <James.Bottomley@hansenpartnership.com>
21Author.
2223
Rob Landley <rob@landley.net>
24Author.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 SAS_PORT_DELETE(9)