Symbol: octeon_config
drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c
1088
(struct octeon_config *)oct_get_config_info(oct, LIO_23XX);
drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h
41
struct octeon_config *conf;
drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.h
32
struct octeon_config *conf;
drivers/net/ethernet/cavium/liquidio/cn66xx_device.c
686
cn6xxx->conf = (struct octeon_config *)
drivers/net/ethernet/cavium/liquidio/cn66xx_device.c
703
struct octeon_config *conf6xxx)
drivers/net/ethernet/cavium/liquidio/cn66xx_device.h
39
struct octeon_config *conf;
drivers/net/ethernet/cavium/liquidio/cn66xx_device.h
95
struct octeon_config *conf6xxx);
drivers/net/ethernet/cavium/liquidio/cn68xx_device.c
166
cn68xx->conf = (struct octeon_config *)
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
507
struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx);
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
517
struct octeon_config *conf23_pf =
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
626
struct octeon_config *conf23_pf =
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
965
struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx);
drivers/net/ethernet/cavium/liquidio/octeon_device.c
1303
struct octeon_config *octeon_get_conf(struct octeon_device *oct)
drivers/net/ethernet/cavium/liquidio/octeon_device.c
1305
struct octeon_config *default_oct_conf = NULL;
drivers/net/ethernet/cavium/liquidio/octeon_device.c
1313
(struct octeon_config *)(CHIP_CONF(oct, cn6xxx));
drivers/net/ethernet/cavium/liquidio/octeon_device.c
1315
default_oct_conf = (struct octeon_config *)
drivers/net/ethernet/cavium/liquidio/octeon_device.c
1318
default_oct_conf = (struct octeon_config *)
drivers/net/ethernet/cavium/liquidio/octeon_device.c
145
static struct octeon_config default_cn68xx_conf = {
drivers/net/ethernet/cavium/liquidio/octeon_device.c
310
static struct octeon_config default_cn68xx_210nv_conf = {
drivers/net/ethernet/cavium/liquidio/octeon_device.c
36
static struct octeon_config default_cn66xx_conf = {
drivers/net/ethernet/cavium/liquidio/octeon_device.c
415
static struct octeon_config default_cn23xx_conf = {
drivers/net/ethernet/cavium/liquidio/octeon_device.h
871
struct octeon_config *octeon_get_conf(struct octeon_device *oct);
drivers/net/ethernet/cavium/liquidio/octeon_droq.c
243
struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx);
drivers/net/ethernet/cavium/liquidio/octeon_droq.c
249
struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_pf);
drivers/net/ethernet/cavium/liquidio/octeon_droq.c
254
struct octeon_config *conf23 = CHIP_CONF(oct, cn23xx_vf);
drivers/net/ethernet/cavium/liquidio/octeon_droq.c
866
struct octeon_config *oct_cfg = NULL;
drivers/net/ethernet/cavium/liquidio/octeon_droq.c
894
struct octeon_config *oct_cfg = NULL;
drivers/net/ethernet/cavium/liquidio/request_manager.c
585
struct octeon_config *oct_cfg;