Lines Matching defs:oct

60 static void cnxk_dump_regs(struct octep_device *oct, int qno)  in cnxk_dump_regs()
127 static int cnxk_reset_iq(struct octep_device *oct, int q_no) in cnxk_reset_iq()
155 static void cnxk_reset_oq(struct octep_device *oct, int q_no) in cnxk_reset_oq()
176 static void octep_reset_io_queues_cnxk_pf(struct octep_device *oct) in octep_reset_io_queues_cnxk_pf()
190 static void octep_setup_pci_window_regs_cnxk_pf(struct octep_device *oct) in octep_setup_pci_window_regs_cnxk_pf()
201 static void octep_configure_ring_mapping_cnxk_pf(struct octep_device *oct) in octep_configure_ring_mapping_cnxk_pf()
223 static void octep_init_config_cnxk_pf(struct octep_device *oct) in octep_init_config_cnxk_pf()
283 static void octep_setup_iq_regs_cnxk_pf(struct octep_device *oct, int iq_no) in octep_setup_iq_regs_cnxk_pf()
330 static void octep_setup_oq_regs_cnxk_pf(struct octep_device *oct, int oq_no) in octep_setup_oq_regs_cnxk_pf()
391 static void octep_setup_mbox_regs_cnxk_pf(struct octep_device *oct, int q_no) in octep_setup_mbox_regs_cnxk_pf()
402 static void octep_poll_pfvf_mailbox_cnxk_pf(struct octep_device *oct) in octep_poll_pfvf_mailbox_cnxk_pf()
429 struct octep_device *oct = (struct octep_device *)dev; in octep_pfvf_mbox_intr_handler_cnxk_pf() local
436 static void octep_poll_oei_cnxk_pf(struct octep_device *oct) in octep_poll_oei_cnxk_pf()
454 struct octep_device *oct = (struct octep_device *)dev; in octep_oei_intr_handler_cnxk_pf() local
464 static void octep_poll_non_ioq_interrupts_cnxk_pf(struct octep_device *oct) in octep_poll_non_ioq_interrupts_cnxk_pf()
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
613 struct octep_device *oct = (struct octep_device *)dev; in octep_misc_intr_handler_cnxk_pf() local
630 struct octep_device *oct = (struct octep_device *)dev; in octep_rsvd_intr_handler_cnxk_pf() local
648 static int octep_soft_reset_cnxk_pf(struct octep_device *oct) in octep_soft_reset_cnxk_pf()
676 static void octep_reinit_regs_cnxk_pf(struct octep_device *oct) in octep_reinit_regs_cnxk_pf()
694 static void octep_enable_interrupts_cnxk_pf(struct octep_device *oct) in octep_enable_interrupts_cnxk_pf()
721 static void octep_disable_interrupts_cnxk_pf(struct octep_device *oct) in octep_disable_interrupts_cnxk_pf()
762 static void octep_enable_iq_cnxk_pf(struct octep_device *oct, int iq_no) in octep_enable_iq_cnxk_pf()
786 static void octep_enable_oq_cnxk_pf(struct octep_device *oct, int oq_no) in octep_enable_oq_cnxk_pf()
804 static void octep_enable_io_queues_cnxk_pf(struct octep_device *oct) in octep_enable_io_queues_cnxk_pf()
815 static void octep_disable_iq_cnxk_pf(struct octep_device *oct, int iq_no) in octep_disable_iq_cnxk_pf()
827 static void octep_disable_oq_cnxk_pf(struct octep_device *oct, int oq_no) in octep_disable_oq_cnxk_pf()
838 static void octep_disable_io_queues_cnxk_pf(struct octep_device *oct) in octep_disable_io_queues_cnxk_pf()
849 static void octep_dump_registers_cnxk_pf(struct octep_device *oct) in octep_dump_registers_cnxk_pf()
871 void octep_device_setup_cnxk_pf(struct octep_device *oct) in octep_device_setup_cnxk_pf()