On Tue, 2011-07-26 at 14:51 -0700, Bhanu Prakash Gollapudi wrote: > For the devices that support sequence level error recovery, based on the REC > response, the firmware has to be informed about the offset from which the > retransmission should happen. Driver initiates sequence cleanup task to > firmware so that the firmware can program the task. Upon the sequence cleanup > completion, SRR is issued to retransmit the sequence. > > Signed-off-by: Bhanu Prakash Gollapudi <bprakash@xxxxxxxxxxxx> > --- > drivers/scsi/bnx2fc/bnx2fc.h | 10 ++++ > drivers/scsi/bnx2fc/bnx2fc_hwi.c | 97 ++++++++++++++++++++++++++++++++++ > drivers/scsi/bnx2fc/bnx2fc_io.c | 106 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 213 insertions(+), 0 deletions(-) Well, I got another two patches include, but this one doesn't compile: CC [M] drivers/scsi/bnx2fc/bnx2fc_io.o drivers/scsi/bnx2fc/bnx2fc_io.c: In function ‘bnx2fc_initiate_seq_cleanup’: drivers/scsi/bnx2fc/bnx2fc_io.c:987:8: error: ‘struct bnx2fc_els_cb_arg’ has no member named ‘r_ctl’ drivers/scsi/bnx2fc/bnx2fc_io.c:988:8: error: ‘struct bnx2fc_els_cb_arg’ has no member named ‘offset’ drivers/scsi/bnx2fc/bnx2fc_io.c: In function ‘bnx2fc_process_seq_cleanup_compl’: drivers/scsi/bnx2fc/bnx2fc_io.c:1235:21: error: ‘struct bnx2fc_els_cb_arg’ has no member named ‘offset’ drivers/scsi/bnx2fc/bnx2fc_io.c:1236:29: error: ‘struct bnx2fc_els_cb_arg’ has no member named ‘r_ctl’ drivers/scsi/bnx2fc/bnx2fc_io.c:1252:2: error: implicit declaration of function ‘bnx2fc_send_srr’ make[1]: *** [drivers/scsi/bnx2fc/bnx2fc_io.o] Error 1 make: *** [drivers/scsi/bnx2fc/bnx2fc.ko] Error 2 I assume it has to be combined with one of the other patches to make a bisectable unit? James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html