Home
last modified time | relevance | path

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

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