Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dcn23xx_pf_device.h41 struct octeon_config *conf;
58 struct octeon_config *conf23xx);
Dcn66xx_device.h39 struct octeon_config *conf;
96 struct octeon_config *conf6xxx);
Dcn23xx_vf_device.h32 struct octeon_config *conf;
Docteon_device.c36 static struct octeon_config default_cn66xx_conf = {
145 static struct octeon_config default_cn68xx_conf = {
310 static struct octeon_config default_cn68xx_210nv_conf = {
415 static struct octeon_config default_cn23xx_conf = {
1290 struct octeon_config *octeon_get_conf(struct octeon_device *oct) in octeon_get_conf()
1292 struct octeon_config *default_oct_conf = NULL; in octeon_get_conf()
1300 (struct octeon_config *)(CHIP_CONF(oct, cn6xxx)); in octeon_get_conf()
1302 default_oct_conf = (struct octeon_config *) in octeon_get_conf()
1305 default_oct_conf = (struct octeon_config *) in octeon_get_conf()
Docteon_droq.c246 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in octeon_init_droq()
252 struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_pf); in octeon_init_droq()
257 struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_vf); in octeon_init_droq()
884 struct octeon_config *oct_cfg = NULL; in octeon_register_droq_ops()
918 struct octeon_config *oct_cfg = NULL; in octeon_unregister_droq_ops()
Dcn68xx_device.c165 cn68xx->conf = (struct octeon_config *) in lio_setup_cn68xx_octeon_device()
Docteon_config.h405 struct octeon_config { struct
Dcn66xx_device.c696 cn6xxx->conf = (struct octeon_config *) in lio_setup_cn66xx_octeon_device()
712 struct octeon_config *conf6xxx) in lio_validate_cn6xxx_config_info()
Docteon_device.h890 struct octeon_config *octeon_get_conf(struct octeon_device *oct);
Dcn23xx_pf_device.c1259 (struct octeon_config *)oct_get_config_info(oct, LIO_23XX); in cn23xx_sriov_config()
1382 struct octeon_config *conf23xx) in validate_cn23xx_pf_config_info()
Dlio_ethtool.c499 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_channels()
509 struct octeon_config *conf23_pf = in lio_ethtool_get_channels()
618 struct octeon_config *conf23_pf = in lio_ethtool_set_channels()
984 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_ringparam()
Drequest_manager.c611 struct octeon_config *oct_cfg; in octeon_prepare_soft_command()