| /drivers/net/ethernet/marvell/octeon_ep/ |
| A D | octep_cn9k_pf.c | 40 static void cn93_dump_regs(struct octep_device *oct, int qno) in cn93_dump_regs() 410 struct octep_device *oct = (struct octep_device *)dev; in octep_pfvf_mbox_intr_handler_cn93_pf() local 434 struct octep_device *oct = (struct octep_device *)dev; in octep_oei_intr_handler_cn93_pf() local 452 struct octep_device *oct = (struct octep_device *)dev; in octep_ire_intr_handler_cn93_pf() local 482 struct octep_device *oct = (struct octep_device *)dev; in octep_ore_intr_handler_cn93_pf() local 510 struct octep_device *oct = (struct octep_device *)dev; in octep_vfire_intr_handler_cn93_pf() local 527 struct octep_device *oct = (struct octep_device *)dev; in octep_vfore_intr_handler_cn93_pf() local 544 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_intr_handler_cn93_pf() local 558 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_vf_intr_handler_cn93_pf() local 575 struct octep_device *oct = (struct octep_device *)dev; in octep_pp_vf_intr_handler_cn93_pf() local [all …]
|
| A D | octep_main.c | 173 struct octep_device *oct = data; in octep_mbox_intr_handler() local 188 struct octep_device *oct = data; in octep_oei_intr_handler() local 203 struct octep_device *oct = data; in octep_ire_intr_handler() local 218 struct octep_device *oct = data; in octep_ore_intr_handler() local 233 struct octep_device *oct = data; in octep_vfire_intr_handler() local 248 struct octep_device *oct = data; in octep_vfore_intr_handler() local 263 struct octep_device *oct = data; in octep_dma_intr_handler() local 278 struct octep_device *oct = data; in octep_dma_vf_intr_handler() local 293 struct octep_device *oct = data; in octep_pp_vf_intr_handler() local 308 struct octep_device *oct = data; in octep_misc_intr_handler() local [all …]
|
| A D | octep_cnxk_pf.c | 60 static void cnxk_dump_regs(struct octep_device *oct, int qno) in cnxk_dump_regs() 429 struct octep_device *oct = (struct octep_device *)dev; in octep_pfvf_mbox_intr_handler_cnxk_pf() local 454 struct octep_device *oct = (struct octep_device *)dev; in octep_oei_intr_handler_cnxk_pf() local 473 struct octep_device *oct = (struct octep_device *)dev; in octep_ire_intr_handler_cnxk_pf() local 503 struct octep_device *oct = (struct octep_device *)dev; in octep_ore_intr_handler_cnxk_pf() local 531 struct octep_device *oct = (struct octep_device *)dev; in octep_vfire_intr_handler_cnxk_pf() local 548 struct octep_device *oct = (struct octep_device *)dev; in octep_vfore_intr_handler_cnxk_pf() local 565 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_intr_handler_cnxk_pf() local 579 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_vf_intr_handler_cnxk_pf() local 596 struct octep_device *oct = (struct octep_device *)dev; in octep_pp_vf_intr_handler_cnxk_pf() local [all …]
|
| A D | octep_pfvf_mbox.c | 34 static void octep_pfvf_validate_version(struct octep_device *oct, u32 vf_id, in octep_pfvf_validate_version() 54 static void octep_pfvf_get_link_status(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_link_status() 85 static void octep_pfvf_set_rx_state(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_rx_state() 100 static int octep_send_notification(struct octep_device *oct, u32 vf_id, in octep_send_notification() 128 static void octep_pfvf_set_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_mtu() 143 static void octep_pfvf_get_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_mtu() 202 static void octep_pfvf_dev_remove(struct octep_device *oct, u32 vf_id, in octep_pfvf_dev_remove() 259 int octep_setup_pfvf_mbox(struct octep_device *oct) in octep_setup_pfvf_mbox() 297 void octep_delete_pfvf_mbox(struct octep_device *oct) in octep_delete_pfvf_mbox() 317 static void octep_pfvf_pf_get_data(struct octep_device *oct, in octep_pfvf_pf_get_data() [all …]
|
| A D | octep_ctrl_net.c | 59 static int octep_send_mbox_req(struct octep_device *oct, in octep_send_mbox_req() 101 int octep_ctrl_net_init(struct octep_device *oct) in octep_ctrl_net_init() 205 int octep_ctrl_net_get_mtu(struct octep_device *oct, int vfid) in octep_ctrl_net_get_mtu() 237 int octep_ctrl_net_get_if_stats(struct octep_device *oct, int vfid, in octep_ctrl_net_get_if_stats() 301 static void process_mbox_resp(struct octep_device *oct, in process_mbox_resp() 318 static int process_mbox_notify(struct octep_device *oct, in process_mbox_notify() 358 void octep_ctrl_net_recv_fw_messages(struct octep_device *oct) in octep_ctrl_net_recv_fw_messages() 383 int octep_ctrl_net_get_info(struct octep_device *oct, int vfid, in octep_ctrl_net_get_info() 405 int octep_ctrl_net_dev_remove(struct octep_device *oct, int vfid) in octep_ctrl_net_dev_remove() 418 int octep_ctrl_net_set_offloads(struct octep_device *oct, int vfid, in octep_ctrl_net_set_offloads() [all …]
|
| A D | octep_rx.c | 79 static int octep_oq_refill(struct octep_device *oct, struct octep_oq *oq) in octep_oq_refill() 123 static int octep_setup_oq(struct octep_device *oct, int q_no) in octep_setup_oq() 228 struct octep_device *oct = oq->octep_dev; in octep_free_oq() local 251 int octep_setup_oqs(struct octep_device *oct) in octep_setup_oqs() 283 void octep_oq_dbell_init(struct octep_device *oct) in octep_oq_dbell_init() 296 void octep_free_oqs(struct octep_device *oct) in octep_free_oqs() 317 static int octep_oq_check_hw_for_pkts(struct octep_device *oct, in octep_oq_check_hw_for_pkts() 398 static int __octep_oq_process_rx(struct octep_device *oct, in __octep_oq_process_rx() 518 struct octep_device *oct = oq->octep_dev; in octep_oq_process_rx() local
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | cn66xx_device.c | 29 int lio_cn6xxx_soft_reset(struct octeon_device *oct) in lio_cn6xxx_soft_reset() 71 void lio_cn6xxx_setup_pcie_mps(struct octeon_device *oct, in lio_cn6xxx_setup_pcie_mps() 94 void lio_cn6xxx_setup_pcie_mrrs(struct octeon_device *oct, in lio_cn6xxx_setup_pcie_mrrs() 122 u32 lio_cn6xxx_coprocessor_clock(struct octeon_device *oct) in lio_cn6xxx_coprocessor_clock() 130 u32 lio_cn6xxx_get_oq_ticks(struct octeon_device *oct, in lio_cn6xxx_get_oq_ticks() 330 int lio_cn6xxx_enable_io_queues(struct octeon_device *oct) in lio_cn6xxx_enable_io_queues() 349 void lio_cn6xxx_disable_io_queues(struct octeon_device *oct) in lio_cn6xxx_disable_io_queues() 412 lio_cn6xxx_bar1_idx_setup(struct octeon_device *oct, in lio_cn6xxx_bar1_idx_setup() 436 void lio_cn6xxx_bar1_idx_write(struct octeon_device *oct, in lio_cn6xxx_bar1_idx_write() 470 void lio_cn6xxx_enable_interrupt(struct octeon_device *oct, in lio_cn6xxx_enable_interrupt() [all …]
|
| A D | cn23xx_pf_device.c | 39 static int cn23xx_pf_soft_reset(struct octeon_device *oct) in cn23xx_pf_soft_reset() 176 static int cn23xx_reset_io_queues(struct octeon_device *oct) in cn23xx_reset_io_queues() 513 struct octeon_device *oct = mbox->oct_dev; in cn23xx_pf_mbox_thread() local 540 static int cn23xx_setup_pf_mbox(struct octeon_device *oct) in cn23xx_setup_pf_mbox() 602 static int cn23xx_free_pf_mbox(struct octeon_device *oct) in cn23xx_free_pf_mbox() 774 struct octeon_device *oct = ioq_vector->oct_dev; in cn23xx_pf_msix_interrupt_handler() local 838 struct octeon_device *oct = (struct octeon_device *)dev; in cn23xx_interrupt_handler() local 985 static int cn23xx_get_pf_num(struct octeon_device *oct) in cn23xx_get_pf_num() 1080 int cn23xx_sriov_config(struct octeon_device *oct) in cn23xx_sriov_config() 1211 int cn23xx_fw_loaded(struct octeon_device *oct) in cn23xx_fw_loaded() [all …]
|
| A D | cn23xx_vf_device.c | 202 static int cn23xx_setup_vf_device_regs(struct octeon_device *oct) in cn23xx_setup_vf_device_regs() 271 static int cn23xx_free_vf_mbox(struct octeon_device *oct) in cn23xx_free_vf_mbox() 278 static int cn23xx_setup_vf_mbox(struct octeon_device *oct) in cn23xx_setup_vf_mbox() 316 static int cn23xx_enable_vf_io_queues(struct octeon_device *oct) in cn23xx_enable_vf_io_queues() 357 static void cn23xx_disable_vf_io_queues(struct octeon_device *oct) in cn23xx_disable_vf_io_queues() 370 void cn23xx_vf_ask_pf_to_do_flr(struct octeon_device *oct) in cn23xx_vf_ask_pf_to_do_flr() 389 static void octeon_pfvf_hs_callback(struct octeon_device *oct, in octeon_pfvf_hs_callback() 405 int cn23xx_octeon_pfvf_handshake(struct octeon_device *oct) in cn23xx_octeon_pfvf_handshake() 474 struct octeon_device *oct = ioq_vector->oct_dev; in cn23xx_handle_vf_mbox_intr() local 490 struct octeon_device *oct = ioq_vector->oct_dev; in cn23xx_vf_msix_interrupt_handler() local [all …]
|
| A D | octeon_device.c | 646 void octeon_free_device_mem(struct octeon_device *oct) in octeon_free_device_mem() 671 struct octeon_device *oct; in octeon_allocate_device_mem() local 724 struct octeon_device *oct = NULL; in octeon_allocate_device() local 763 int octeon_register_device(struct octeon_device *oct, in octeon_register_device() 865 octeon_free_ioq_vector(struct octeon_device *oct) in octeon_free_ioq_vector() 1004 void octeon_set_droq_pkt_op(struct octeon_device *oct, in octeon_set_droq_pkt_op() 1134 octeon_register_dispatch_fn(struct octeon_device *oct, in octeon_register_dispatch_fn() 1342 u64 lio_pci_readq(struct octeon_device *oct, u64 addr) in lio_pci_readq() 1374 void lio_pci_writeq(struct octeon_device *oct, in lio_pci_writeq() 1395 int octeon_mem_access_ok(struct octeon_device *oct) in octeon_mem_access_ok() [all …]
|
| A D | lio_main.c | 159 struct octeon_device *oct = oct_priv->dev; in octeon_droq_bh() local 526 struct octeon_device *oct = lio->oct_dev; in setup_link_status_change_wq() local 565 struct octeon_device *oct = lio->oct_dev; in update_link_status() local 609 struct octeon_device *oct = lio->oct_dev; in lio_sync_octeon_time() local 659 struct octeon_device *oct = lio->oct_dev; in setup_sync_octeon_time_wq() local 748 struct octeon_device *oct = param; in liquidio_watchdog() local 2041 struct octeon_device *oct; in liquidio_get_stats64() local 2302 struct octeon_device *oct; in liquidio_xmit() local 3125 struct octeon_device *oct; in liquidio_eswitch_mode_get() local 3140 struct octeon_device *oct; in liquidio_eswitch_mode_set() local [all …]
|
| A D | request_manager.c | 47 int octeon_init_instr_queue(struct octeon_device *oct, in octeon_init_instr_queue() 191 int octeon_setup_iq(struct octeon_device *oct, in octeon_setup_iq() 236 int lio_wait_for_instr_fetch(struct octeon_device *oct) in lio_wait_for_instr_fetch() 363 lio_process_iq_request_list(struct octeon_device *oct, in lio_process_iq_request_list() 536 octeon_send_command(struct octeon_device *oct, u32 iq_no, in octeon_send_command() 577 octeon_prepare_soft_command(struct octeon_device *oct, in octeon_prepare_soft_command() 684 int octeon_send_soft_command(struct octeon_device *oct, in octeon_send_soft_command() 768 int octeon_free_sc_done_list(struct octeon_device *oct) in octeon_free_sc_done_list() 808 int octeon_free_sc_zombie_list(struct octeon_device *oct) in octeon_free_sc_zombie_list() 833 int octeon_free_sc_buffer_pool(struct octeon_device *oct) in octeon_free_sc_buffer_pool() [all …]
|
| A D | lio_core.c | 167 struct octeon_device *oct = lio->oct_dev; in liquidio_set_feature() local 263 struct octeon_device *oct = lio->oct_dev; in liquidio_link_ctrl_cmd_completion() local 453 struct octeon_device *oct = lio->oct_dev; in octnet_poll_check_rxq_oom_status() local 467 struct octeon_device *oct = lio->oct_dev; in setup_rx_oom_poll_fn() local 494 struct octeon_device *oct = lio->oct_dev; in cleanup_rx_oom_poll_fn() local 598 struct octeon_device *oct = lio->oct_dev; in liquidio_push_packet() local 731 struct octeon_device *oct; in liquidio_napi_drv_callback() local 754 struct octeon_device *oct; in liquidio_napi_poll() local 1218 struct octeon_device *oct = lio->oct_dev; in liquidio_change_mtu() local 1683 struct octeon_device *oct; in liquidio_set_fec() local [all …]
|
| A D | octeon_mem_ops.c | 31 octeon_toggle_bar1_swapmode(struct octeon_device *oct, u32 idx) in octeon_toggle_bar1_swapmode() 40 #define octeon_toggle_bar1_swapmode(oct, idx) argument 44 octeon_pci_fastwrite(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastwrite() 68 octeon_pci_fastread(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastread() 94 __octeon_pci_rw_core_mem(struct octeon_device *oct, u64 addr, in __octeon_pci_rw_core_mem() 160 octeon_pci_read_core_mem(struct octeon_device *oct, in octeon_pci_read_core_mem() 170 octeon_pci_write_core_mem(struct octeon_device *oct, in octeon_pci_write_core_mem() 179 u64 octeon_read_device_mem64(struct octeon_device *oct, u64 coreaddr) in octeon_read_device_mem64() 189 u32 octeon_read_device_mem32(struct octeon_device *oct, u64 coreaddr) in octeon_read_device_mem32() 199 void octeon_write_device_mem32(struct octeon_device *oct, u64 coreaddr, in octeon_write_device_mem32()
|
| A D | lio_vf_main.c | 304 struct octeon_device *oct = lio->oct_dev; in setup_link_status_change_wq() local 342 struct octeon_device *oct = lio->oct_dev; in update_link_status() local 908 struct octeon_device *oct = lio->oct_dev; in liquidio_open() local 954 struct octeon_device *oct = lio->oct_dev; in liquidio_stop() local 1035 struct octeon_device *oct = lio->oct_dev; in liquidio_set_uc_list() local 1076 struct octeon_device *oct = lio->oct_dev; in liquidio_set_mcast_list() local 1127 struct octeon_device *oct = lio->oct_dev; in liquidio_set_mac() local 1176 struct octeon_device *oct; in liquidio_get_stats64() local 1413 struct octeon_device *oct; in liquidio_xmit() local 1653 struct octeon_device *oct = lio->oct_dev; in liquidio_vlan_rx_add_vid() local [all …]
|
| A D | lio_vf_rep.c | 113 struct octeon_device *oct; in lio_vf_rep_open() local 146 struct octeon_device *oct; in lio_vf_rep_stop() local 203 struct octeon_device *oct; in lio_vf_rep_change_mtu() local 231 struct octeon_device *oct = vf_rep->oct; in lio_vf_rep_phys_port_name() local 261 lio_vf_rep_copy_packet(struct octeon_device *oct, in lio_vf_rep_copy_packet() 298 struct octeon_device *oct; in lio_vf_rep_pkt_recv() local 373 struct octeon_device *oct = vf_rep->oct; in lio_vf_rep_pkt_xmit() local 467 struct octeon_device *oct; in lio_vf_rep_fetch_stats() local 489 lio_vf_rep_create(struct octeon_device *oct) in lio_vf_rep_create() 575 lio_vf_rep_destroy(struct octeon_device *oct) in lio_vf_rep_destroy() [all …]
|
| A D | lio_ethtool.c | 219 struct octeon_device *oct = lio->oct_dev; in lio_get_link_ksettings() local 400 struct octeon_device *oct; in lio_set_link_ksettings() local 439 struct octeon_device *oct; in lio_get_drvinfo() local 455 struct octeon_device *oct; in lio_get_vf_drvinfo() local 473 struct octeon_device *oct = lio->oct_dev; in lio_send_queue_count_update() local 502 struct octeon_device *oct = lio->oct_dev; in lio_ethtool_get_channels() local 608 struct octeon_device *oct = lio->oct_dev; in lio_ethtool_set_channels() local 708 struct octeon_device *oct = lio->oct_dev; in octnet_gpio_access() local 735 struct octeon_device *oct = lio->oct_dev; in octnet_id_active() local 834 struct octeon_device *oct = lio->oct_dev; in lio_set_phys_id() local [all …]
|
| A D | cn68xx_device.c | 31 static void lio_cn68xx_set_dpi_regs(struct octeon_device *oct) in lio_cn68xx_set_dpi_regs() 60 static int lio_cn68xx_soft_reset(struct octeon_device *oct) in lio_cn68xx_soft_reset() 68 static void lio_cn68xx_setup_pkt_ctl_regs(struct octeon_device *oct) in lio_cn68xx_setup_pkt_ctl_regs() 90 static int lio_cn68xx_setup_device_regs(struct octeon_device *oct) in lio_cn68xx_setup_device_regs() 108 static inline void lio_cn68xx_vendor_message_fix(struct octeon_device *oct) in lio_cn68xx_vendor_message_fix() 118 static int lio_is_210nv(struct octeon_device *oct) in lio_is_210nv() 125 int lio_setup_cn68xx_octeon_device(struct octeon_device *oct) in lio_setup_cn68xx_octeon_device()
|
| A D | octeon_console.c | 147 static inline u64 __cvmx_bootmem_desc_get(struct octeon_device *oct, in __cvmx_bootmem_desc_get() 173 static void CVMX_BOOTMEM_NAMED_GET_NAME(struct octeon_device *oct, in CVMX_BOOTMEM_NAMED_GET_NAME() 195 static int __cvmx_bootmem_check_version(struct octeon_device *oct, in __cvmx_bootmem_check_version() 228 *__cvmx_bootmem_find_named_block_flags(struct octeon_device *oct, in __cvmx_bootmem_find_named_block_flags() 399 int octeon_wait_for_bootloader(struct octeon_device *oct, in octeon_wait_for_bootloader() 431 static void output_console_line(struct octeon_device *oct, in output_console_line() 484 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_console() local 533 int octeon_init_consoles(struct octeon_device *oct) in octeon_init_consoles() 576 static void octeon_get_uboot_version(struct octeon_device *oct) in octeon_get_uboot_version() 652 int octeon_add_console(struct octeon_device *oct, u32 console_num, in octeon_add_console() [all …]
|
| A D | octeon_droq.c | 136 octeon_droq_destroy_ring_buffers(struct octeon_device *oct, in octeon_droq_destroy_ring_buffers() 163 octeon_droq_setup_ring_buffers(struct octeon_device *oct, in octeon_droq_setup_ring_buffers() 194 int octeon_delete_droq(struct octeon_device *oct, u32 q_no) in octeon_delete_droq() 217 int octeon_init_droq(struct octeon_device *oct, in octeon_init_droq() 497 struct octeon_device *oct = droq->oct_dev; in octeon_retry_droq_refill() local 525 octeon_droq_dispatch_pkt(struct octeon_device *oct, in octeon_droq_dispatch_pkt() 590 octeon_droq_fast_process_packets(struct octeon_device *oct, in octeon_droq_fast_process_packets() 738 octeon_droq_process_packets(struct octeon_device *oct, in octeon_droq_process_packets() 781 octeon_droq_process_poll_pkts(struct octeon_device *oct, in octeon_droq_process_poll_pkts() 823 octeon_enable_irq(struct octeon_device *oct, u32 q_no) in octeon_enable_irq() [all …]
|
| /drivers/net/ethernet/marvell/octeon_ep_vf/ |
| A D | octep_vf_main.c | 172 struct octep_vf_device *oct = ioq_vector->octep_vf_dev; in octep_vf_ioq_intr_handler() local 454 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_open() local 522 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_stop() local 596 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_start_xmit() local 737 int octep_vf_get_if_stats(struct octep_vf_device *oct) in octep_vf_get_if_stats() 779 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_get_stats64() local 833 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_tx_timeout() local 843 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_set_mac() local 862 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_change_mtu() local 881 struct octep_vf_device *oct = netdev_priv(netdev); in octep_vf_set_features() local [all …]
|
| A D | octep_vf_cn9k.c | 17 static void cn93_vf_dump_q_regs(struct octep_vf_device *oct, int qno) in cn93_vf_dump_q_regs() 81 static void cn93_vf_reset_iq(struct octep_vf_device *oct, int q_no) in cn93_vf_reset_iq() 106 static void cn93_vf_reset_oq(struct octep_vf_device *oct, int q_no) in cn93_vf_reset_oq() 122 static void octep_vf_reset_io_queues_cn93(struct octep_vf_device *oct) in octep_vf_reset_io_queues_cn93() 136 static void octep_vf_init_config_cn93_vf(struct octep_vf_device *oct) in octep_vf_init_config_cn93_vf() 260 static void cn93_handle_vf_mbox_intr(struct octep_vf_device *oct) in cn93_handle_vf_mbox_intr() 272 struct octep_vf_device *oct; in octep_vf_ioq_intr_handler_cn93() local 291 static void octep_vf_reinit_regs_cn93(struct octep_vf_device *oct) in octep_vf_reinit_regs_cn93() 404 static void octep_vf_enable_io_queues_cn93(struct octep_vf_device *oct) in octep_vf_enable_io_queues_cn93() 446 static void octep_vf_dump_registers_cn93(struct octep_vf_device *oct) in octep_vf_dump_registers_cn93() [all …]
|
| A D | octep_vf_cnxk.c | 17 static void cnxk_vf_dump_q_regs(struct octep_vf_device *oct, int qno) in cnxk_vf_dump_q_regs() 84 static void cnxk_vf_reset_iq(struct octep_vf_device *oct, int q_no) in cnxk_vf_reset_iq() 108 static void cnxk_vf_reset_oq(struct octep_vf_device *oct, int q_no) in cnxk_vf_reset_oq() 124 static void octep_vf_reset_io_queues_cnxk(struct octep_vf_device *oct) in octep_vf_reset_io_queues_cnxk() 138 static void octep_vf_init_config_cnxk_vf(struct octep_vf_device *oct) in octep_vf_init_config_cnxk_vf() 271 static void cnxk_handle_vf_mbox_intr(struct octep_vf_device *oct) in cnxk_handle_vf_mbox_intr() 283 struct octep_vf_device *oct; in octep_vf_ioq_intr_handler_cnxk() local 302 static void octep_vf_reinit_regs_cnxk(struct octep_vf_device *oct) in octep_vf_reinit_regs_cnxk() 415 static void octep_vf_enable_io_queues_cnxk(struct octep_vf_device *oct) in octep_vf_enable_io_queues_cnxk() 457 static void octep_vf_dump_registers_cnxk(struct octep_vf_device *oct) in octep_vf_dump_registers_cnxk() [all …]
|
| A D | octep_vf_mbox.c | 23 int octep_vf_setup_mbox(struct octep_vf_device *oct) in octep_vf_setup_mbox() 41 void octep_vf_delete_mbox(struct octep_vf_device *oct) in octep_vf_delete_mbox() 54 int octep_vf_mbox_version_check(struct octep_vf_device *oct) in octep_vf_mbox_version_check() 81 struct octep_vf_device *oct = NULL; in octep_vf_mbox_work() local 112 static int __octep_vf_mbox_send_cmd(struct octep_vf_device *oct, in __octep_vf_mbox_send_cmd() 236 int octep_vf_mbox_set_mtu(struct octep_vf_device *oct, int mtu) in octep_vf_mbox_set_mtu() 267 int octep_vf_mbox_set_mac_addr(struct octep_vf_device *oct, char *mac_addr) in octep_vf_mbox_set_mac_addr() 289 int octep_vf_mbox_get_mac_addr(struct octep_vf_device *oct, char *mac_addr) in octep_vf_mbox_get_mac_addr() 311 int octep_vf_mbox_set_rx_state(struct octep_vf_device *oct, bool state) in octep_vf_mbox_set_rx_state() 374 int octep_vf_mbox_dev_remove(struct octep_vf_device *oct) in octep_vf_mbox_dev_remove() [all …]
|
| A D | octep_vf_rx.c | 79 static int octep_vf_oq_refill(struct octep_vf_device *oct, struct octep_vf_oq *oq) in octep_vf_oq_refill() 123 static int octep_vf_setup_oq(struct octep_vf_device *oct, int q_no) in octep_vf_setup_oq() 229 struct octep_vf_device *oct = oq->octep_vf_dev; in octep_vf_free_oq() local 252 int octep_vf_setup_oqs(struct octep_vf_device *oct) in octep_vf_setup_oqs() 284 void octep_vf_oq_dbell_init(struct octep_vf_device *oct) in octep_vf_oq_dbell_init() 297 void octep_vf_free_oqs(struct octep_vf_device *oct) in octep_vf_free_oqs() 318 static int octep_vf_oq_check_hw_for_pkts(struct octep_vf_device *oct, in octep_vf_oq_check_hw_for_pkts() 354 static int __octep_vf_oq_process_rx(struct octep_vf_device *oct, in __octep_vf_oq_process_rx() 482 struct octep_vf_device *oct = oq->octep_vf_dev; in octep_vf_oq_process_rx() local
|