Home
last modified time | relevance | path

Searched refs:EFCT_HW_MAX_NUM_EQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h52 #define EFCT_HW_MAX_NUM_EQ 16 macro
389 struct sli4_queue eq[EFCT_HW_MAX_NUM_EQ];
409 struct hw_eq *hw_eq[EFCT_HW_MAX_NUM_EQ];
H A Defct_hw_queues.c19 struct hw_eq *eqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues()
20 struct hw_cq *cqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues()
21 struct hw_rq *rqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues()
H A Defct_hw.c307 hw->config.n_eq = cpus > EFCT_HW_MAX_NUM_EQ ? EFCT_HW_MAX_NUM_EQ : cpus; in efct_hw_setup()