Lines Matching defs:interface

36 	struct fm10k_intfc *interface = hw->back;  in fm10k_read_pci_cfg_word()  local
59 struct fm10k_intfc *interface = hw->back; in fm10k_read_reg() local
70 static int fm10k_hw_ready(struct fm10k_intfc *interface) in fm10k_hw_ready()
86 void fm10k_macvlan_schedule(struct fm10k_intfc *interface) in fm10k_macvlan_schedule()
113 static void fm10k_stop_macvlan_task(struct fm10k_intfc *interface) in fm10k_stop_macvlan_task()
137 static void fm10k_resume_macvlan_task(struct fm10k_intfc *interface) in fm10k_resume_macvlan_task()
149 void fm10k_service_event_schedule(struct fm10k_intfc *interface) in fm10k_service_event_schedule()
160 static void fm10k_service_event_complete(struct fm10k_intfc *interface) in fm10k_service_event_complete()
176 static void fm10k_stop_service_event(struct fm10k_intfc *interface) in fm10k_stop_service_event()
191 static void fm10k_start_service_event(struct fm10k_intfc *interface) in fm10k_start_service_event()
203 struct fm10k_intfc *interface = from_timer(interface, t, in fm10k_service_timer() local
220 static bool fm10k_prepare_for_reset(struct fm10k_intfc *interface) in fm10k_prepare_for_reset()
257 static int fm10k_handle_reset(struct fm10k_intfc *interface) in fm10k_handle_reset()
340 static void fm10k_detach_subtask(struct fm10k_intfc *interface) in fm10k_detach_subtask()
391 static void fm10k_reset_subtask(struct fm10k_intfc *interface) in fm10k_reset_subtask()
423 static void fm10k_configure_swpri_map(struct fm10k_intfc *interface) in fm10k_configure_swpri_map()
446 static void fm10k_watchdog_update_host_state(struct fm10k_intfc *interface) in fm10k_watchdog_update_host_state()
482 static void fm10k_mbx_subtask(struct fm10k_intfc *interface) in fm10k_mbx_subtask()
499 static void fm10k_watchdog_host_is_ready(struct fm10k_intfc *interface) in fm10k_watchdog_host_is_ready()
517 static void fm10k_watchdog_host_not_ready(struct fm10k_intfc *interface) in fm10k_watchdog_host_not_ready()
535 void fm10k_update_stats(struct fm10k_intfc *interface) in fm10k_update_stats()
641 static void fm10k_watchdog_flush_tx(struct fm10k_intfc *interface) in fm10k_watchdog_flush_tx()
671 static void fm10k_watchdog_subtask(struct fm10k_intfc *interface) in fm10k_watchdog_subtask()
700 static void fm10k_check_hang_subtask(struct fm10k_intfc *interface) in fm10k_check_hang_subtask()
736 struct fm10k_intfc *interface; in fm10k_service_task() local
769 struct fm10k_intfc *interface; in fm10k_macvlan_task() local
868 static void fm10k_configure_tx_ring(struct fm10k_intfc *interface, in fm10k_configure_tx_ring()
930 static void fm10k_enable_tx_ring(struct fm10k_intfc *interface, in fm10k_enable_tx_ring()
958 static void fm10k_configure_tx(struct fm10k_intfc *interface) in fm10k_configure_tx()
978 static void fm10k_configure_rx_ring(struct fm10k_intfc *interface, in fm10k_configure_rx_ring()
1062 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface) in fm10k_update_rx_drop_en()
1091 static void fm10k_configure_dglort(struct fm10k_intfc *interface) in fm10k_configure_dglort()
1156 static void fm10k_configure_rx(struct fm10k_intfc *interface) in fm10k_configure_rx()
1173 static void fm10k_napi_enable_all(struct fm10k_intfc *interface) in fm10k_napi_enable_all()
1196 struct fm10k_intfc *interface = data; in fm10k_msix_mbx_vf() local
1218 static void fm10k_handle_fault(struct fm10k_intfc *interface, int type, in fm10k_handle_fault()
1303 static void fm10k_report_fault(struct fm10k_intfc *interface, u32 eicr) in fm10k_report_fault()
1328 static void fm10k_reset_drop_on_empty(struct fm10k_intfc *interface, u32 eicr) in fm10k_reset_drop_on_empty()
1369 struct fm10k_intfc *interface = data; in fm10k_msix_mbx_pf() local
1422 void fm10k_mbx_free_irq(struct fm10k_intfc *interface) in fm10k_mbx_free_irq()
1463 struct fm10k_intfc *interface; in fm10k_mbx_mac_addr() local
1489 struct fm10k_intfc *interface; in fm10k_mbx_error() local
1508 static int fm10k_mbx_request_irq_vf(struct fm10k_intfc *interface) in fm10k_mbx_request_irq_vf()
1544 struct fm10k_intfc *interface; in fm10k_lport_map() local
1593 struct fm10k_intfc *interface; in fm10k_update_pvid() local
1641 static int fm10k_mbx_request_irq_pf(struct fm10k_intfc *interface) in fm10k_mbx_request_irq_pf()
1692 int fm10k_mbx_request_irq(struct fm10k_intfc *interface) in fm10k_mbx_request_irq()
1721 void fm10k_qv_free_irq(struct fm10k_intfc *interface) in fm10k_qv_free_irq()
1755 int fm10k_qv_request_irq(struct fm10k_intfc *interface) in fm10k_qv_request_irq()
1834 void fm10k_up(struct fm10k_intfc *interface) in fm10k_up()
1870 static void fm10k_napi_disable_all(struct fm10k_intfc *interface) in fm10k_napi_disable_all()
1881 void fm10k_down(struct fm10k_intfc *interface) in fm10k_down()
1968 static int fm10k_sw_init(struct fm10k_intfc *interface, in fm10k_sw_init()
2098 struct fm10k_intfc *interface; in fm10k_probe() local
2246 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_remove() local
2284 static void fm10k_prepare_suspend(struct fm10k_intfc *interface) in fm10k_prepare_suspend()
2300 static int fm10k_handle_resume(struct fm10k_intfc *interface) in fm10k_handle_resume()
2348 struct fm10k_intfc *interface = dev_get_drvdata(dev); in fm10k_resume() local
2375 struct fm10k_intfc *interface = dev_get_drvdata(dev); in fm10k_suspend() local
2396 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_error_detected() local
2450 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_resume() local
2488 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_reset_done() local