Home
last modified time | relevance | path

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

/Linux-v4.19/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()
Docteon_config.h458 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_INPUT_QUEUES : \
463 (OCTEON_CN23XX_PF(oct) ? CN23XX_MAX_OUTPUT_QUEUES : \
Dlio_core.c746 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct) || in liquidio_napi_drv_callback()
888 if (OCTEON_CN23XX_PF(octeon_dev) || OCTEON_CN23XX_VF(octeon_dev)) { in liquidio_setup_io_queues()
1041 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1062 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1081 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1109 if (OCTEON_CN23XX_PF(oct)) { in octeon_setup_interrupt()
1132 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1194 if (OCTEON_CN23XX_PF(oct)) in octeon_setup_interrupt()
1518 if (!OCTEON_CN23XX_PF(oct)) { in liquidio_set_speed()
Dlio_main.c189 if (OCTEON_CN23XX_PF(oct) && oct->msix_on) { in octeon_droq_bh()
936 if (OCTEON_CN23XX_PF(oct_dev)) { in liquidio_probe()
1092 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1097 if (OCTEON_CN23XX_PF(oct)) in octeon_destroy_resources()
1299 if (OCTEON_CN23XX_PF(oct)) in liquidio_destroy_nic_device()
1851 if (OCTEON_CN23XX_PF(oct)) in liquidio_open()
1860 if (OCTEON_CN23XX_PF(oct)) { in liquidio_open()
1912 if (OCTEON_CN23XX_PF(oct)) { in liquidio_stop()
1935 if (OCTEON_CN23XX_PF(oct)) in liquidio_stop()
2298 if (OCTEON_CN23XX_PF(oct)) in send_nic_timestamp_pkt()
[all …]
Drequest_manager.c69 else if (OCTEON_CN23XX_PF(oct)) in octeon_init_instr_queue()
179 else if (OCTEON_CN23XX_PF(oct)) in octeon_delete_instr_queue()
405 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) in lio_process_iq_request_list()
623 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_prepare_soft_command()
726 if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in octeon_send_soft_command()
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()
1201 else if (OCTEON_CN23XX_PF(oct)) in octeon_core_drv_init()
1301 } else if (OCTEON_CN23XX_PF(oct)) { in octeon_get_conf()
1385 if (OCTEON_CN23XX_PF(oct)) { in octeon_mem_access_ok()
1463 if (oct && (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct))) { in lio_enable_irq()
Dlio_ethtool.c273 if (OCTEON_CN23XX_PF(oct)) { in lio_get_link_ksettings()
505 } else if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_get_channels()
549 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
567 if (OCTEON_CN23XX_PF(oct)) in lio_irq_reallocate_irqs()
614 if (OCTEON_CN23XX_PF(oct)) { in lio_ethtool_set_channels()
990 } else if (OCTEON_CN23XX_PF(oct) || OCTEON_CN23XX_VF(oct)) { in lio_ethtool_get_ringparam()
1174 if ((OCTEON_CN23XX_PF(oct)) && !oct->sriov_info.sriov_enabled) in lio_reset_queues()
1192 if ((OCTEON_CN23XX_PF(oct)) && in lio_reset_queues()
1221 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()
1250 if (OCTEON_CN23XX_PF(oct) && !oct->sriov_info.sriov_enabled) { in lio_reset_queues()
[all …]
Docteon_device.h618 #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()