Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h80 #pragma weak fct_scsi_task_alloc macro
H A Demlxs_fc.h1344 void* (*fct_scsi_task_alloc)(void *, uint16_t, uint32_t, uint8_t *, member
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h393 fct_cmd_t *fct_scsi_task_alloc(struct fct_local_port *port,
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c341 emlxs_modsym.fct_scsi_task_alloc = in emlxs_fct_modopen()
345 if ((void *)emlxs_modsym.fct_scsi_task_alloc == NULL) { in emlxs_fct_modopen()
587 emlxs_modsym.fct_scsi_task_alloc = NULL; in emlxs_fct_modclose()
2366 MODSYM(fct_scsi_task_alloc) (port->fct_port, hdl, sid, lun, 16, 0); in emlxs_fct_handle_unsol_req()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1628 fct_scsi_task_alloc(fct_local_port_t *port, uint16_t rp_handle, in fct_scsi_task_alloc() function
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c6141 cmd = fct_scsi_task_alloc(qlt->qlt_port, FCT_HANDLE_NONE, in qlt_handle_atio()