Home
last modified time | relevance | path

Searched refs:icmd_flags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c812 icmd->icmd_flags |= ICMD_KNOWN_TO_FCA; in fct_handle_els()
969 if (!(icmd->icmd_flags & ICMD_IMPLICIT)) { in fct_handle_els()
1044 if (icmd->icmd_flags & ICMD_IN_TRANSITION) { in fct_trigger_rport_cleanup()
1049 if (icmd->icmd_flags & ICMD_CMD_COMPLETE) { in fct_trigger_rport_cleanup()
1393 uint32_t icmd_flags = icmd->icmd_flags; in fct_process_plogi() local
1508 atomic_and_32(&icmd->icmd_flags, in fct_process_plogi()
1524 if (icmd_flags & ICMD_IMPLICIT) { in fct_process_plogi()
1782 if (!(icmd->icmd_flags & ICMD_IMPLICIT)) { in fct_process_logo()
1789 atomic_and_32(&icmd->icmd_flags, in fct_process_logo()
2252 if (icmd->icmd_flags & ICMD_SOLCMD_NEW) { in fct_check_solcmd_queue()
[all …]
H A Dfct.c1974 old = new = icmd->icmd_flags; in fct_scsi_data_xfer_done()
2020 old = new = icmd->icmd_flags; in fct_send_response_done()
2141 icmd->icmd_flags = 0; in fct_cmd_free()
2176 old = new = icmd->icmd_flags; in fct_scsi_abort()
2352 icmd->icmd_flags |= ICMD_IMPLICIT; in fct_create_solels()
2897 old = icmd->icmd_flags; in fct_queue_scsi_task_for_termination()
3066 old = icmd->icmd_flags; in fct_q_for_termination_lock_held()
3111 old = new = icmd->icmd_flags; in fct_reset_flag_abort_called()
3322 atomic_and_32(&icmd->icmd_flags, in fct_cmd_terminator()
3327 atomic_and_32(&icmd->icmd_flags, in fct_cmd_terminator()
[all …]
H A Dfct_impl.h73 uint32_t icmd_flags; member