Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h355 #define ICMD_TO_CT(x_icmd) \ argument
356 ((fct_sol_ct_t *)(x_icmd)->icmd_cmd->cmd_specific)
358 #define ICMD_TO_ELS(x_icmd) \ argument
359 ((fct_els_t *)(x_icmd)->icmd_cmd->cmd_specific)
361 #define ICMD_TO_IPORT(x_icmd) \ argument
362 ((fct_i_local_port_t *)(x_icmd)->icmd_cmd->cmd_port->port_fct_private)
364 #define ICMD_TO_PORT(x_icmd) \ argument
365 ((x_icmd)->icmd_cmd->cmd_port)
367 #define ICMD_TO_IRP(x_icmd) \ argument
368 ((fct_i_remote_port_t *)(x_icmd)->icmd_cmd->cmd_rp->rp_fct_private)
[all …]