Searched refs:ocs_hw_link_stat_cb_arg_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c5033 } ocs_hw_link_stat_cb_arg_t; typedef in typeref:struct:ocs_hw_link_stat_cb_arg
5418 ocs_hw_link_stat_cb_arg_t *cb_arg;
5427 cb_arg = ocs_malloc(hw->os, sizeof(ocs_hw_link_stat_cb_arg_t), OCS_M_NOWAIT);
5447 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_link_stat_cb_arg_t));
5473 ocs_hw_link_stat_cb_arg_t *cb_arg = arg;
5533 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_link_stat_cb_arg_t));

Completed in 213 milliseconds