Searched refs:cqs (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw_queues.c | 62 hw_cq_t *cqs[hw->config.n_rq]; in ocs_hw_init_queues() local 316 if (hw_new_cq_set(eqs, cqs, rqset_count, default_lengths[QTOP_CQ])) { in ocs_hw_init_queues() 322 if (hw_new_rq_set(cqs, rqs, rqset_count, rqset_len, rqset_ulp)) { 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 450 cqs[i] = NULL; in hw_new_cq_set() 458 cqs[i] = cq; in hw_new_cq_set() 475 hw->hw_cq[cqs[i]->instance] = cqs[i]; in hw_new_cq_set() 476 ocs_list_add_tail(&cqs[i]->eq->cq_list, cqs[i]); in hw_new_cq_set() 483 if (cqs[i]) { in hw_new_cq_set() 484 ocs_free(hw->os, cqs[i], sizeof(*cqs[i])); in hw_new_cq_set() [all …]
|
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… 1238 extern uint32_t hw_new_rq_set(hw_cq_t *cqs[], hw_rq_t *rqs[], uint32_t num_rq_pairs, uint32_t entry…
|
/freebsd/contrib/bmake/mk/ |
H A D | lib.mk | 173 AR_cq= -cqs
|