Home
last modified time | relevance | path

Searched refs:fm10k_intfc (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/fm10k/
Dfm10k.h186 struct fm10k_intfc *interface;
284 struct fm10k_intfc { struct
393 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
398 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
403 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
473 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
474 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
478 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
484 void fm10k_mbx_free_irq(struct fm10k_intfc *);
485 int fm10k_mbx_request_irq(struct fm10k_intfc *);
[all …]
Dfm10k_pci.c35 struct fm10k_intfc *interface = hw->back; in fm10k_read_pci_cfg_word()
58 struct fm10k_intfc *interface = hw->back; in fm10k_read_reg()
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()
[all …]
Dfm10k_netdev.c55 static int fm10k_setup_all_tx_resources(struct fm10k_intfc *interface) in fm10k_setup_all_tx_resources()
122 static int fm10k_setup_all_rx_resources(struct fm10k_intfc *interface) in fm10k_setup_all_rx_resources()
222 void fm10k_clean_all_tx_rings(struct fm10k_intfc *interface) in fm10k_clean_all_tx_rings()
236 static void fm10k_free_all_tx_resources(struct fm10k_intfc *interface) in fm10k_free_all_tx_resources()
311 void fm10k_clean_all_rx_rings(struct fm10k_intfc *interface) in fm10k_clean_all_rx_rings()
325 static void fm10k_free_all_rx_resources(struct fm10k_intfc *interface) in fm10k_free_all_rx_resources()
339 static void fm10k_request_glort_range(struct fm10k_intfc *interface) in fm10k_request_glort_range()
375 static void fm10k_restore_udp_port_info(struct fm10k_intfc *interface) in fm10k_restore_udp_port_info()
404 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_udp_tunnel_sync()
439 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_open()
[all …]
Dfm10k_ethtool.c50 FM10K_STAT_FIELDS(struct fm10k_intfc, _name, _stat)
159 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_stat_strings()
200 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_sset_count()
265 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_ethtool_stats()
355 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_regs()
433 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_regs_len()
449 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_drvinfo()
460 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_pauseparam()
472 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_set_pauseparam()
492 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_msglevel()
[all …]
Dfm10k_iov.c12 struct fm10k_intfc *interface = hw->back; in fm10k_iov_msg_error()
37 struct fm10k_intfc *interface = hw->back; in fm10k_iov_msg_queue_mac_vlan()
152 s32 fm10k_iov_event(struct fm10k_intfc *interface) in fm10k_iov_event()
197 s32 fm10k_iov_mbx(struct fm10k_intfc *interface) in fm10k_iov_mbx()
284 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_suspend()
328 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_resume()
383 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid) in fm10k_iov_update_pvid()
410 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_free_data()
425 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_alloc_data()
531 void fm10k_iov_update_stats(struct fm10k_intfc *interface) in fm10k_iov_update_stats()
[all …]
Dfm10k_main.c637 struct fm10k_intfc *interface = netdev_priv(skb->dev); in fm10k_port_is_vxlan()
1115 struct fm10k_intfc *interface = ring->q_vector->interface; in fm10k_get_tx_pending()
1163 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface) in fm10k_tx_timeout_reset()
1182 struct fm10k_intfc *interface = q_vector->interface; in fm10k_clean_tx_irq()
1478 static bool fm10k_set_qos_queues(struct fm10k_intfc *interface) in fm10k_set_qos_queues()
1524 static bool fm10k_set_rss_queues(struct fm10k_intfc *interface) in fm10k_set_rss_queues()
1553 static void fm10k_set_num_queues(struct fm10k_intfc *interface) in fm10k_set_num_queues()
1570 static void fm10k_reset_num_queues(struct fm10k_intfc *interface) in fm10k_reset_num_queues()
1589 static int fm10k_alloc_q_vector(struct fm10k_intfc *interface, in fm10k_alloc_q_vector()
1690 static void fm10k_free_q_vector(struct fm10k_intfc *interface, int v_idx) in fm10k_free_q_vector()
[all …]
Dfm10k_dcbnl.c79 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dcbnl_ieee_getpfc()
95 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dcbnl_ieee_setpfc()
148 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dcbnl_set_ops()
Dfm10k_debugfs.c152 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_init()
193 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_exit()
205 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) in fm10k_dbg_intfc_init()
217 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) in fm10k_dbg_intfc_exit()