Home
last modified time | relevance | path

Searched refs:fct_scsi_data_xfer_done (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h84 #pragma weak fct_scsi_data_xfer_done macro
H A Demlxs_fc.h1350 void (*fct_scsi_data_xfer_done)(fct_cmd_t *, stmf_data_buf_t *, member
/titanic_50/usr/src/uts/common/sys/
H A Dfct.h406 void fct_scsi_data_xfer_done(fct_cmd_t *cmd, stmf_data_buf_t *dbuf,
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c551 fct_scsi_data_xfer_done(xch->xch_cmd, dbuf, iof); in fcoet_process_sol_fcp_data()
909 fct_scsi_data_xfer_done(xch->xch_cmd, dbuf, iof); in fcoet_send_sol_fcp_data_done()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c440 emlxs_modsym.fct_scsi_data_xfer_done =
443 if ((void *)emlxs_modsym.fct_scsi_data_xfer_done == NULL) {
592 emlxs_modsym.fct_scsi_data_xfer_done = NULL;
3007 MODSYM(fct_scsi_data_xfer_done) (fct_cmd, dbuf, 0);
3032 MODSYM(fct_scsi_data_xfer_done) (fct_cmd, local
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1940 fct_scsi_data_xfer_done(fct_cmd_t *cmd, stmf_data_buf_t *dbuf, uint32_t ioflags) in fct_scsi_data_xfer_done() function
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4528 fct_scsi_data_xfer_done(cmd, dbuf, iof); in qlt_handle_ctio_completion()