Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h403 fct_cmd_t *fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2871 fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle) in fct_handle_to_cmd() argument
2876 if (!CMD_HANDLE_VALID(fct_handle)) in fct_handle_to_cmd()
2878 if ((ndx = CMD_HANDLE_SLOT_INDEX(fct_handle)) >= port->port_max_xchges) in fct_handle_to_cmd()
2884 if ((slot->slot_uniq_cntr | 0x80) != (fct_handle >> 24)) in fct_handle_to_cmd()