Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/liquidio/
Dlio_core.c725 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct) || in liquidio_napi_drv_callback()
867 if (OCTEON_CN23XX_PF(octeon_dev) || OCTEON_CN23XX_VF(octeon_dev)) { in liquidio_setup_io_queues()
1020 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1041 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1060 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1088 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1111 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1173 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1456 if (OCTEON_CN23XX_PF(oct_dev)) { in lio_fetch_stats()
1526 if (!OCTEON_CN23XX_PF(oct)) { in liquidio_set_speed()
[all …]
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_main.c180 if (OCTEON_CN23XX_PF(oct) && oct->msix_on) { in octeon_droq_bh()
908 if (OCTEON_CN23XX_PF(oct_dev)) { in liquidio_probe()
1089 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1094 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1270 if (OCTEON_CN23XX_PF(oct)) in liquidio_destroy_nic_device()
1828 if (OCTEON_CN23XX_PF(oct)) in liquidio_open()
1837 if (OCTEON_CN23XX_PF(oct)) { in liquidio_open()
1897 if (OCTEON_CN23XX_PF(oct)) { in liquidio_stop()
1922 if (OCTEON_CN23XX_PF(oct)) in liquidio_stop()
2291 if (OCTEON_CN23XX_PF(oct)) in send_nic_timestamp_pkt()
[all …]
Docteon_config.h459 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_INPUT_QUEUES : \
464 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_OUTPUT_QUEUES : \
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()
1200 else if (OCTEON_CN23XX_PF(oct)) in octeon_core_drv_init()
1300 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_get_conf()
1384 if (OCTEON_CN23XX_PF(oct)) { in octeon_mem_access_ok()
1458 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()
180 else if (OCTEON_CN23XX_PF(oct)) in octeon_delete_instr_queue()
604 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_prepare_soft_command()
707 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()
512 } else if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_get_channels()
556 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
574 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
621 if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_set_channels()
968 } else if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in lio_ethtool_get_ringparam()
1146 if ((OCTEON_CN23XX_PF(oct)) && !oct->sriov_info.sriov_enabled) in lio_reset_queues()
1164 if ((OCTEON_CN23XX_PF(oct)) && in lio_reset_queues()
1193 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()
1222 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()