Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw_queues.c171 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) { in ocs_hw_init_queues()
222 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) { in ocs_hw_init_queues()
1389 rval = hw->ulp_max - hw->ulp_start + 1; in tok_getnumber()
H A Docs_hw.h897 uint16_t ulp_max; member
H A Docs_hw.c447 hw->ulp_max = 1; in ocs_hw_setup()
450 hw->ulp_max = 0; in ocs_hw_setup()
453 hw->ulp_max = 1; in ocs_hw_setup()
458 hw->ulp_max = 0; in ocs_hw_setup()
461 hw->ulp_max = 1; in ocs_hw_setup()
465 hw->ulp_start, hw->ulp_max); in ocs_hw_setup()