Home
last modified time | relevance | path

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

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