.\" 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 "E100_START_CU" "" "06 October 2005" "" "" .SH NAME e100_start_cu \- start the adapter's CU .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp u8 e100_start_cu (struct e100_private * \fIbdp\fB, tcb_t * \fItcb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdp\fB\fR atapter's private data struct .TP \fB\fItcb\fB\fR TCB to be transmitted .SH "DESCRIPTION" .PP This routine issues a CU Start or CU Resume command to the 82558/9. This routine was added because the prepare_ext_xmit_buff takes advantage of the 82558/9's Dynamic TBD chaining feature and has to start the CU as soon as the first TBD is ready. .PP e100_start_cu must be called while holding the tx_lock !