Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/cavium/liquidio/
Docteon_nic.c52 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_alloc_soft_command_resp()
73 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) in octeon_alloc_soft_command_resp()
Dlio_core.c728 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct) || in liquidio_napi_drv_callback()
871 if (OCTEON_CN23XX_PF(octeon_dev) || OCTEON_CN23XX_VF(octeon_dev)) { in liquidio_setup_io_queues()
1024 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1045 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1064 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1092 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1115 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1177 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1461 if (OCTEON_CN23XX_PF(oct_dev)) { in lio_fetch_stats()
1531 if (!OCTEON_CN23XX_PF(oct)) { in liquidio_set_speed()
[all …]
Docteon_config.h459 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_INPUT_QUEUES : \
464 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_OUTPUT_QUEUES : \
Dlio_main.c179 if (OCTEON_CN23XX_PF(oct) && oct->msix_on) { in octeon_droq_bh()
884 if (OCTEON_CN23XX_PF(oct_dev)) { in liquidio_probe()
1063 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1068 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1244 if (OCTEON_CN23XX_PF(oct)) in liquidio_destroy_nic_device()
1790 if (OCTEON_CN23XX_PF(oct)) in liquidio_open()
1799 if (OCTEON_CN23XX_PF(oct)) { in liquidio_open()
1859 if (OCTEON_CN23XX_PF(oct)) { in liquidio_stop()
1884 if (OCTEON_CN23XX_PF(oct)) in liquidio_stop()
2256 if (OCTEON_CN23XX_PF(oct)) in send_nic_timestamp_pkt()
[all …]
Docteon_device.c875 else if (OCTEON_CN23XX_PF(oct)) in octeon_setup_instr_queues()
921 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_output_queues()
1197 else if (OCTEON_CN23XX_PF(oct)) in octeon_core_drv_init()
1297 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_get_conf()
1380 if (OCTEON_CN23XX_PF(oct)) { in octeon_mem_access_ok()
1454 if (oct && (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct))) { in lio_enable_irq()
Drequest_manager.c69 else if (OCTEON_CN23XX_PF(oct)) in octeon_init_instr_queue()
176 else if (OCTEON_CN23XX_PF(oct)) in octeon_delete_instr_queue()
600 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_prepare_soft_command()
703 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_send_soft_command()
Dlio_ethtool.c261 if (OCTEON_CN23XX_PF(oct)) { in lio_get_link_ksettings()
510 } else if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_get_channels()
554 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
572 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
619 if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_set_channels()
966 } else if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in lio_ethtool_get_ringparam()
1144 if ((OCTEON_CN23XX_PF(oct)) && !oct->sriov_info.sriov_enabled) in lio_reset_queues()
1162 if ((OCTEON_CN23XX_PF(oct)) && in lio_reset_queues()
1191 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()
1220 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()
[all …]
Docteon_device.h625 #define OCTEON_CN23XX_PF(oct) ((oct)->chip_id == OCTEON_CN23XX_PF_VID) macro
Docteon_droq.c251 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_init_droq()