Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfct.h400 fct_cmd_t *fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle);
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4152 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_unsol_els_completion()
4236 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_unsol_els_abort_completion()
4302 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_sol_els_completion()
4373 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_ct_completion()
4470 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_ctio_completion()
4567 cmd = fct_handle_to_cmd(qlt->qlt_port, h); in qlt_handle_sol_abort_completion()
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2852 fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle) in fct_handle_to_cmd() function