Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h76 struct fct_i_cmd *icmd_solcmd_next; /* iport_solcmd_queue */ member
H A Ddiscovery.c2251 next_icmd = icmd->icmd_solcmd_next; in fct_check_solcmd_queue()
2288 while (prev_icmd->icmd_solcmd_next != icmd) { in fct_check_solcmd_queue()
2289 prev_icmd = prev_icmd->icmd_solcmd_next; in fct_check_solcmd_queue()
2291 prev_icmd->icmd_solcmd_next = next_icmd; in fct_check_solcmd_queue()
H A Dfct.c2782 icmd->icmd_solcmd_next = iport->iport_solcmd_queue; in fct_post_to_solcmd_queue()