.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IB_MODIFY_PORT" "9" "09 October 2005" "" "" .SH NAME ib_modify_port \- Modifies the attributes for the specified port. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int ib_modify_port (struct ib_device * \fIdevice\fB, u8 \fIport_num\fB, int \fIport_modify_mask\fB, struct ib_port_modify * \fIport_modify\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdevice\fB\fR The device to modify. .TP \fB\fIport_num\fB\fR The number of the port to modify. .TP \fB\fIport_modify_mask\fB\fR Mask used to specify which attributes of the port to change. .TP \fB\fIport_modify\fB\fR New attribute values for the port. .SH "DESCRIPTION" .PP \fBib_modify_port\fR changes a port's attributes as specified by the \fIport_modify_mask\fR and \fIport_modify\fR structure.