Searched refs:eqs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw_queues.c | 19 struct hw_eq *eqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues() local 40 eqs[i] = eq; in efct_hw_init_queues() 73 if (efct_hw_new_cq_set(eqs, cqs, i, hw->num_qentries[SLI4_QTYPE_CQ])) { in efct_hw_init_queues() 192 efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[], in efct_hw_new_cq_set() argument 196 struct efct_hw *hw = eqs[0]->hw; in efct_hw_new_cq_set() 212 cq->eq = eqs[i]; in efct_hw_new_cq_set() 218 assefct[i] = eqs[i]->queue; in efct_hw_new_cq_set()
|
| H A D | efct_hw.h | 740 efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[],
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 1618 if (!ac->eqs) in mana_destroy_eq() 1625 eq = ac->eqs[i].eq; in mana_destroy_eq() 1632 kfree(ac->eqs); in mana_destroy_eq() 1633 ac->eqs = NULL; in mana_destroy_eq() 1638 struct mana_eq eq = ac->eqs[i]; in mana_create_eq_debugfs() 1656 ac->eqs = kzalloc_objs(struct mana_eq, gc->max_num_queues); in mana_create_eq() 1657 if (!ac->eqs) in mana_create_eq() 1664 spec.eq.context = ac->eqs; in mana_create_eq() 1671 err = mana_gd_create_mana_eq(gd, &spec, &ac->eqs[i].eq); in mana_create_eq() 2437 spec.cq.parent_eq = ac->eqs[i].eq; in mana_create_txq() [all …]
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.c | 818 struct sli4_queue *eqs[], in sli_cmd_cq_set_create() argument 902 req->eq_id[i] = cpu_to_le16(eqs[i]->id); in sli_cmd_cq_set_create() 918 u32 num_cqs, u32 n_entries, struct sli4_queue *eqs[]) in sli_cq_alloc_set() argument 932 if (sli_cmd_cq_set_create(sli4, qs, num_cqs, eqs, &dma)) in sli_cq_alloc_set()
|
| H A D | sli4.h | 3993 u32 n_entries, struct sli4_queue *eqs[]);
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_verbs.c | 1080 return &dev->eqs[vec]; in efa_vec2eq()
|