Searched refs:ddp_done (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c343 * "ddp_done" trigger invalidation of HW
346 cmd->write_data_len = lport->tt.ddp_done(lport,
/linux-master/include/scsi/
H A Dlibfc.h499 int (*ddp_done)(struct fc_lport *, u16); member in struct:libfc_function_template
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c330 * fc_fcp_ddp_done() - Calls a LLD's ddp_done routine to release any
345 if (lport->tt.ddp_done) {
346 fsp->xfer_len = lport->tt.ddp_done(lport, fsp->xfer_ddp);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c165 .ddp_done = fcoe_ddp_done,
1097 * fcoe_ddp_done() - Call a LLD's ddp_done through the net device

Completed in 263 milliseconds