Name

sas_port_free — free a SAS PORT

Synopsis

void sas_port_free (struct sas_port * port);
 

Arguments

struct sas_port * 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.