Home
last modified time | relevance | path

Searched refs:log_eq_size (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c48 static int hermon_eq_alloc(hermon_state_t *state, uint32_t log_eq_size,
89 uint_t log_eq_size, intr_num; in hermon_eq_init_all() local
105 log_eq_size = state->hs_cfg_profile->cp_log_eq_sz; in hermon_eq_init_all()
134 status = hermon_eq_alloc(state, log_eq_size, i, &eq[i]); in hermon_eq_init_all()
157 status = hermon_eq_alloc(state, log_eq_size, intr_num, in hermon_eq_init_all()
725 hermon_eq_alloc(hermon_state_t *state, uint32_t log_eq_size, uint_t intr, in hermon_eq_alloc() argument
774 eq->eq_eqinfo.qa_size = (1 << log_eq_size) * sizeof (hermon_hw_eqe_t); in hermon_eq_alloc()
825 eqc_entry.log_eq_sz = log_eq_size; in hermon_eq_alloc()
863 eq->eq_bufsz = (1 << log_eq_size); in hermon_eq_alloc()
864 eq->eq_log_eqsz = log_eq_size; in hermon_eq_alloc()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c49 static int tavor_eq_alloc(tavor_state_t *state, uint32_t log_eq_size,
91 uint_t log_eq_size, intr_num; in tavor_eq_init_all() local
104 log_eq_size = state->ts_cfg_profile->cp_log_default_eq_sz; in tavor_eq_init_all()
140 status = tavor_eq_alloc(state, log_eq_size, intr_num, in tavor_eq_init_all()
903 tavor_eq_alloc(tavor_state_t *state, uint32_t log_eq_size, uint_t intr, in tavor_eq_alloc() argument
967 eq->eq_eqinfo.qa_size = (1 << log_eq_size) * sizeof (tavor_hw_eqe_t); in tavor_eq_alloc()
985 for (i = 0; i < (1 << log_eq_size); i++) { in tavor_eq_alloc()
1042 eqc_entry.log_eq_sz = log_eq_size; in tavor_eq_alloc()
1077 eq->eq_bufsz = (1 << log_eq_size); in tavor_eq_alloc()