Searched refs:fct_handle_to_cmd (Results 1 – 3 of 3) sorted by relevance
403 fct_cmd_t *fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle);
6459 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_unsol_els_completion()6561 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_unsol_els_abort_completion()6628 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_sol_els_completion()6700 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_ct_completion()6916 cmd = fct_handle_to_cmd(qlt->qlt_port, hndl); in qlt_handle_ctio_completion()7022 cmd = fct_handle_to_cmd(qlt->qlt_port, h); in qlt_handle_sol_abort_completion()
2871 fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle) in fct_handle_to_cmd() function