Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h89 #pragma weak fct_scsi_data_xfer_done macro
H A Demlxs_fc.h1354 void (*fct_scsi_data_xfer_done)(fct_cmd_t *, stmf_data_buf_t *, member
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h409 void fct_scsi_data_xfer_done(fct_cmd_t *cmd, stmf_data_buf_t *dbuf,
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c443 emlxs_modsym.fct_scsi_data_xfer_done = in emlxs_fct_modopen()
446 if ((void *)emlxs_modsym.fct_scsi_data_xfer_done == NULL) { in emlxs_fct_modopen()
595 emlxs_modsym.fct_scsi_data_xfer_done = NULL; in emlxs_fct_modclose()
3021 MODSYM(fct_scsi_data_xfer_done) (fct_cmd, dbuf, 0); in emlxs_fct_handle_fcp_event()
3046 MODSYM(fct_scsi_data_xfer_done) (fct_cmd, in emlxs_fct_handle_fcp_event() local
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1959 fct_scsi_data_xfer_done(fct_cmd_t *cmd, stmf_data_buf_t *dbuf, uint32_t ioflags) in fct_scsi_data_xfer_done() function
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c6977 fct_scsi_data_xfer_done(cmd, dbuf, iof); in qlt_handle_ctio_completion()