Lines Matching refs:fm10k_intfc
34 struct fm10k_intfc *interface = hw->back; in fm10k_read_pci_cfg_word()
57 struct fm10k_intfc *interface = hw->back; in fm10k_read_reg()
68 static int fm10k_hw_ready(struct fm10k_intfc *interface) in fm10k_hw_ready()
84 void fm10k_macvlan_schedule(struct fm10k_intfc *interface) in fm10k_macvlan_schedule()
111 static void fm10k_stop_macvlan_task(struct fm10k_intfc *interface) in fm10k_stop_macvlan_task()
135 static void fm10k_resume_macvlan_task(struct fm10k_intfc *interface) in fm10k_resume_macvlan_task()
147 void fm10k_service_event_schedule(struct fm10k_intfc *interface) in fm10k_service_event_schedule()
158 static void fm10k_service_event_complete(struct fm10k_intfc *interface) in fm10k_service_event_complete()
174 static void fm10k_stop_service_event(struct fm10k_intfc *interface) in fm10k_stop_service_event()
189 static void fm10k_start_service_event(struct fm10k_intfc *interface) in fm10k_start_service_event()
201 struct fm10k_intfc *interface = from_timer(interface, t, in fm10k_service_timer()
218 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()
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()
637 static void fm10k_watchdog_flush_tx(struct fm10k_intfc *interface) in fm10k_watchdog_flush_tx()
667 static void fm10k_watchdog_subtask(struct fm10k_intfc *interface) in fm10k_watchdog_subtask()
696 static void fm10k_check_hang_subtask(struct fm10k_intfc *interface) in fm10k_check_hang_subtask()
732 struct fm10k_intfc *interface; in fm10k_service_task()
734 interface = container_of(work, struct fm10k_intfc, service_task); in fm10k_service_task()
765 struct fm10k_intfc *interface; in fm10k_macvlan_task()
772 interface = container_of(dwork, struct fm10k_intfc, macvlan_task); in fm10k_macvlan_task()
864 static void fm10k_configure_tx_ring(struct fm10k_intfc *interface, in fm10k_configure_tx_ring()
926 static void fm10k_enable_tx_ring(struct fm10k_intfc *interface, in fm10k_enable_tx_ring()
954 static void fm10k_configure_tx(struct fm10k_intfc *interface) in fm10k_configure_tx()
974 static void fm10k_configure_rx_ring(struct fm10k_intfc *interface, in fm10k_configure_rx_ring()
1058 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface) in fm10k_update_rx_drop_en()
1087 static void fm10k_configure_dglort(struct fm10k_intfc *interface) in fm10k_configure_dglort()
1152 static void fm10k_configure_rx(struct fm10k_intfc *interface) in fm10k_configure_rx()
1169 static void fm10k_napi_enable_all(struct fm10k_intfc *interface) in fm10k_napi_enable_all()
1192 struct fm10k_intfc *interface = data; in fm10k_msix_mbx_vf()
1214 static void fm10k_handle_fault(struct fm10k_intfc *interface, int type, in fm10k_handle_fault()
1299 static void fm10k_report_fault(struct fm10k_intfc *interface, u32 eicr) in fm10k_report_fault()
1324 static void fm10k_reset_drop_on_empty(struct fm10k_intfc *interface, u32 eicr) in fm10k_reset_drop_on_empty()
1365 struct fm10k_intfc *interface = data; in fm10k_msix_mbx_pf()
1418 void fm10k_mbx_free_irq(struct fm10k_intfc *interface) in fm10k_mbx_free_irq()
1459 struct fm10k_intfc *interface; in fm10k_mbx_mac_addr()
1466 interface = container_of(hw, struct fm10k_intfc, hw); in fm10k_mbx_mac_addr()
1485 struct fm10k_intfc *interface; in fm10k_mbx_error()
1488 interface = container_of(hw, struct fm10k_intfc, hw); in fm10k_mbx_error()
1504 static int fm10k_mbx_request_irq_vf(struct fm10k_intfc *interface) in fm10k_mbx_request_irq_vf()
1540 struct fm10k_intfc *interface; in fm10k_lport_map()
1544 interface = container_of(hw, struct fm10k_intfc, hw); in fm10k_lport_map()
1589 struct fm10k_intfc *interface; in fm10k_update_pvid()
1611 interface = container_of(hw, struct fm10k_intfc, hw); in fm10k_update_pvid()
1637 static int fm10k_mbx_request_irq_pf(struct fm10k_intfc *interface) in fm10k_mbx_request_irq_pf()
1688 int fm10k_mbx_request_irq(struct fm10k_intfc *interface) in fm10k_mbx_request_irq()
1717 void fm10k_qv_free_irq(struct fm10k_intfc *interface) in fm10k_qv_free_irq()
1752 int fm10k_qv_request_irq(struct fm10k_intfc *interface) in fm10k_qv_request_irq()
1831 void fm10k_up(struct fm10k_intfc *interface) in fm10k_up()
1867 static void fm10k_napi_disable_all(struct fm10k_intfc *interface) in fm10k_napi_disable_all()
1878 void fm10k_down(struct fm10k_intfc *interface) in fm10k_down()
1965 static int fm10k_sw_init(struct fm10k_intfc *interface, in fm10k_sw_init()
2099 struct fm10k_intfc *interface; in fm10k_probe()
2249 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_remove()
2289 static void fm10k_prepare_suspend(struct fm10k_intfc *interface) in fm10k_prepare_suspend()
2305 static int fm10k_handle_resume(struct fm10k_intfc *interface) in fm10k_handle_resume()
2353 struct fm10k_intfc *interface = pci_get_drvdata(to_pci_dev(dev)); in fm10k_resume()
2380 struct fm10k_intfc *interface = pci_get_drvdata(to_pci_dev(dev)); in fm10k_suspend()
2401 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_error_detected()
2457 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_resume()
2495 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_io_reset_done()