.\" 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 "S2IO_ETHTOOL_SEEPROM" "9" "09 October 2005" "" "" .SH NAME s2io_ethtool_seeprom \- tries to write the user provided value in Eeprom .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int s2io_ethtool_seeprom (struct net_device * \fIdev\fB, struct ethtool_eeprom * \fIeeprom\fB, u8 * \fIdata_buf\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR -- undescribed -- .TP \fB\fIeeprom\fB\fR pointer to the user level structure provided by ethtool, containing all relevant information. \fIdata_buf\fR ; user defined value to be written into Eeprom. .TP \fB\fIdata_buf\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Tries to write the user provided value in the Eeprom, at the offset given by the user. .SH "RETURN VALUE" .PP 0 on success, -EFAULT on failure.