Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c97 static void ocs_hw_dmtf_clp_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg);
6702 rc = ocs_hw_command(hw, mbxdata, opts, ocs_hw_dmtf_clp_cb, cb_arg); in ocs_hw_exec_dmtf_clp_cmd()
6708 ocs_hw_dmtf_clp_cb(hw, 0, mbxdata, cb_arg); in ocs_hw_exec_dmtf_clp_cmd()
6744 ocs_hw_dmtf_clp_cb(ocs_hw_t *hw, int32_t status, uint8_t *mqe, void *arg) in ocs_hw_dmtf_clp_cb() function