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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c8975 uint32_t max_wq_entries = hw->num_qentries[SLI_QTYPE_WQ]; local
8983 if (max_cq_entries < max_wq_entries * 2) {
8984 max_wq_entries = hw->num_qentries[SLI_QTYPE_WQ] = max_cq_entries / 2;
8995 hw->config.n_wq = ((hw->config.n_io * 2) + (max_wq_entries - 1)) / max_wq_entries;

Completed in 283 milliseconds