Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
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()
Defct_hw.h740 efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[],
/drivers/net/ethernet/microsoft/mana/
Dmana_en.c705 if (!ac->eqs) in mana_destroy_eq()
709 eq = ac->eqs[i].eq; in mana_destroy_eq()
716 kfree(ac->eqs); in mana_destroy_eq()
717 ac->eqs = NULL; in mana_destroy_eq()
728 ac->eqs = kcalloc(gc->max_num_queues, sizeof(struct mana_eq), in mana_create_eq()
730 if (!ac->eqs) in mana_create_eq()
737 spec.eq.context = ac->eqs; in mana_create_eq()
741 err = mana_gd_create_mana_eq(gd, &spec, &ac->eqs[i].eq); in mana_create_eq()
1231 spec.cq.parent_eq = ac->eqs[i].eq; in mana_create_txq()
1523 rxq = mana_create_rxq(apc, i, &ac->eqs[i], ndev); in mana_add_rx_queues()
Dmana.h325 struct mana_eq *eqs; member
/drivers/scsi/elx/libefc_sli/
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()
Dsli4.h3993 u32 n_entries, struct sli4_queue *eqs[]);