Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_hw_queues.c172 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) { in ocs_hw_init_queues()
225 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) { in ocs_hw_init_queues()
1393 rval = hw->ulp_max - hw->ulp_start + 1; in tok_getnumber()
H A Docs_hw.h892 uint16_t ulp_max; member
H A Docs_hw.c445 hw->ulp_max = 1; in ocs_hw_setup()
448 hw->ulp_max = 0; in ocs_hw_setup()
451 hw->ulp_max = 1; in ocs_hw_setup()
456 hw->ulp_max = 0; in ocs_hw_setup()
459 hw->ulp_max = 1; in ocs_hw_setup()
463 hw->ulp_start, hw->ulp_max); in ocs_hw_setup()