Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h75 #pragma weak fct_scsi_task_alloc macro
H A Demlxs_fc.h1340 void* (*fct_scsi_task_alloc)(void *, uint16_t, uint32_t, uint8_t *, member
/titanic_50/usr/src/uts/common/sys/
H A Dfct.h390 fct_cmd_t *fct_scsi_task_alloc(struct fct_local_port *port,
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c402 cmd = fct_scsi_task_alloc(FRM2SS(frm)->ss_port, FCT_HANDLE_NONE, in fcoet_create_unsol_exchange()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c338 emlxs_modsym.fct_scsi_task_alloc =
342 if ((void *)emlxs_modsym.fct_scsi_task_alloc == NULL) {
584 emlxs_modsym.fct_scsi_task_alloc = NULL;
2352 MODSYM(fct_scsi_task_alloc) (port->fct_port, hdl, sid, lun, 16, 0);
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1609 fct_scsi_task_alloc(fct_local_port_t *port, uint16_t rp_handle, in fct_scsi_task_alloc() function
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3948 cmd = fct_scsi_task_alloc(qlt->qlt_port, FCT_HANDLE_NONE, in qlt_handle_atio()