Lines Matching defs:oct

47 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()
406 static void octep_napi_add(struct octep_device *oct) in octep_napi_add()
423 static void octep_napi_delete(struct octep_device *oct) in octep_napi_delete()
439 static void octep_napi_enable(struct octep_device *oct) in octep_napi_enable()
454 static void octep_napi_disable(struct octep_device *oct) in octep_napi_disable()
483 struct octep_device *oct = netdev_priv(netdev); in octep_open() local
549 struct octep_device *oct = netdev_priv(netdev); in octep_stop() local
621 struct octep_device *oct = netdev_priv(netdev); in octep_start_xmit() local
754 struct octep_device *oct = netdev_priv(netdev); in octep_get_stats64() local
792 struct octep_device *oct = container_of(work, struct octep_device, in octep_tx_timeout_task() local
814 struct octep_device *oct = netdev_priv(netdev); in octep_tx_timeout() local
821 struct octep_device *oct = netdev_priv(netdev); in octep_set_mac() local
840 struct octep_device *oct = netdev_priv(netdev); in octep_change_mtu() local
876 struct octep_device *oct = container_of(work, struct octep_device, in octep_ctrl_mbox_task() local
915 int octep_device_setup(struct octep_device *oct) in octep_device_setup()
983 static void octep_device_cleanup(struct octep_device *oct) in octep_device_cleanup()
1113 struct octep_device *oct = pci_get_drvdata(pdev); in octep_remove() local