Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c170 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) { in ocs_hw_init_queues()
223 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) { in ocs_hw_init_queues()
1391 rval = hw->ulp_max - hw->ulp_start + 1; in tok_getnumber()
H A Docs_hw.h890 uint16_t ulp_max; member
H A Docs_hw.c455 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()
466 hw->ulp_max = 0; in ocs_hw_setup()
469 hw->ulp_max = 1; in ocs_hw_setup()
473 hw->ulp_start, hw->ulp_max); in ocs_hw_setup()