Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c604 rq->entry_count = OCS_MIN(entry_count, OCS_MIN(max_hw_rq, OCS_HW_RQ_NUM_HDR)); in hw_new_rq()
696 rq->entry_count = OCS_MIN(entry_count, OCS_MIN(max_hw_rq, OCS_HW_RQ_NUM_HDR)); in hw_new_rq_set()
H A Docs_os.h129 #define OCS_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
H A Dsli4.c3744 sli4->config.extent[SLI_RSRC_FCOE_XRI].size = OCS_MIN(255,read_config->xri_count); in sli_get_config()
H A Docs_hw.c861 for (i = 0; i < OCS_MIN(hw->hw_rq_count, SLI4_CMD_REG_FCFI_NUM_RQ_CFG); i++) { in ocs_hw_init()