Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeon_ep/
Doctep_config.h53 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) macro
/drivers/net/ethernet/cavium/liquidio/
Drequest_manager.c59 conf = &(CFG_GET_IQ_CFG(CHIP_CONF(oct, cn6xxx))); in octeon_init_instr_queue()
61 conf = &(CFG_GET_IQ_CFG(CHIP_CONF(oct, cn23xx_pf))); in octeon_init_instr_queue()
63 conf = &(CFG_GET_IQ_CFG(CHIP_CONF(oct, cn23xx_vf))); in octeon_init_instr_queue()
Docteon_config.h121 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) macro