CHIP_CONF
max_oqs = CFG_GET_OQ_MAX_Q(CHIP_CONF(oct, cn6xxx));
struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx);
CHIP_CONF(oct, cn23xx_pf);
CHIP_CONF(oct,
struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx);
max_num_queues = CFG_GET_IQ_MAX_Q(CHIP_CONF(octeon_dev,
max_num_queues = CFG_GET_IQ_MAX_Q(CHIP_CONF(octeon_dev,
CFG_GET_NUM_NIC_PORTS(CHIP_CONF(oct, cn6xxx));
CFG_GET_NUM_NIC_PORTS(CHIP_CONF(oct, cn23xx_pf));
(struct octeon_config *)(CHIP_CONF(oct, cn6xxx));
(CHIP_CONF(oct, cn23xx_pf));
(CHIP_CONF(oct, cn23xx_vf));
CFG_GET_NUM_DEF_TX_DESCS(CHIP_CONF(oct, cn6xxx));
num_descs = CFG_GET_NUM_DEF_TX_DESCS(CHIP_CONF(oct, cn23xx_pf));
num_descs = CFG_GET_NUM_DEF_TX_DESCS(CHIP_CONF(oct, cn23xx_vf));
CFG_GET_NUM_DEF_RX_DESCS(CHIP_CONF(oct, cn6xxx));
CFG_GET_DEF_RX_BUF_SIZE(CHIP_CONF(oct, cn6xxx));
num_descs = CFG_GET_NUM_DEF_RX_DESCS(CHIP_CONF(oct, cn23xx_pf));
desc_size = CFG_GET_DEF_RX_BUF_SIZE(CHIP_CONF(oct, cn23xx_pf));
num_descs = CFG_GET_NUM_DEF_RX_DESCS(CHIP_CONF(oct, cn23xx_vf));
desc_size = CFG_GET_DEF_RX_BUF_SIZE(CHIP_CONF(oct, cn23xx_vf));
struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx);
struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_pf);
struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_vf);
CFG_GET_IQ_INSTR_TYPE(CHIP_CONF(oct, cn6xxx));
CFG_GET_IQ_INSTR_TYPE(CHIP_CONF(oct, cn23xx_pf));
CFG_GET_IQ_INSTR_TYPE(CHIP_CONF(oct, cn23xx_vf));
conf = &(CFG_GET_IQ_CFG(CHIP_CONF(oct, cn6xxx)));
conf = &(CFG_GET_IQ_CFG(CHIP_CONF(oct, cn23xx_pf)));
conf = &(CFG_GET_IQ_CFG(CHIP_CONF(oct, cn23xx_vf)));