Searched refs:fct_handle_to_cmd (Results 1 – 3 of 3) sorted by relevance
400 fct_cmd_t *fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle);
4152 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()
2852 fct_handle_to_cmd(fct_local_port_t *port, uint32_t fct_handle) in fct_handle_to_cmd() function