Lines Matching defs:oct

48 static int octep_alloc_ioq_vectors(struct octep_device *oct)  in octep_alloc_ioq_vectors()
81 static void octep_free_ioq_vectors(struct octep_device *oct) in octep_free_ioq_vectors()
105 static int octep_enable_msix_range(struct octep_device *oct) in octep_enable_msix_range()
149 static void octep_disable_msix(struct octep_device *oct) in octep_disable_msix()
167 struct octep_device *oct = data; in octep_non_ioq_intr_handler() local
184 struct octep_device *oct = ioq_vector->octep_dev; in octep_ioq_intr_handler() local
199 static int octep_request_irqs(struct octep_device *oct) in octep_request_irqs()
287 static void octep_free_irqs(struct octep_device *oct) in octep_free_irqs()
316 static int octep_setup_irqs(struct octep_device *oct) in octep_setup_irqs()
342 static void octep_clean_irqs(struct octep_device *oct) in octep_clean_irqs()
407 static void octep_napi_add(struct octep_device *oct) in octep_napi_add()
424 static void octep_napi_delete(struct octep_device *oct) in octep_napi_delete()
440 static void octep_napi_enable(struct octep_device *oct) in octep_napi_enable()
455 static void octep_napi_disable(struct octep_device *oct) in octep_napi_disable()
484 struct octep_device *oct = netdev_priv(netdev); in octep_open() local
550 struct octep_device *oct = netdev_priv(netdev); in octep_stop() local
622 struct octep_device *oct = netdev_priv(netdev); in octep_start_xmit() local
755 struct octep_device *oct = netdev_priv(netdev); in octep_get_stats64() local
793 struct octep_device *oct = container_of(work, struct octep_device, in octep_tx_timeout_task() local
815 struct octep_device *oct = netdev_priv(netdev); in octep_tx_timeout() local
822 struct octep_device *oct = netdev_priv(netdev); in octep_set_mac() local
841 struct octep_device *oct = netdev_priv(netdev); in octep_change_mtu() local
877 struct octep_device *oct = container_of(work, struct octep_device, in octep_ctrl_mbox_task() local
909 static const char *octep_devid_to_str(struct octep_device *oct) in octep_devid_to_str()
928 int octep_device_setup(struct octep_device *oct) in octep_device_setup()
997 static void octep_device_cleanup(struct octep_device *oct) in octep_device_cleanup()
1127 struct octep_device *oct = pci_get_drvdata(pdev); in octep_remove() local