Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_node.c496 if (OCS_HW_RTN_IS_ERROR((rc = ocs_hw_node_free_resources(&ocs->hw, &node->rnode)))) { in ocs_node_free()
647 if (OCS_HW_RTN_IS_ERROR(rc)) { in ocs_node_attach()
H A Docs_hw.h152 #define OCS_HW_RTN_IS_ERROR(e) ((e) < 0) macro