Home
last modified time | relevance | path

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

12

/linux-6.1.9/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.c568 static void *__retrieve_octeon_config_info(struct octeon_device *oct, in __retrieve_octeon_config_info()
596 static int __verify_octeon_config_info(struct octeon_device *oct, void *conf) in __verify_octeon_config_info()
612 void *oct_get_config_info(struct octeon_device *oct, u16 card_type) in oct_get_config_info()
644 void octeon_free_device_mem(struct octeon_device *oct) in octeon_free_device_mem()
668 struct octeon_device *oct; in octeon_allocate_device_mem() local
721 struct octeon_device *oct = NULL; in octeon_allocate_device() local
759 int octeon_register_device(struct octeon_device *oct, in octeon_register_device()
812 int octeon_deregister_device(struct octeon_device *oct) in octeon_deregister_device()
826 octeon_allocate_ioq_vector(struct octeon_device *oct, u32 num_ioqs) in octeon_allocate_ioq_vector()
858 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()
165 int octeon_delete_instr_queue(struct octeon_device *oct, u32 iq_no) in octeon_delete_instr_queue()
199 int octeon_setup_iq(struct octeon_device *oct, in octeon_setup_iq()
244 int lio_wait_for_instr_fetch(struct octeon_device *oct) in lio_wait_for_instr_fetch()
272 ring_doorbell(struct octeon_device *oct, struct octeon_instr_queue *iq) in ring_doorbell()
284 octeon_ring_doorbell_locked(struct octeon_device *oct, u32 iq_no) in octeon_ring_doorbell_locked()
344 octeon_register_reqtype_free_fn(struct octeon_device *oct, int reqtype, in octeon_register_reqtype_free_fn()
368 lio_process_iq_request_list(struct octeon_device *oct, in lio_process_iq_request_list()
[all …]
Docteon_mem_ops.c31 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()
169 octeon_pci_write_core_mem(struct octeon_device *oct, in octeon_pci_write_core_mem()
177 u64 octeon_read_device_mem64(struct octeon_device *oct, u64 coreaddr) in octeon_read_device_mem64()
186 u32 octeon_read_device_mem32(struct octeon_device *oct, u64 coreaddr) in octeon_read_device_mem32()
195 void octeon_write_device_mem32(struct octeon_device *oct, u64 coreaddr, in octeon_write_device_mem32()
Dlio_main.c165 struct octeon_device *oct = oct_priv->dev; in octeon_droq_bh() local
192 static int lio_wait_for_oq_pkts(struct octeon_device *oct) in lio_wait_for_oq_pkts()
223 static void force_io_queues_off(struct octeon_device *oct) in force_io_queues_off()
239 static inline void pcierror_quiesce_device(struct octeon_device *oct) in pcierror_quiesce_device()
304 static void stop_pci_io(struct octeon_device *oct) in stop_pci_io()
340 struct octeon_device *oct = pci_get_drvdata(pdev); in liquidio_pcie_error_detected() local
533 struct octeon_device *oct = lio->oct_dev; in setup_link_status_change_wq() local
572 struct octeon_device *oct = lio->oct_dev; in update_link_status() local
616 struct octeon_device *oct = lio->oct_dev; in lio_sync_octeon_time() local
666 struct octeon_device *oct = lio->oct_dev; in setup_sync_octeon_time_wq() local
[all …]
Dcn68xx_device.c31 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()
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.c81 int lio_setup_glists(struct octeon_device *oct, struct lio *lio, int num_iqs) in lio_setup_glists()
161 struct octeon_device *oct = lio->oct_dev; in liquidio_set_feature() local
256 struct octeon_device *oct = lio->oct_dev; in liquidio_link_ctrl_cmd_completion() local
399 void octeon_pf_changed_vf_macaddr(struct octeon_device *oct, u8 *mac) in octeon_pf_changed_vf_macaddr()
430 void octeon_schedule_rxq_oom_work(struct octeon_device *oct, in octeon_schedule_rxq_oom_work()
445 struct octeon_device *oct = lio->oct_dev; in octnet_poll_check_rxq_oom_status() local
459 struct octeon_device *oct = lio->oct_dev; in setup_rx_oom_poll_fn() local
485 struct octeon_device *oct = lio->oct_dev; in cleanup_rx_oom_poll_fn() local
500 static void lio_update_txq_status(struct octeon_device *oct, int iq_num) in lio_update_txq_status()
532 static int octeon_setup_droq(struct octeon_device *oct, int q_no, int num_descs, in octeon_setup_droq()
[all …]
Dlio_vf_main.c73 static int lio_wait_for_oq_pkts(struct octeon_device *oct) in lio_wait_for_oq_pkts()
105 static void pcierror_quiesce_device(struct octeon_device *oct) in pcierror_quiesce_device()
169 static void stop_pci_io(struct octeon_device *oct) in stop_pci_io()
218 struct octeon_device *oct = pci_get_drvdata(pdev); in liquidio_pcie_error_detected() local
305 struct octeon_device *oct = lio->oct_dev; in setup_link_status_change_wq() local
343 struct octeon_device *oct = lio->oct_dev; in update_link_status() local
422 static void octeon_pci_flr(struct octeon_device *oct) in octeon_pci_flr()
443 static void octeon_destroy_resources(struct octeon_device *oct) in octeon_destroy_resources()
600 struct octeon_device *oct = (struct octeon_device *)lio->oct_dev; in send_rx_ctrl_cmd() local
660 static void liquidio_destroy_nic_device(struct octeon_device *oct, int ifidx) in liquidio_destroy_nic_device()
[all …]
Dlio_ethtool.c219 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
454 struct octeon_device *oct; in lio_get_vf_drvinfo() local
471 struct octeon_device *oct = lio->oct_dev; in lio_send_queue_count_update() local
500 struct octeon_device *oct = lio->oct_dev; in lio_ethtool_get_channels() local
540 lio_irq_reallocate_irqs(struct octeon_device *oct, uint32_t num_ioqs) in lio_irq_reallocate_irqs()
606 struct octeon_device *oct = lio->oct_dev; in lio_ethtool_set_channels() local
706 struct octeon_device *oct = lio->oct_dev; in octnet_gpio_access() local
733 struct octeon_device *oct = lio->oct_dev; in octnet_id_active() local
[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 …]
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()
500 struct octeon_device *oct = droq->oct_dev; in octeon_retry_droq_refill() local
528 octeon_droq_dispatch_pkt(struct octeon_device *oct, in octeon_droq_dispatch_pkt()
564 static inline void octeon_droq_drop_packets(struct octeon_device *oct, in octeon_droq_drop_packets()
593 octeon_droq_fast_process_packets(struct octeon_device *oct, in octeon_droq_fast_process_packets()
741 octeon_droq_process_packets(struct octeon_device *oct, in octeon_droq_process_packets()
783 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
355 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()
/linux-6.1.9/drivers/net/ethernet/marvell/octeon_ep/
Doctep_cn9k_pf.c37 static void cn93_dump_regs(struct octep_device *oct, int qno) in cn93_dump_regs()
104 static int cn93_reset_iq(struct octep_device *oct, int q_no) in cn93_reset_iq()
132 static void cn93_reset_oq(struct octep_device *oct, int q_no) in cn93_reset_oq()
150 static void octep_reset_io_queues_cn93_pf(struct octep_device *oct) in octep_reset_io_queues_cn93_pf()
164 static void octep_setup_pci_window_regs_cn93_pf(struct octep_device *oct) in octep_setup_pci_window_regs_cn93_pf()
175 static void octep_configure_ring_mapping_cn93_pf(struct octep_device *oct) in octep_configure_ring_mapping_cn93_pf()
197 static void octep_init_config_cn93_pf(struct octep_device *oct) in octep_init_config_cn93_pf()
241 static void octep_setup_iq_regs_cn93_pf(struct octep_device *oct, int iq_no) in octep_setup_iq_regs_cn93_pf()
288 static void octep_setup_oq_regs_cn93_pf(struct octep_device *oct, int oq_no) in octep_setup_oq_regs_cn93_pf()
339 static void octep_setup_mbox_regs_cn93_pf(struct octep_device *oct, int q_no) in octep_setup_mbox_regs_cn93_pf()
[all …]
Doctep_main.c47 static int octep_alloc_ioq_vectors(struct octep_device *oct) in octep_alloc_ioq_vectors()
80 static void octep_free_ioq_vectors(struct octep_device *oct) in octep_free_ioq_vectors()
104 static int octep_enable_msix_range(struct octep_device *oct) in octep_enable_msix_range()
148 static void octep_disable_msix(struct octep_device *oct) in octep_disable_msix()
166 struct octep_device *oct = data; in octep_non_ioq_intr_handler() local
183 struct octep_device *oct = ioq_vector->octep_dev; in octep_ioq_intr_handler() local
198 static int octep_request_irqs(struct octep_device *oct) in octep_request_irqs()
286 static void octep_free_irqs(struct octep_device *oct) in octep_free_irqs()
315 static int octep_setup_irqs(struct octep_device *oct) in octep_setup_irqs()
341 static void octep_clean_irqs(struct octep_device *oct) in octep_clean_irqs()
[all …]
Doctep_ctrl_net.c16 int octep_get_link_status(struct octep_device *oct) in octep_get_link_status()
37 void octep_set_link_status(struct octep_device *oct, bool up) in octep_set_link_status()
52 void octep_set_rx_state(struct octep_device *oct, bool up) in octep_set_rx_state()
67 int octep_get_mac_addr(struct octep_device *oct, u8 *addr) in octep_get_mac_addr()
90 int octep_set_mac_addr(struct octep_device *oct, u8 *addr) in octep_set_mac_addr()
106 int octep_set_mtu(struct octep_device *oct, int mtu) in octep_set_mtu()
122 int octep_get_if_stats(struct octep_device *oct) in octep_get_if_stats()
150 int octep_get_link_info(struct octep_device *oct) in octep_get_link_info()
177 int octep_set_link_info(struct octep_device *oct, struct octep_iface_link_info *link_info) in octep_set_link_info()
Doctep_rx.c79 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()
227 struct octep_device *oct = oq->octep_dev; in octep_free_oq() local
250 int octep_setup_oqs(struct octep_device *oct) in octep_setup_oqs()
282 void octep_oq_dbell_init(struct octep_device *oct) in octep_oq_dbell_init()
295 void octep_free_oqs(struct octep_device *oct) in octep_free_oqs()
316 static int octep_oq_check_hw_for_pkts(struct octep_device *oct, in octep_oq_check_hw_for_pkts()
352 static int __octep_oq_process_rx(struct octep_device *oct, in __octep_oq_process_rx()
477 struct octep_device *oct = oq->octep_dev; in octep_oq_process_rx() local
Doctep_tx.c36 struct octep_device *oct = iq->octep_dev; in octep_iq_process_completions() local
160 void octep_clean_iqs(struct octep_device *oct) in octep_clean_iqs()
178 static int octep_setup_iq(struct octep_device *oct, int q_no) in octep_setup_iq()
267 struct octep_device *oct = iq->octep_dev; in octep_free_iq() local
295 int octep_setup_iqs(struct octep_device *oct) in octep_setup_iqs()
324 void octep_free_iqs(struct octep_device *oct) in octep_free_iqs()
Doctep_ethtool.c72 struct octep_device *oct = netdev_priv(netdev); in octep_get_drvinfo() local
81 struct octep_device *oct = netdev_priv(netdev); in octep_get_strings() local
117 struct octep_device *oct = netdev_priv(netdev); in octep_get_sset_count() local
134 struct octep_device *oct = netdev_priv(netdev); in octep_get_ethtool_stats() local
279 struct octep_device *oct = netdev_priv(netdev); in octep_get_link_ksettings() local
332 struct octep_device *oct = netdev_priv(netdev); in octep_set_link_ksettings() local

12