Home
last modified time | relevance | path

Searched refs:eqs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c19 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()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1730 if (!apc->eqs) in mana_destroy_eq()
1737 eq = apc->eqs[i].eq; in mana_destroy_eq()
1746 kfree(apc->eqs); in mana_destroy_eq()
1747 apc->eqs = NULL; in mana_destroy_eq()
1753 struct mana_eq eq = apc->eqs[i]; in mana_create_eq_debugfs()
1774 if (WARN_ON(apc->eqs)) in mana_create_eq()
1776 apc->eqs = kzalloc_objs(struct mana_eq, apc->num_queues); in mana_create_eq()
1777 if (!apc->eqs) in mana_create_eq()
1784 spec.eq.context = apc->eqs; in mana_create_eq()
1800 err = mana_gd_create_mana_eq(gd, &spec, &apc->eqs[i].eq); in mana_create_eq()
[all …]
/linux/include/net/mana/
H A Dmana.h562 struct mana_eq *eqs; member
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c818 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 Dsli4.h3993 u32 n_entries, struct sli4_queue *eqs[]);