Lines Matching defs:interface
35 struct fm10k_intfc *interface = hw->back; in fm10k_read_pci_cfg_word() local
58 struct fm10k_intfc *interface = hw->back; in fm10k_read_reg() local
69 static int fm10k_hw_ready(struct fm10k_intfc *interface) in fm10k_hw_ready()
85 void fm10k_macvlan_schedule(struct fm10k_intfc *interface) in fm10k_macvlan_schedule()
112 static void fm10k_stop_macvlan_task(struct fm10k_intfc *interface) in fm10k_stop_macvlan_task()
136 static void fm10k_resume_macvlan_task(struct fm10k_intfc *interface) in fm10k_resume_macvlan_task()
148 void fm10k_service_event_schedule(struct fm10k_intfc *interface) in fm10k_service_event_schedule()
159 static void fm10k_service_event_complete(struct fm10k_intfc *interface) in fm10k_service_event_complete()
175 static void fm10k_stop_service_event(struct fm10k_intfc *interface) in fm10k_stop_service_event()
190 static void fm10k_start_service_event(struct fm10k_intfc *interface) in fm10k_start_service_event()
202 struct fm10k_intfc *interface = from_timer(interface, t, in fm10k_service_timer() local
219 static bool fm10k_prepare_for_reset(struct fm10k_intfc *interface) in fm10k_prepare_for_reset()
256 static int fm10k_handle_reset(struct fm10k_intfc *interface) in fm10k_handle_reset()
339 static void fm10k_detach_subtask(struct fm10k_intfc *interface) in fm10k_detach_subtask()
390 static void fm10k_reset_subtask(struct fm10k_intfc *interface) in fm10k_reset_subtask()
422 static void fm10k_configure_swpri_map(struct fm10k_intfc *interface) in fm10k_configure_swpri_map()
445 static void fm10k_watchdog_update_host_state(struct fm10k_intfc *interface) in fm10k_watchdog_update_host_state()
481 static void fm10k_mbx_subtask(struct fm10k_intfc *interface) in fm10k_mbx_subtask()
498 static void fm10k_watchdog_host_is_ready(struct fm10k_intfc *interface) in fm10k_watchdog_host_is_ready()
516 static void fm10k_watchdog_host_not_ready(struct fm10k_intfc *interface) in fm10k_watchdog_host_not_ready()
534 void fm10k_update_stats(struct fm10k_intfc *interface) in fm10k_update_stats()
640 static void fm10k_watchdog_flush_tx(struct fm10k_intfc *interface) in fm10k_watchdog_flush_tx()
670 static void fm10k_watchdog_subtask(struct fm10k_intfc *interface) in fm10k_watchdog_subtask()
699 static void fm10k_check_hang_subtask(struct fm10k_intfc *interface) in fm10k_check_hang_subtask()
735 struct fm10k_intfc *interface; in fm10k_service_task() local
768 struct fm10k_intfc *interface; in fm10k_macvlan_task() local
867 static void fm10k_configure_tx_ring(struct fm10k_intfc *interface, in fm10k_configure_tx_ring()
929 static void fm10k_enable_tx_ring(struct fm10k_intfc *interface, in fm10k_enable_tx_ring()
957 static void fm10k_configure_tx(struct fm10k_intfc *interface) in fm10k_configure_tx()
977 static void fm10k_configure_rx_ring(struct fm10k_intfc *interface, in fm10k_configure_rx_ring()
1061 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface) in fm10k_update_rx_drop_en()
1090 static void fm10k_configure_dglort(struct fm10k_intfc *interface) in fm10k_configure_dglort()
1155 static void fm10k_configure_rx(struct fm10k_intfc *interface) in fm10k_configure_rx()
1172 static void fm10k_napi_enable_all(struct fm10k_intfc *interface) in fm10k_napi_enable_all()
1195 struct fm10k_intfc *interface = data; in fm10k_msix_mbx_vf() local
1217 static void fm10k_handle_fault(struct fm10k_intfc *interface, int type, in fm10k_handle_fault()
1302 static void fm10k_report_fault(struct fm10k_intfc *interface, u32 eicr) in fm10k_report_fault()
1327 static void fm10k_reset_drop_on_empty(struct fm10k_intfc *interface, u32 eicr) in fm10k_reset_drop_on_empty()
1368 struct fm10k_intfc *interface = data; in fm10k_msix_mbx_pf() local
1421 void fm10k_mbx_free_irq(struct fm10k_intfc *interface) in fm10k_mbx_free_irq()
1462 struct fm10k_intfc *interface; in fm10k_mbx_mac_addr() local
1488 struct fm10k_intfc *interface; in fm10k_mbx_error() local
1507 static int fm10k_mbx_request_irq_vf(struct fm10k_intfc *interface) in fm10k_mbx_request_irq_vf()
1543 struct fm10k_intfc *interface; in fm10k_lport_map() local
1592 struct fm10k_intfc *interface; in fm10k_update_pvid() local
1640 static int fm10k_mbx_request_irq_pf(struct fm10k_intfc *interface) in fm10k_mbx_request_irq_pf()
1691 int fm10k_mbx_request_irq(struct fm10k_intfc *interface) in fm10k_mbx_request_irq()
1720 void fm10k_qv_free_irq(struct fm10k_intfc *interface) in fm10k_qv_free_irq()
1754 int fm10k_qv_request_irq(struct fm10k_intfc *interface) in fm10k_qv_request_irq()
1833 void fm10k_up(struct fm10k_intfc *interface) in fm10k_up()
1869 static void fm10k_napi_disable_all(struct fm10k_intfc *interface) in fm10k_napi_disable_all()
1880 void fm10k_down(struct fm10k_intfc *interface) in fm10k_down()
1967 static int fm10k_sw_init(struct fm10k_intfc *interface, in fm10k_sw_init()
2097 struct fm10k_intfc *interface; in fm10k_probe() local
2245 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_remove() local
2283 static void fm10k_prepare_suspend(struct fm10k_intfc *interface) in fm10k_prepare_suspend()
2299 static int fm10k_handle_resume(struct fm10k_intfc *interface) in fm10k_handle_resume()
2347 struct fm10k_intfc *interface = dev_get_drvdata(dev); in fm10k_resume() local
2374 struct fm10k_intfc *interface = dev_get_drvdata(dev); in fm10k_suspend() local
2395 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_error_detected() local
2449 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_resume() local
2487 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_reset_done() local