Home
last modified time | relevance | path

Searched refs:icmd_cmd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h70 fct_cmd_t *icmd_cmd; member
356 ((fct_sol_ct_t *)(x_icmd)->icmd_cmd->cmd_specific)
359 ((fct_els_t *)(x_icmd)->icmd_cmd->cmd_specific)
362 ((fct_i_local_port_t *)(x_icmd)->icmd_cmd->cmd_port->port_fct_private)
365 ((x_icmd)->icmd_cmd->cmd_port)
368 ((fct_i_remote_port_t *)(x_icmd)->icmd_cmd->cmd_rp->rp_fct_private)
378 (((x_icmd)->icmd_cmd->cmd_comp_status == FCT_SUCCESS) && \
382 (((x_icmd)->icmd_cmd->cmd_comp_status == FCT_SUCCESS) && \
H A Ddiscovery.c1054 cmd = icmd->icmd_cmd; in fct_trigger_rport_cleanup()
1381 fct_cmd_t *cmd = icmd->icmd_cmd; in fct_process_plogi()
1559 fct_cmd_t *cmd = icmd->icmd_cmd; in fct_process_prli()
1714 fct_cmd_t *cmd = icmd->icmd_cmd; in fct_process_logo()
1828 fct_cmd_t *cmd = icmd->icmd_cmd; in fct_process_prlo()
1901 fct_cmd_t *cmd = icmd->icmd_cmd; in fct_process_rcvd_adisc()
1951 ASSERT(icmd->icmd_cmd->cmd_type == FCT_CMD_RCVD_ELS); in fct_process_unknown_els()
1957 ret = fct_send_accrjt(icmd->icmd_cmd, ELS_OP_LSRJT, 1, 0); in fct_process_unknown_els()
1959 fct_queue_cmd_for_termination(icmd->icmd_cmd, ret); in fct_process_unknown_els()
1976 if (icmd->icmd_cmd->cmd_type == FCT_CMD_RCVD_ELS) { in fct_process_rscn()
[all …]
H A Dfct.c1341 fct_free(icmd->icmd_cmd); in fct_deregister_local_port()
1681 cmd = icmd->icmd_cmd; in fct_scsi_task_alloc()
2886 return (slot->slot_cmd->icmd_cmd); in fct_handle_to_cmd()
2982 c = ic->icmd_cmd; in fct_handle_rcvd_abts()
3073 icmd->icmd_cmd->cmd_comp_status = s; in fct_q_for_termination_lock_held()
3123 (icmd->icmd_cmd->cmd_type == FCT_CMD_FCP_XCHG)) { in fct_reset_flag_abort_called()
3125 icmd->icmd_cmd->cmd_specific, 0, NULL); in fct_reset_flag_abort_called()
3287 cmd = icmd->icmd_cmd; in fct_cmd_terminator()
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c871 (uintptr_t)icmd.icmd_cmd) != sizeof (struct fct_cmd)) { in print_tasks()
919 (uintptr_t)icmd.icmd_cmd) != sizeof (struct fct_cmd)) { in print_tasks_on_rp()
1118 mdb_printf(" fct cmd: %p\n", icmd.icmd_cmd); in fct_icmds()