Home
last modified time | relevance | path

Searched refs:OCTEON_CN68XX (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/octeon/
Dethernet-rx.c201 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) { in cvm_oct_poll()
233 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) { in cvm_oct_poll()
389 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) { in cvm_oct_poll()
489 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) { in cvm_oct_rx_initialize()
532 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) in cvm_oct_rx_shutdown()
Dethernet-tx.c561 if (!OCTEON_IS_MODEL(OCTEON_CN68XX)) in cvm_oct_xmit_pow()
Dethernet.c732 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) in cvm_oct_probe()
/drivers/watchdog/
Docteon-wdt-main.c249 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) { in octeon_wdt_nmi_stage3()
530 if (OCTEON_IS_MODEL(OCTEON_CN68XX)) in octeon_wdt_init()
/drivers/net/ethernet/cavium/liquidio/
Docteon_device.c579 } else if ((oct->chip_id == OCTEON_CN68XX) && in __retrieve_octeon_config_info()
582 } else if ((oct->chip_id == OCTEON_CN68XX) && in __retrieve_octeon_config_info()
601 case OCTEON_CN68XX: in __verify_octeon_config_info()
674 case OCTEON_CN68XX: in octeon_allocate_device_mem()
1336 (oct->chip_id == OCTEON_CN68XX) || in lio_pci_readq()
Docteon_device.h36 #define OCTEON_CN68XX 0x0091 macro
624 (_oct->chip_id == OCTEON_CN68XX)); })
Dlio_ethtool.c848 } else if (oct->chip_id == OCTEON_CN68XX) { in lio_set_phys_id()
918 } else if (oct->chip_id == OCTEON_CN68XX) { in lio_set_phys_id()
1837 case OCTEON_CN68XX: in lio_get_priv_flags_strings()
1949 case OCTEON_CN68XX: in lio_get_priv_flags_ss_count()
2133 case OCTEON_CN68XX: in lio_get_intr_coalesce()
2226 case OCTEON_CN68XX: in oct_cfg_rx_intrcnt()
2299 case OCTEON_CN68XX: in oct_cfg_rx_intrtime()
2380 case OCTEON_CN68XX: in oct_cfg_tx_intrcnt()
2424 case OCTEON_CN68XX: in lio_set_intr_coalesce()
3022 case OCTEON_CN68XX: in lio_get_regs()
Docteon_droq.c829 case OCTEON_CN68XX: { in octeon_enable_irq()
Dlio_main.c231 (oct->chip_id == OCTEON_CN68XX)) { in force_io_queues_off()
852 (pdev->device == OCTEON_CN68XX))) in liquidio_probe()
1361 oct->chip_id = OCTEON_CN68XX; in octeon_chip_specific_setup()
/drivers/edac/
Docteon_edac-l2c.c137 int num_tads = OCTEON_IS_MODEL(OCTEON_CN68XX) ? 4 : 1; in octeon_l2c_probe()