Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_config.h56 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) macro
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_config.h60 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) macro
/linux-6.12.1/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