Searched refs:eqs (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/byacc/ |
| H A D | vmsbuild.com | 16 $ if "''hlp'" .eqs. "HELP" .or. - 17 "''hlp'" .eqs. "-H" .or. - 18 "''hlp'" .eqs. "-?" .or. - 19 "''hlp'" .eqs. "?" then gosub usage
|
| /src/sys/dev/mana/ |
| H A D | mana_en.c | 1301 if (!ac->eqs) in mana_destroy_eq() 1305 eq = ac->eqs[i].eq; in mana_destroy_eq() 1312 free(ac->eqs, M_DEVBUF); in mana_destroy_eq() 1313 ac->eqs = NULL; in mana_destroy_eq() 1325 ac->eqs = mallocarray(gc->max_num_queues, sizeof(struct mana_eq), in mana_create_eq() 1332 spec.eq.context = ac->eqs; in mana_create_eq() 1336 err = mana_gd_create_mana_eq(gd, &spec, &ac->eqs[i].eq); in mana_create_eq() 2137 spec.cq.parent_eq = ac->eqs[i].eq; in mana_create_txq() 2566 rxq = mana_create_rxq(apc, i, &ac->eqs[i], ndev); in mana_add_rx_queues()
|
| H A D | mana.h | 482 struct mana_eq *eqs; member
|
| /src/sys/dev/ocs_fc/ |
| H A D | ocs_hw_queues.c | 61 hw_eq_t *eqs[hw->config.n_rq]; in ocs_hw_init_queues() local 283 eqs[rqset_count] = mrq.rq_cfg[i].eq; in ocs_hw_init_queues() 316 if (hw_new_cq_set(eqs, cqs, rqset_count, default_lengths[QTOP_CQ])) { in ocs_hw_init_queues() 440 hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count) in hw_new_cq_set() argument 443 ocs_hw_t *hw = eqs[0]->hw; in hw_new_cq_set() 459 cq->eq = eqs[i]; in hw_new_cq_set() 465 assocs[i] = eqs[i]->queue; in hw_new_cq_set()
|
| H A D | ocs_hw.h | 1234 extern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_coun…
|
| H A D | sli4.c | 4741 uint32_t n_entries, sli4_queue_t *eqs[]) in sli_cq_alloc_set() argument 4836 req->eq_id[i] = eqs[i]->id; in sli_cq_alloc_set()
|
| H A D | sli4.h | 3738 extern int32_t sli_cq_alloc_set(sli4_t *, sli4_queue_t *qs[], uint32_t, uint32_t, sli4_queue_t *eqs…
|
| /src/usr.bin/kdump/ |
| H A D | kdump.c | 142 #define eqs(s1, s2) (strcmp((s1), (s2)) == 0) macro
|