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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c171 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) {
222 if ((hw->ulp_start + qt->ulp) > hw->ulp_max) {
1389 rval = hw->ulp_max - hw->ulp_start + 1;
H A Docs_hw.h897 uint16_t ulp_max; member in struct:ocs_hw_s
H A Docs_hw.c447 hw->ulp_max = 1;
450 hw->ulp_max = 0;
453 hw->ulp_max = 1;
458 hw->ulp_max = 0;
461 hw->ulp_max = 1;
464 ocs_log_debug(hw->os, "ulp_start %d, ulp_max %d\n",
465 hw->ulp_start, hw->ulp_max);

Completed in 92 milliseconds