Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k.h200 struct fm10k_intfc *interface;
248 struct fm10k_intfc { struct
374 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
383 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
390 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
461 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
462 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
466 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
471 void fm10k_mbx_free_irq(struct fm10k_intfc *);
472 int fm10k_mbx_request_irq(struct fm10k_intfc *);
[all …]
Dfm10k_ptp.c28 void fm10k_systime_to_hwtstamp(struct fm10k_intfc *interface, in fm10k_systime_to_hwtstamp()
41 static struct sk_buff *fm10k_ts_tx_skb(struct fm10k_intfc *interface, in fm10k_ts_tx_skb()
55 void fm10k_ts_tx_enqueue(struct fm10k_intfc *interface, struct sk_buff *skb) in fm10k_ts_tx_enqueue()
85 void fm10k_ts_tx_hwtstamp(struct fm10k_intfc *interface, __le16 dglort, in fm10k_ts_tx_hwtstamp()
112 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface) in fm10k_ts_tx_subtask()
137 static u64 fm10k_systime_read(struct fm10k_intfc *interface) in fm10k_systime_read()
144 void fm10k_ts_reset(struct fm10k_intfc *interface) in fm10k_ts_reset()
155 void fm10k_ts_init(struct fm10k_intfc *interface) in fm10k_ts_init()
178 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_ts_config()
209 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_set_ts_config()
[all …]
Dfm10k_pci.c50 struct fm10k_intfc *interface = hw->back; in fm10k_read_pci_cfg_word()
73 struct fm10k_intfc *interface = hw->back; in fm10k_read_reg()
84 static int fm10k_hw_ready(struct fm10k_intfc *interface) in fm10k_hw_ready()
93 void fm10k_service_event_schedule(struct fm10k_intfc *interface) in fm10k_service_event_schedule()
100 static void fm10k_service_event_complete(struct fm10k_intfc *interface) in fm10k_service_event_complete()
115 struct fm10k_intfc *interface = (struct fm10k_intfc *)data; in fm10k_service_timer()
123 static void fm10k_detach_subtask(struct fm10k_intfc *interface) in fm10k_detach_subtask()
139 static void fm10k_reinit(struct fm10k_intfc *interface) in fm10k_reinit()
201 static void fm10k_reset_subtask(struct fm10k_intfc *interface) in fm10k_reset_subtask()
219 static void fm10k_configure_swpri_map(struct fm10k_intfc *interface) in fm10k_configure_swpri_map()
[all …]
Dfm10k_netdev.c73 static int fm10k_setup_all_tx_resources(struct fm10k_intfc *interface) in fm10k_setup_all_tx_resources()
140 static int fm10k_setup_all_rx_resources(struct fm10k_intfc *interface) in fm10k_setup_all_rx_resources()
240 void fm10k_clean_all_tx_rings(struct fm10k_intfc *interface) in fm10k_clean_all_tx_rings()
257 static void fm10k_free_all_tx_resources(struct fm10k_intfc *interface) in fm10k_free_all_tx_resources()
333 void fm10k_clean_all_rx_rings(struct fm10k_intfc *interface) in fm10k_clean_all_rx_rings()
347 static void fm10k_free_all_rx_resources(struct fm10k_intfc *interface) in fm10k_free_all_rx_resources()
361 static void fm10k_request_glort_range(struct fm10k_intfc *interface) in fm10k_request_glort_range()
397 static void fm10k_del_vxlan_port_all(struct fm10k_intfc *interface) in fm10k_del_vxlan_port_all()
419 static void fm10k_restore_vxlan_port(struct fm10k_intfc *interface) in fm10k_restore_vxlan_port()
451 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_add_vxlan_port()
[all …]
Dfm10k_ethtool.c56 .sizeof_stat = FIELD_SIZEOF(struct fm10k_intfc, _stat), \
57 .stat_offset = offsetof(struct fm10k_intfc, _stat) \
156 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_stat_strings()
242 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_sset_count()
276 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_ethtool_stats()
416 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_regs()
494 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_regs_len()
510 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_drvinfo()
523 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_pauseparam()
535 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_set_pauseparam()
[all …]
Dfm10k_iov.c29 struct fm10k_intfc *interface = hw->back; in fm10k_iov_msg_error()
46 s32 fm10k_iov_event(struct fm10k_intfc *interface) in fm10k_iov_event()
95 s32 fm10k_iov_mbx(struct fm10k_intfc *interface) in fm10k_iov_mbx()
172 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_suspend()
195 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_resume()
244 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid) in fm10k_iov_update_pvid()
271 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_free_data()
286 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_alloc_data()
403 static inline void fm10k_reset_vf_info(struct fm10k_intfc *interface, in fm10k_reset_vf_info()
426 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_ndo_set_vf_mac()
[all …]
Dfm10k_dcbnl.c97 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dcbnl_ieee_getpfc()
113 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dcbnl_ieee_setpfc()
168 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dcbnl_set_ops()
Dfm10k_debugfs.c171 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_init()
214 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_exit()
226 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) in fm10k_dbg_intfc_init()
238 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) in fm10k_dbg_intfc_exit()
Dfm10k_main.c433 struct fm10k_intfc *interface = rx_ring->q_vector->interface; in fm10k_rx_hwtstamp()
671 struct fm10k_intfc *interface = netdev_priv(skb->dev); in fm10k_port_is_vxlan()
1189 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface) in fm10k_tx_timeout_reset()
1207 struct fm10k_intfc *interface = q_vector->interface; in fm10k_clean_tx_irq()
1470 static bool fm10k_set_qos_queues(struct fm10k_intfc *interface) in fm10k_set_qos_queues()
1516 static bool fm10k_set_rss_queues(struct fm10k_intfc *interface) in fm10k_set_rss_queues()
1545 static void fm10k_set_num_queues(struct fm10k_intfc *interface) in fm10k_set_num_queues()
1569 static int fm10k_alloc_q_vector(struct fm10k_intfc *interface, in fm10k_alloc_q_vector()
1671 static void fm10k_free_q_vector(struct fm10k_intfc *interface, int v_idx) in fm10k_free_q_vector()
1696 static int fm10k_alloc_q_vectors(struct fm10k_intfc *interface) in fm10k_alloc_q_vectors()
[all …]