Home
last modified time | relevance | path

Searched refs:octeon_config (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dcn66xx_device.h44 struct octeon_config *conf;
105 struct octeon_config *);
Docteon_device.c50 static struct octeon_config default_cn66xx_conf = {
160 static struct octeon_config default_cn68xx_conf = {
326 static struct octeon_config default_cn68xx_210nv_conf = {
1173 struct octeon_config *octeon_get_conf(struct octeon_device *oct) in octeon_get_conf()
1175 struct octeon_config *default_oct_conf = NULL; in octeon_get_conf()
1183 (struct octeon_config *)(CHIP_FIELD(oct, cn6xxx, conf)); in octeon_get_conf()
Docteon_droq.c261 struct octeon_config *conf6x = CHIP_FIELD(oct, cn6xxx, conf); in octeon_init_droq()
810 struct octeon_config *oct_cfg = NULL; in octeon_process_droq_poll_cmd()
882 struct octeon_config *oct_cfg = NULL; in octeon_register_droq_ops()
916 struct octeon_config *oct_cfg = NULL; in octeon_unregister_droq_ops()
Dcn68xx_device.c181 cn68xx->conf = (struct octeon_config *) in lio_setup_cn68xx_octeon_device()
Docteon_config.h363 struct octeon_config { struct
Dcn66xx_device.c742 cn6xxx->conf = (struct octeon_config *) in lio_setup_cn66xx_octeon_device()
758 struct octeon_config *conf6xxx) in lio_validate_cn6xxx_config_info()
Docteon_device.h647 struct octeon_config *octeon_get_conf(struct octeon_device *oct);
Dlio_ethtool.c167 struct octeon_config *conf6x = CHIP_FIELD(oct, cn6xxx, conf); in lio_ethtool_get_channels()
464 struct octeon_config *conf6x = CHIP_FIELD(oct, cn6xxx, conf); in lio_ethtool_get_ringparam()
Drequest_manager.c559 struct octeon_config *oct_cfg; in octeon_prepare_soft_command()