Searched refs:cqs (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | ev.c | 270 xa_lock_irqsave(&dev->cqs, flag); in c4iw_ev_handler() 271 chp = xa_load(&dev->cqs, qid); in c4iw_ev_handler() 274 xa_unlock_irqrestore(&dev->cqs, flag); in c4iw_ev_handler() 283 xa_unlock_irqrestore(&dev->cqs, flag); in c4iw_ev_handler()
|
| H A D | device.c | 193 WARN_ON(!xa_empty(&iwsc->cqs)); in c4iw_dealloc() 242 xa_init_flags(&iwsc->cqs, XA_FLAGS_LOCK_IRQ); in c4iw_alloc()
|
| H A D | cq.c | 913 xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid); in c4iw_destroy_cq() 1001 ret = xa_insert_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL); in c4iw_create_cq() 1051 xa_erase_irq(&rhp->cqs, chp->cq.cqid); in c4iw_create_cq()
|
| H A D | iw_cxgbe.h | 298 struct xarray cqs; member 318 return xa_load(&rhp->cqs, cqid); in get_chp()
|
| /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
|