Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h104 #define CMD_HANDLE_SLOT_INDEX(x) ((x) & 0xffff) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2062 uint16_t n = CMD_HANDLE_SLOT_INDEX(cmd->cmd_handle); in fct_cmd_free()
2878 if ((ndx = CMD_HANDLE_SLOT_INDEX(fct_handle)) >= port->port_max_xchges) in fct_handle_to_cmd()