Lines Matching defs:wx
17 struct wx *wx = pci_get_drvdata(pdev); in wxvf_suspend() local
36 struct wx *wx = pci_get_drvdata(pdev); in wxvf_resume() local
48 struct wx *wx = pci_get_drvdata(pdev); in wxvf_remove() local
66 struct wx *wx = data; in wx_msix_misc_vf() local
76 int wx_request_msix_irqs_vf(struct wx *wx) in wx_request_msix_irqs_vf()
121 void wx_negotiate_api_vf(struct wx *wx) in wx_negotiate_api_vf()
139 void wx_reset_vf(struct wx *wx) in wx_reset_vf()
157 struct wx *wx = netdev_priv(netdev); in wx_set_rx_mode_vf() local
188 static void wx_configure_rx_vf(struct wx *wx) in wx_configure_rx_vf()
215 void wx_configure_vf(struct wx *wx) in wx_configure_vf()
225 struct wx *wx = netdev_priv(netdev); in wx_set_mac_vf() local
248 void wxvf_watchdog_update_link(struct wx *wx) in wxvf_watchdog_update_link()
266 static void wxvf_irq_enable(struct wx *wx) in wxvf_irq_enable()
271 static void wxvf_up_complete(struct wx *wx) in wxvf_up_complete()
291 struct wx *wx = netdev_priv(netdev); in wxvf_open() local
325 static void wxvf_down(struct wx *wx) in wxvf_down()
340 static void wxvf_reinit_locked(struct wx *wx) in wxvf_reinit_locked()
352 static void wxvf_reset_subtask(struct wx *wx) in wxvf_reset_subtask()
370 struct wx *wx = netdev_priv(netdev); in wxvf_close() local
380 static void wxvf_link_config_subtask(struct wx *wx) in wxvf_link_config_subtask()
401 struct wx *wx = container_of(work, struct wx, service_task); in wxvf_service_task() local
408 void wxvf_init_service(struct wx *wx) in wxvf_init_service()