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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_sport.c1753 ocs_hw_rtn_e hrc; local
1774 hrc = ocs_hw_node_group_alloc(&ocs->hw, node_group);
1775 if (hrc != OCS_HW_RTN_SUCCESS) {
1776 ocs_log_err(ocs, "ocs_hw_node_group_alloc() failed: %d\n", hrc);
1856 ocs_hw_rtn_e hrc; local
1921 hrc = ocs_hw_node_group_attach(&ocs->hw, node_group, &node->rnode);
1923 return (hrc == OCS_HW_RTN_SUCCESS) ? 0 : -1;

Completed in 164 milliseconds