|
@@ -510,6 +510,14 @@ struct libfc_function_template {
|
|
|
* STATUS: OPTIONAL
|
|
* STATUS: OPTIONAL
|
|
|
*/
|
|
*/
|
|
|
int (*ddp_done)(struct fc_lport *, u16);
|
|
int (*ddp_done)(struct fc_lport *, u16);
|
|
|
|
|
+ /*
|
|
|
|
|
+ * Sets up the DDP context for a given exchange id on the given
|
|
|
|
|
+ * scatterlist if LLD supports DDP for FCoE target.
|
|
|
|
|
+ *
|
|
|
|
|
+ * STATUS: OPTIONAL
|
|
|
|
|
+ */
|
|
|
|
|
+ int (*ddp_target)(struct fc_lport *, u16, struct scatterlist *,
|
|
|
|
|
+ unsigned int);
|
|
|
/*
|
|
/*
|
|
|
* Allow LLD to fill its own Link Error Status Block
|
|
* Allow LLD to fill its own Link Error Status Block
|
|
|
*
|
|
*
|