Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.h41 struct octeon_config *conf;
58 struct octeon_config *conf23xx);
H A Dcn66xx_device.h39 struct octeon_config *conf;
95 struct octeon_config *conf6xxx);
H A 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 = {
1303 struct octeon_config *octeon_get_conf(struct octeon_device *oct) in octeon_get_conf()
1305 struct octeon_config *default_oct_conf = NULL; in octeon_get_conf()
1313 (struct octeon_config *)(CHIP_CONF(oct, cn6xxx)); in octeon_get_conf()
1315 default_oct_conf = (struct octeon_config *) in octeon_get_conf()
1318 default_oct_conf = (struct octeon_config *) in octeon_get_conf()
H A Dcn23xx_vf_device.h32 struct octeon_config *conf;
H A Docteon_droq.c243 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in octeon_init_droq()
249 struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_pf); in octeon_init_droq()
254 struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_vf); in octeon_init_droq()
866 struct octeon_config *oct_cfg = NULL; in octeon_register_droq_ops()
894 struct octeon_config *oct_cfg = NULL; in octeon_unregister_droq_ops()
H A Dcn68xx_device.c166 cn68xx->conf = (struct octeon_config *) in lio_setup_cn68xx_octeon_device()
H A Docteon_config.h405 struct octeon_config { struct
H A Dcn66xx_device.c686 cn6xxx->conf = (struct octeon_config *) in lio_setup_cn66xx_octeon_device()
703 struct octeon_config *conf6xxx) in lio_validate_cn6xxx_config_info()
H A Docteon_device.h878 struct octeon_config *octeon_get_conf(struct octeon_device *oct);
H A Dcn23xx_pf_device.c1257 (struct octeon_config *)oct_get_config_info(oct, LIO_23XX); in cn23xx_sriov_config()
1381 struct octeon_config *conf23xx) in validate_cn23xx_pf_config_info()
H A Dlio_ethtool.c507 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_channels()
517 struct octeon_config *conf23_pf = in lio_ethtool_get_channels()
626 struct octeon_config *conf23_pf = in lio_ethtool_set_channels()
965 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_ringparam()
H A Drequest_manager.c585 struct octeon_config *oct_cfg; in octeon_prepare_soft_command()