Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A 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()
H A Dlio_core.c736 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct) || in liquidio_napi_drv_callback()
874 if (OCTEON_CN23XX_PF(octeon_dev) || OCTEON_CN23XX_VF(octeon_dev)) { in liquidio_setup_io_queues()
1028 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1049 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1068 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1096 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1119 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1181 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1468 if (OCTEON_CN23XX_PF(oct_dev)) { in lio_fetch_stats()
1539 if (!OCTEON_CN23XX_PF(oct)) { in liquidio_set_speed()
[all …]
H A Dlio_main.c1055 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1060 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1235 if (OCTEON_CN23XX_PF(oct)) in liquidio_destroy_nic_device()
1786 if (OCTEON_CN23XX_PF(oct)) in liquidio_open()
1839 if (OCTEON_CN23XX_PF(oct)) in liquidio_open()
1877 if (OCTEON_CN23XX_PF(oct)) { in liquidio_stop()
1902 if (OCTEON_CN23XX_PF(oct)) in liquidio_stop()
2271 if (OCTEON_CN23XX_PF(oct)) in send_nic_timestamp_pkt()
2400 if (OCTEON_CN23XX_PF(oct)) in liquidio_xmit()
2476 if (OCTEON_CN23XX_PF(oct)) in liquidio_xmit()
[all …]
H A Docteon_config.h459 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_INPUT_QUEUES : \
464 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_OUTPUT_QUEUES : \
H A Docteon_device.c882 else if (OCTEON_CN23XX_PF(oct)) in octeon_setup_instr_queues()
929 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_output_queues()
1210 else if (OCTEON_CN23XX_PF(oct)) in octeon_core_drv_init()
1313 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_get_conf()
1400 if (OCTEON_CN23XX_PF(oct)) { in octeon_mem_access_ok()
1476 if (oct && (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct))) { in lio_enable_irq()
H A Drequest_manager.c60 else if (OCTEON_CN23XX_PF(oct)) in octeon_init_instr_queue()
167 else if (OCTEON_CN23XX_PF(oct)) in octeon_delete_instr_queue()
597 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_prepare_soft_command()
701 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_send_soft_command()
H A Dlio_ethtool.c262 if (OCTEON_CN23XX_PF(oct)) { in lio_get_link_ksettings()
511 } else if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_get_channels()
555 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
573 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
620 if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_set_channels()
969 } else if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in lio_ethtool_get_ringparam()
1147 if ((OCTEON_CN23XX_PF(oct)) && !oct->sriov_info.sriov_enabled) in lio_reset_queues()
1165 if ((OCTEON_CN23XX_PF(oct)) && in lio_reset_queues()
1194 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()
1268 if (!OCTEON_CN23XX_PF(oct) && !OCTEON_CN23XX_VF(oct)) in lio_ethtool_set_ringparam()
[all …]
H A Docteon_device.h625 #define OCTEON_CN23XX_PF(oct) ((oct)->chip_id == OCTEON_CN23XX_PF_VID) macro
H A Docteon_droq.c253 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_init_droq()