Home
last modified time | relevance | path

Searched defs:oct (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Dcn66xx_device.c29 int lio_cn6xxx_soft_reset(struct octeon_device *oct) in lio_cn6xxx_soft_reset()
55 void lio_cn6xxx_enable_error_reporting(struct octeon_device *oct) in lio_cn6xxx_enable_error_reporting()
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()
155 void lio_cn6xxx_setup_global_input_regs(struct octeon_device *oct) in lio_cn6xxx_setup_global_input_regs()
170 static void lio_cn66xx_setup_pkt_ctl_regs(struct octeon_device *oct) in lio_cn66xx_setup_pkt_ctl_regs()
193 void lio_cn6xxx_setup_global_output_regs(struct octeon_device *oct) in lio_cn6xxx_setup_global_output_regs()
247 static int lio_cn6xxx_setup_device_regs(struct octeon_device *oct) in lio_cn6xxx_setup_device_regs()
[all …]
Dcn23xx_pf_device.c39 void cn23xx_dump_pf_initialized_regs(struct octeon_device *oct) in cn23xx_dump_pf_initialized_regs()
208 static int cn23xx_pf_soft_reset(struct octeon_device *oct) in cn23xx_pf_soft_reset()
239 static void cn23xx_enable_error_reporting(struct octeon_device *oct) in cn23xx_enable_error_reporting()
269 static u32 cn23xx_coprocessor_clock(struct octeon_device *oct) in cn23xx_coprocessor_clock()
279 u32 cn23xx_pf_get_oq_ticks(struct octeon_device *oct, u32 time_intr_in_us) in cn23xx_pf_get_oq_ticks()
301 static void cn23xx_setup_global_mac_regs(struct octeon_device *oct) in cn23xx_setup_global_mac_regs()
345 static int cn23xx_reset_io_queues(struct octeon_device *oct) in cn23xx_reset_io_queues()
400 static int cn23xx_pf_setup_global_input_regs(struct octeon_device *oct) in cn23xx_pf_setup_global_input_regs()
475 static void cn23xx_pf_setup_global_output_regs(struct octeon_device *oct) in cn23xx_pf_setup_global_output_regs()
564 static int cn23xx_setup_pf_device_regs(struct octeon_device *oct) in cn23xx_setup_pf_device_regs()
[all …]
Dcn23xx_vf_device.c30 u32 cn23xx_vf_get_oq_ticks(struct octeon_device *oct, u32 time_intr_in_us) in cn23xx_vf_get_oq_ticks()
50 static int cn23xx_vf_reset_io_queues(struct octeon_device *oct, u32 num_queues) in cn23xx_vf_reset_io_queues()
101 static int cn23xx_vf_setup_global_input_regs(struct octeon_device *oct) in cn23xx_vf_setup_global_input_regs()
151 static void cn23xx_vf_setup_global_output_regs(struct octeon_device *oct) in cn23xx_vf_setup_global_output_regs()
202 static int cn23xx_setup_vf_device_regs(struct octeon_device *oct) in cn23xx_setup_vf_device_regs()
212 static void cn23xx_setup_vf_iq_regs(struct octeon_device *oct, u32 iq_no) in cn23xx_setup_vf_iq_regs()
245 static void cn23xx_setup_vf_oq_regs(struct octeon_device *oct, u32 oq_no) in cn23xx_setup_vf_oq_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()
318 static int cn23xx_enable_vf_io_queues(struct octeon_device *oct) in cn23xx_enable_vf_io_queues()
[all …]
Docteon_device.c569 static void *__retrieve_octeon_config_info(struct octeon_device *oct, in __retrieve_octeon_config_info()
597 static int __verify_octeon_config_info(struct octeon_device *oct, void *conf) in __verify_octeon_config_info()
613 void *oct_get_config_info(struct octeon_device *oct, u16 card_type) in oct_get_config_info()
645 void octeon_free_device_mem(struct octeon_device *oct) in octeon_free_device_mem()
669 struct octeon_device *oct; in octeon_allocate_device_mem() local
722 struct octeon_device *oct = NULL; in octeon_allocate_device() local
760 int octeon_register_device(struct octeon_device *oct, in octeon_register_device()
813 int octeon_deregister_device(struct octeon_device *oct) in octeon_deregister_device()
827 octeon_allocate_ioq_vector(struct octeon_device *oct, u32 num_ioqs) in octeon_allocate_ioq_vector()
859 octeon_free_ioq_vector(struct octeon_device *oct) in octeon_free_ioq_vector()
[all …]
Drequest_manager.c43 static inline int IQ_INSTR_MODE_64B(struct octeon_device *oct, int iq_no) in IQ_INSTR_MODE_64B()
50 #define IQ_INSTR_MODE_32B(oct, iq_no) (!IQ_INSTR_MODE_64B(oct, iq_no)) argument
56 int octeon_init_instr_queue(struct octeon_device *oct, in octeon_init_instr_queue()
169 int octeon_delete_instr_queue(struct octeon_device *oct, u32 iq_no) in octeon_delete_instr_queue()
203 int octeon_setup_iq(struct octeon_device *oct, in octeon_setup_iq()
248 int lio_wait_for_instr_fetch(struct octeon_device *oct) in lio_wait_for_instr_fetch()
276 ring_doorbell(struct octeon_device *oct, struct octeon_instr_queue *iq) in ring_doorbell()
288 octeon_ring_doorbell_locked(struct octeon_device *oct, u32 iq_no) in octeon_ring_doorbell_locked()
348 octeon_register_reqtype_free_fn(struct octeon_device *oct, int reqtype, in octeon_register_reqtype_free_fn()
372 lio_process_iq_request_list(struct octeon_device *oct, in lio_process_iq_request_list()
[all …]
Docteon_mem_ops.c30 octeon_toggle_bar1_swapmode(struct octeon_device *oct, u32 idx) in octeon_toggle_bar1_swapmode()
39 #define octeon_toggle_bar1_swapmode(oct, idx) argument
43 octeon_pci_fastwrite(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastwrite()
67 octeon_pci_fastread(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastread()
93 __octeon_pci_rw_core_mem(struct octeon_device *oct, u64 addr, in __octeon_pci_rw_core_mem()
159 octeon_pci_read_core_mem(struct octeon_device *oct, in octeon_pci_read_core_mem()
168 octeon_pci_write_core_mem(struct octeon_device *oct, in octeon_pci_write_core_mem()
176 u64 octeon_read_device_mem64(struct octeon_device *oct, u64 coreaddr) in octeon_read_device_mem64()
185 u32 octeon_read_device_mem32(struct octeon_device *oct, u64 coreaddr) in octeon_read_device_mem32()
194 void octeon_write_device_mem32(struct octeon_device *oct, u64 coreaddr, in octeon_write_device_mem32()
Dcn68xx_device.c30 static void lio_cn68xx_set_dpi_regs(struct octeon_device *oct) in lio_cn68xx_set_dpi_regs()
59 static int lio_cn68xx_soft_reset(struct octeon_device *oct) in lio_cn68xx_soft_reset()
67 static void lio_cn68xx_setup_pkt_ctl_regs(struct octeon_device *oct) in lio_cn68xx_setup_pkt_ctl_regs()
89 static int lio_cn68xx_setup_device_regs(struct octeon_device *oct) in lio_cn68xx_setup_device_regs()
107 static inline void lio_cn68xx_vendor_message_fix(struct octeon_device *oct) in lio_cn68xx_vendor_message_fix()
117 static int lio_is_210nv(struct octeon_device *oct) in lio_is_210nv()
124 int lio_setup_cn68xx_octeon_device(struct octeon_device *oct) in lio_setup_cn68xx_octeon_device()
Dlio_main.c169 struct octeon_device *oct = (struct octeon_device *)pdev; in octeon_droq_bh() local
198 static int lio_wait_for_oq_pkts(struct octeon_device *oct) in lio_wait_for_oq_pkts()
229 static void force_io_queues_off(struct octeon_device *oct) in force_io_queues_off()
245 static inline void pcierror_quiesce_device(struct octeon_device *oct) in pcierror_quiesce_device()
310 static void stop_pci_io(struct octeon_device *oct) in stop_pci_io()
346 struct octeon_device *oct = pci_get_drvdata(pdev); in liquidio_pcie_error_detected() local
562 struct octeon_device *oct = lio->oct_dev; in setup_link_status_change_wq() local
601 struct octeon_device *oct = lio->oct_dev; in update_link_status() local
645 struct octeon_device *oct = lio->oct_dev; in lio_sync_octeon_time() local
696 struct octeon_device *oct = lio->oct_dev; in setup_sync_octeon_time_wq() local
[all …]
Dlio_vf_rep.c55 lio_vf_rep_send_soft_command(struct octeon_device *oct, in lio_vf_rep_send_soft_command()
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
243 lio_vf_rep_get_ndev(struct octeon_device *oct, int ifidx) in lio_vf_rep_get_ndev()
261 lio_vf_rep_copy_packet(struct octeon_device *oct, in lio_vf_rep_copy_packet()
299 struct octeon_device *oct; in lio_vf_rep_pkt_recv() local
348 lio_vf_rep_packet_sent_callback(struct octeon_device *oct, in lio_vf_rep_packet_sent_callback()
374 struct octeon_device *oct = vf_rep->oct; in lio_vf_rep_pkt_xmit() local
[all …]
Dlio_core.c79 int lio_setup_glists(struct octeon_device *oct, struct lio *lio, int num_iqs) in lio_setup_glists()
159 struct octeon_device *oct = lio->oct_dev; in liquidio_set_feature() local
254 struct octeon_device *oct = lio->oct_dev; in liquidio_link_ctrl_cmd_completion() local
397 void octeon_pf_changed_vf_macaddr(struct octeon_device *oct, u8 *mac) in octeon_pf_changed_vf_macaddr()
428 void octeon_schedule_rxq_oom_work(struct octeon_device *oct, in octeon_schedule_rxq_oom_work()
443 struct octeon_device *oct = lio->oct_dev; in octnet_poll_check_rxq_oom_status() local
457 struct octeon_device *oct = lio->oct_dev; in setup_rx_oom_poll_fn() local
483 struct octeon_device *oct = lio->oct_dev; in cleanup_rx_oom_poll_fn() local
499 static void lio_update_txq_status(struct octeon_device *oct, int iq_num) in lio_update_txq_status()
531 static int octeon_setup_droq(struct octeon_device *oct, int q_no, int num_descs, in octeon_setup_droq()
[all …]
Dlio_vf_main.c74 static int lio_wait_for_oq_pkts(struct octeon_device *oct) in lio_wait_for_oq_pkts()
106 static void pcierror_quiesce_device(struct octeon_device *oct) in pcierror_quiesce_device()
170 static void stop_pci_io(struct octeon_device *oct) in stop_pci_io()
219 struct octeon_device *oct = pci_get_drvdata(pdev); in liquidio_pcie_error_detected() local
306 struct octeon_device *oct = lio->oct_dev; in setup_link_status_change_wq() local
344 struct octeon_device *oct = lio->oct_dev; in update_link_status() local
423 static void octeon_pci_flr(struct octeon_device *oct) in octeon_pci_flr()
445 static void octeon_destroy_resources(struct octeon_device *oct) in octeon_destroy_resources()
603 struct octeon_device *oct = (struct octeon_device *)lio->oct_dev; in send_rx_ctrl_cmd() local
656 static void liquidio_destroy_nic_device(struct octeon_device *oct, int ifidx) in liquidio_destroy_nic_device()
[all …]
Docteon_console.c147 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()
258 static u64 cvmx_bootmem_phy_named_block_find(struct octeon_device *oct, in cvmx_bootmem_phy_named_block_find()
335 static int octeon_named_block_find(struct octeon_device *oct, const char *name, in octeon_named_block_find()
361 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str, in octeon_console_send_cmd()
400 int octeon_wait_for_bootloader(struct octeon_device *oct, in octeon_wait_for_bootloader()
420 static void octeon_console_handle_result(struct octeon_device *oct, in octeon_console_handle_result()
432 static void output_console_line(struct octeon_device *oct, in output_console_line()
[all …]
Dlio_ethtool.c218 struct octeon_device *oct = lio->oct_dev; in lio_get_link_ksettings() local
399 struct octeon_device *oct; in lio_set_link_ksettings() local
438 struct octeon_device *oct; in lio_get_drvinfo() local
454 struct octeon_device *oct; in lio_get_vf_drvinfo() local
472 struct octeon_device *oct = lio->oct_dev; in lio_send_queue_count_update() local
501 struct octeon_device *oct = lio->oct_dev; in lio_ethtool_get_channels() local
541 lio_irq_reallocate_irqs(struct octeon_device *oct, uint32_t num_ioqs) in lio_irq_reallocate_irqs()
607 struct octeon_device *oct = lio->oct_dev; in lio_ethtool_set_channels() local
707 struct octeon_device *oct = lio->oct_dev; in octnet_gpio_access() local
734 struct octeon_device *oct = lio->oct_dev; in octnet_id_active() local
[all …]
Docteon_droq.c140 octeon_droq_destroy_ring_buffers(struct octeon_device *oct, in octeon_droq_destroy_ring_buffers()
167 octeon_droq_setup_ring_buffers(struct octeon_device *oct, in octeon_droq_setup_ring_buffers()
198 int octeon_delete_droq(struct octeon_device *oct, u32 q_no) in octeon_delete_droq()
220 int octeon_init_droq(struct octeon_device *oct, in octeon_init_droq()
503 struct octeon_device *oct = droq->oct_dev; in octeon_retry_droq_refill() local
531 octeon_droq_dispatch_pkt(struct octeon_device *oct, in octeon_droq_dispatch_pkt()
567 static inline void octeon_droq_drop_packets(struct octeon_device *oct, in octeon_droq_drop_packets()
596 octeon_droq_fast_process_packets(struct octeon_device *oct, in octeon_droq_fast_process_packets()
744 octeon_droq_process_packets(struct octeon_device *oct, in octeon_droq_process_packets()
786 octeon_droq_process_poll_pkts(struct octeon_device *oct, in octeon_droq_process_poll_pkts()
[all …]
Docteon_nic.c30 octeon_alloc_soft_command_resp(struct octeon_device *oct, in octeon_alloc_soft_command_resp()
83 int octnet_send_nic_data_pkt(struct octeon_device *oct, in octnet_send_nic_data_pkt()
95 *octnic_alloc_ctrl_pkt_sc(struct octeon_device *oct, in octnic_alloc_ctrl_pkt_sc()
137 octnet_send_nic_ctrl_pkt(struct octeon_device *oct, in octnet_send_nic_ctrl_pkt()
Docteon_mailbox.c131 int octeon_mbox_write(struct octeon_device *oct, in octeon_mbox_write()
209 static void get_vf_stats(struct octeon_device *oct, in get_vf_stats()
239 struct octeon_device *oct = mbox->oct_dev; in octeon_mbox_process_cmd() local
354 int octeon_mbox_cancel(struct octeon_device *oct, int q_no) in octeon_mbox_cancel()
Dresponse_manager.c30 int octeon_setup_response_list(struct octeon_device *oct) in octeon_setup_response_list()
56 void octeon_delete_response_list(struct octeon_device *oct) in octeon_delete_response_list()
226 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in oct_poll_req_completion() local
Docteon_nic.h112 static inline int octnet_iq_is_full(struct octeon_device *oct, u32 q_no) in octnet_iq_is_full()
119 octnet_prepare_pci_cmd_o2(struct octeon_device *oct, in octnet_prepare_pci_cmd_o2()
173 octnet_prepare_pci_cmd_o3(struct octeon_device *oct, in octnet_prepare_pci_cmd_o3()
243 octnet_prepare_pci_cmd(struct octeon_device *oct, union octeon_instr_64B *cmd, in octnet_prepare_pci_cmd()
Docteon_network.h260 *recv_buffer_alloc(struct octeon_device *oct, in recv_buffer_alloc()
331 recv_buffer_recycle(struct octeon_device *oct, void *buf) in recv_buffer_recycle()
363 *recv_buffer_reuse(struct octeon_device *oct, void *buf) in recv_buffer_reuse()
432 #define lio_dma_alloc(oct, size, dma_addr) \ argument
434 #define lio_dma_free(oct, size, virt_addr, dma_addr) \ argument
535 static inline int wait_for_pending_requests(struct octeon_device *oct) in wait_for_pending_requests()
602 static inline int skb_iq(struct octeon_device *oct, struct sk_buff *skb) in skb_iq()
Docteon_main.h92 static inline void octeon_unmap_pci_barx(struct octeon_device *oct, int baridx) in octeon_unmap_pci_barx()
110 static inline int octeon_map_pci_barx(struct octeon_device *oct, in octeon_map_pci_barx()
Dlio_vf_rep.h34 struct octeon_device *oct; member
Docteon_device.h423 struct octeon_device *oct; member
621 #define OCTEON_CN6XXX(oct) ({ \ argument
625 #define OCTEON_CN23XX_PF(oct) ((oct)->chip_id == OCTEON_CN23XX_PF_VID) argument
626 #define OCTEON_CN23XX_VF(oct) ((oct)->chip_id == OCTEON_CN23XX_VF_VID) argument
627 #define CHIP_CONF(oct, TYPE) \ argument
715 static inline u16 OCTEON_MAJOR_REV(struct octeon_device *oct) in OCTEON_MAJOR_REV()
722 static inline u16 OCTEON_MINOR_REV(struct octeon_device *oct) in OCTEON_MINOR_REV()
Docteon_config.h458 #define MAX_OCTEON_INSTR_QUEUES(oct) \ argument
463 #define MAX_OCTEON_OUTPUT_QUEUES(oct) \ argument