Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1321 next_icmd = icmd->icmd_next; in fct_deregister_local_port()
1486 for (icmd = irp->irp_els_list; icmd; icmd = icmd->icmd_next) { in fct_is_irp_logging_out()
1660 iport->iport_cached_cmdlist = icmd->icmd_next; in fct_scsi_task_alloc()
1679 icmd->icmd_next = NULL; in fct_scsi_task_alloc()
1887 icmd->icmd_next = NULL; in fct_post_to_discovery_queue()
1889 p = &((*p)->icmd_next)) in fct_post_to_discovery_queue()
2124 icmd->icmd_next = iport->iport_cached_cmdlist; in fct_cmd_free()
3056 icmd->icmd_next = NULL; in fct_q_for_termination_lock_held()
3058 ppicmd = &((*ppicmd)->icmd_next)) in fct_q_for_termination_lock_held()
3329 *ppicmd = (*ppicmd)->icmd_next; in fct_cmd_terminator()
[all …]
H A Ddiscovery.c1097 irp->irp_els_list = icmd->icmd_next; in fct_dequeue_els()
2069 fct_i_cmd_t *c = (*ppcmd)->icmd_next; in fct_process_els()
2075 (*ppcmd)->icmd_next = cmd_to_abort; in fct_process_els()
2079 ppcmd = &((*ppcmd)->icmd_next); in fct_process_els()
2085 fct_i_cmd_t *c = cmd_to_abort->icmd_next; in fct_process_els()
2226 iport->iport_cached_cmdlist = icmd->icmd_next; in fct_check_cmdlist()
H A Dfct_impl.h75 struct fct_i_cmd *icmd_next; /* iport_abort_queue and irp */ member
/titanic_44/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c1121 icmdp = icmd.icmd_next; in fct_icmds()