Lines Matching refs:octep_device
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()
183 struct octep_device *oct = ioq_vector->octep_dev; in octep_ioq_intr_handler()
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()
551 struct octep_device *oct = netdev_priv(netdev); in octep_stop()
623 struct octep_device *oct = netdev_priv(netdev); in octep_start_xmit()
756 struct octep_device *oct = netdev_priv(netdev); in octep_get_stats64()
794 struct octep_device *oct = container_of(work, struct octep_device, in octep_tx_timeout_task()
816 struct octep_device *oct = netdev_priv(netdev); in octep_tx_timeout()
823 struct octep_device *oct = netdev_priv(netdev); in octep_set_mac()
842 struct octep_device *oct = netdev_priv(netdev); in octep_change_mtu()
878 struct octep_device *oct = container_of(work, struct octep_device, in octep_ctrl_mbox_task()
917 int octep_device_setup(struct octep_device *oct) in octep_device_setup()
981 static void octep_device_cleanup(struct octep_device *oct) in octep_device_cleanup()
1015 struct octep_device *octep_dev = NULL; in octep_probe()
1040 netdev = alloc_etherdev_mq(sizeof(struct octep_device), in octep_probe()
1107 struct octep_device *oct = pci_get_drvdata(pdev); in octep_remove()