Lines Matching refs:octep_device
54 static int octep_alloc_ioq_vectors(struct octep_device *oct) in octep_alloc_ioq_vectors()
87 static void octep_free_ioq_vectors(struct octep_device *oct) in octep_free_ioq_vectors()
111 static int octep_enable_msix_range(struct octep_device *oct) in octep_enable_msix_range()
155 static void octep_disable_msix(struct octep_device *oct) in octep_disable_msix()
173 struct octep_device *oct = data; in octep_mbox_intr_handler()
188 struct octep_device *oct = data; in octep_oei_intr_handler()
203 struct octep_device *oct = data; in octep_ire_intr_handler()
218 struct octep_device *oct = data; in octep_ore_intr_handler()
233 struct octep_device *oct = data; in octep_vfire_intr_handler()
248 struct octep_device *oct = data; in octep_vfore_intr_handler()
263 struct octep_device *oct = data; in octep_dma_intr_handler()
278 struct octep_device *oct = data; in octep_dma_vf_intr_handler()
293 struct octep_device *oct = data; in octep_pp_vf_intr_handler()
308 struct octep_device *oct = data; in octep_misc_intr_handler()
323 struct octep_device *oct = data; in octep_rsvd_intr_handler()
340 struct octep_device *oct = ioq_vector->octep_dev; in octep_ioq_intr_handler()
355 static int octep_request_irqs(struct octep_device *oct) in octep_request_irqs()
495 static void octep_free_irqs(struct octep_device *oct) in octep_free_irqs()
524 static int octep_setup_irqs(struct octep_device *oct) in octep_setup_irqs()
550 static void octep_clean_irqs(struct octep_device *oct) in octep_clean_irqs()
615 static void octep_napi_add(struct octep_device *oct) in octep_napi_add()
632 static void octep_napi_delete(struct octep_device *oct) in octep_napi_delete()
648 static void octep_napi_enable(struct octep_device *oct) in octep_napi_enable()
663 static void octep_napi_disable(struct octep_device *oct) in octep_napi_disable()
692 struct octep_device *oct = netdev_priv(netdev); in octep_open()
758 struct octep_device *oct = netdev_priv(netdev); in octep_stop()
844 struct octep_device *oct = netdev_priv(netdev); in octep_start_xmit()
995 struct octep_device *oct = netdev_priv(netdev); in octep_get_stats64()
1038 struct octep_device *oct = container_of(work, struct octep_device, in octep_tx_timeout_task()
1060 struct octep_device *oct = netdev_priv(netdev); in octep_tx_timeout()
1067 struct octep_device *oct = netdev_priv(netdev); in octep_set_mac()
1087 struct octep_device *oct = netdev_priv(netdev); in octep_change_mtu()
1108 struct octep_device *oct = netdev_priv(dev); in octep_set_features()
1160 struct octep_device *oct = container_of(work, struct octep_device, in octep_intr_poll_task()
1184 struct octep_device *oct = container_of(work, struct octep_device, in octep_hb_timeout_task()
1213 struct octep_device *oct = container_of(work, struct octep_device, in octep_ctrl_mbox_task()
1219 static const char *octep_devid_to_str(struct octep_device *oct) in octep_devid_to_str()
1248 int octep_device_setup(struct octep_device *oct) in octep_device_setup()
1330 static void octep_device_cleanup(struct octep_device *oct) in octep_device_cleanup()
1391 struct octep_device *octep_dev = NULL; in octep_probe()
1422 netdev = alloc_etherdev_mq(sizeof(struct octep_device), in octep_probe()
1517 static int octep_sriov_disable(struct octep_device *oct) in octep_sriov_disable()
1542 struct octep_device *oct = pci_get_drvdata(pdev); in octep_remove()
1560 static int octep_sriov_enable(struct octep_device *oct, int num_vfs) in octep_sriov_enable()
1578 struct octep_device *oct = pci_get_drvdata(pdev); in octep_sriov_configure()