Lines Matching defs:oct

40 static void cn93_dump_regs(struct octep_device *oct, int qno)  in cn93_dump_regs()
107 static int cn93_reset_iq(struct octep_device *oct, int q_no) in cn93_reset_iq()
135 static void cn93_reset_oq(struct octep_device *oct, int q_no) in cn93_reset_oq()
153 static void octep_reset_io_queues_cn93_pf(struct octep_device *oct) in octep_reset_io_queues_cn93_pf()
167 static void octep_setup_pci_window_regs_cn93_pf(struct octep_device *oct) in octep_setup_pci_window_regs_cn93_pf()
178 static void octep_configure_ring_mapping_cn93_pf(struct octep_device *oct) in octep_configure_ring_mapping_cn93_pf()
200 static void octep_init_config_cn93_pf(struct octep_device *oct) in octep_init_config_cn93_pf()
263 static void octep_setup_iq_regs_cn93_pf(struct octep_device *oct, int iq_no) in octep_setup_iq_regs_cn93_pf()
310 static void octep_setup_oq_regs_cn93_pf(struct octep_device *oct, int oq_no) in octep_setup_oq_regs_cn93_pf()
361 static void octep_setup_mbox_regs_cn93_pf(struct octep_device *oct, int q_no) in octep_setup_mbox_regs_cn93_pf()
373 static void octep_poll_pfvf_mailbox(struct octep_device *oct) in octep_poll_pfvf_mailbox()
410 struct octep_device *oct = (struct octep_device *)dev; in octep_pfvf_mbox_intr_handler_cn93_pf() local
417 static void octep_poll_oei_cn93_pf(struct octep_device *oct) in octep_poll_oei_cn93_pf()
434 struct octep_device *oct = (struct octep_device *)dev; in octep_oei_intr_handler_cn93_pf() local
443 static void octep_poll_non_ioq_interrupts_cn93_pf(struct octep_device *oct) in octep_poll_non_ioq_interrupts_cn93_pf()
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
592 struct octep_device *oct = (struct octep_device *)dev; in octep_misc_intr_handler_cn93_pf() local
609 struct octep_device *oct = (struct octep_device *)dev; in octep_rsvd_intr_handler_cn93_pf() local
627 static int octep_soft_reset_cn98_pf(struct octep_device *oct) in octep_soft_reset_cn98_pf()
634 static int octep_soft_reset_cn93_pf(struct octep_device *oct) in octep_soft_reset_cn93_pf()
651 static void octep_reinit_regs_cn93_pf(struct octep_device *oct) in octep_reinit_regs_cn93_pf()
669 static void octep_enable_interrupts_cn93_pf(struct octep_device *oct) in octep_enable_interrupts_cn93_pf()
697 static void octep_disable_interrupts_cn93_pf(struct octep_device *oct) in octep_disable_interrupts_cn93_pf()
739 static void octep_enable_iq_cn93_pf(struct octep_device *oct, int iq_no) in octep_enable_iq_cn93_pf()
763 static void octep_enable_oq_cn93_pf(struct octep_device *oct, int oq_no) in octep_enable_oq_cn93_pf()
781 static void octep_enable_io_queues_cn93_pf(struct octep_device *oct) in octep_enable_io_queues_cn93_pf()
792 static void octep_disable_iq_cn93_pf(struct octep_device *oct, int iq_no) in octep_disable_iq_cn93_pf()
804 static void octep_disable_oq_cn93_pf(struct octep_device *oct, int oq_no) in octep_disable_oq_cn93_pf()
815 static void octep_disable_io_queues_cn93_pf(struct octep_device *oct) in octep_disable_io_queues_cn93_pf()
826 static void octep_dump_registers_cn93_pf(struct octep_device *oct) in octep_dump_registers_cn93_pf()
848 void octep_device_setup_cn93_pf(struct octep_device *oct) in octep_device_setup_cn93_pf()