Searched refs:oct_cfg (Results 1 – 2 of 2) sorted by relevance
868 struct octeon_config *oct_cfg = NULL; in octeon_register_droq_ops() local871 oct_cfg = octeon_get_conf(oct); in octeon_register_droq_ops()873 if (!oct_cfg) in octeon_register_droq_ops()882 if (q_no >= CFG_GET_OQ_MAX_Q(oct_cfg)) { in octeon_register_droq_ops()896 struct octeon_config *oct_cfg = NULL; in octeon_unregister_droq_ops() local899 oct_cfg = octeon_get_conf(oct); in octeon_unregister_droq_ops()901 if (!oct_cfg) in octeon_unregister_droq_ops()904 if (q_no >= CFG_GET_OQ_MAX_Q(oct_cfg)) { in octeon_unregister_droq_ops()
588 struct octeon_config *oct_cfg; in octeon_prepare_soft_command() local598 oct_cfg = octeon_get_conf(oct); in octeon_prepare_soft_command()654 ih2->grp = CFG_GET_CTRL_Q_GRP(oct_cfg); in octeon_prepare_soft_command()
Completed in 6 milliseconds