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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_ddump.c449 ocs_ddump_value(textbuf, "n_eq", "%d", hw->eq_count);
466 ocs_ddump_sli4_queue(textbuf, "eq", hw, hw->eq, hw->eq_count,
H A Docs_hw_queues.c83 hw->eq_count = 0;
363 eq->instance = hw->eq_count++;
H A Docs_hw.h942 uint32_t eq_count; member in struct:ocs_hw_s
H A Docs_hw.c945 for (i = 0; i < hw->eq_count; i++) {
1276 for (i = 0; i < hw->eq_count; i++) {
1441 for (i = 0; i < hw->eq_count; i++) {
1468 return hw->eq_count;
2084 if (vector > hw->eq_count) {
2086 vector, hw->eq_count);
9692 for (i = 0; i < hw->eq_count; i++) {
H A Dsli4.h823 eq_count:16; member in struct:sli4_res_read_config_s
H A Dsli4.c3795 sli4->config.max_qcount[SLI_QTYPE_EQ] = read_config->eq_count;
/freebsd-current/sys/dev/oce/
H A Doce_hw.h2108 uint16_t eq_count; member in struct:oce_nic_resc_desc

Completed in 219 milliseconds