Searched defs:fct_i_cmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h67 struct fct_i_cmd;
68 typedef void (* fct_icmd_cb_t)(struct fct_i_cmd *icmd);
69 typedef struct fct_i_cmd { struct
75 struct fct_i_cmd *icmd_next; /* iport_abort_queue and irp */
76 struct fct_i_cmd *icmd_solcmd_next; /* iport_solcmd_queue */
235 struct fct_i_cmd *iport_cached_cmdlist;
264 struct fct_i_cmd *iport_abort_queue;
265 struct fct_i_cmd **iport_ppicmd_term;
272 struct fct_i_cmd *iport_solcmd_queue;

Completed in 75 milliseconds