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()
259 static int fm10k_handle_reset(struct fm10k_intfc *interface) in fm10k_handle_reset()
342 static void fm10k_detach_subtask(struct fm10k_intfc *interface) in fm10k_detach_subtask()
393 static void fm10k_reset_subtask(struct fm10k_intfc *interface) in fm10k_reset_subtask()
425 static void fm10k_configure_swpri_map(struct fm10k_intfc *interface) in fm10k_configure_swpri_map()
448 static void fm10k_watchdog_update_host_state(struct fm10k_intfc *interface) in fm10k_watchdog_update_host_state()
484 static void fm10k_mbx_subtask(struct fm10k_intfc *interface) in fm10k_mbx_subtask()
501 static void fm10k_watchdog_host_is_ready(struct fm10k_intfc *interface) in fm10k_watchdog_host_is_ready()
519 static void fm10k_watchdog_host_not_ready(struct fm10k_intfc *interface) in fm10k_watchdog_host_not_ready()
537 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()
2101 struct fm10k_intfc *interface; in fm10k_probe() local
2251 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_remove() local
2291 static void fm10k_prepare_suspend(struct fm10k_intfc *interface) in fm10k_prepare_suspend()
2307 static int fm10k_handle_resume(struct fm10k_intfc *interface) in fm10k_handle_resume()
2355 struct fm10k_intfc *interface = dev_get_drvdata(dev); in fm10k_resume() local
2382 struct fm10k_intfc *interface = dev_get_drvdata(dev); in fm10k_suspend() local
2403 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_error_detected() local
2457 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_resume() local
2495 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_reset_done() local