Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k.h193 struct fm10k_intfc *interface;
241 struct fm10k_intfc { struct
355 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
364 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
371 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
442 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
443 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
447 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
452 void fm10k_mbx_free_irq(struct fm10k_intfc *);
453 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()
111 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface) in fm10k_ts_tx_subtask()
136 static u64 fm10k_systime_read(struct fm10k_intfc *interface) in fm10k_systime_read()
143 void fm10k_ts_reset(struct fm10k_intfc *interface) in fm10k_ts_reset()
154 void fm10k_ts_init(struct fm10k_intfc *interface) in fm10k_ts_init()
177 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_ts_config()
208 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()
186 static void fm10k_reset_subtask(struct fm10k_intfc *interface) in fm10k_reset_subtask()
204 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) \
125 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_strings()
169 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_sset_count()
193 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_ethtool_stats()
298 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_regs()
376 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_regs_len()
392 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_drvinfo()
409 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_pauseparam()
421 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()
169 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_suspend()
192 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()
405 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_ndo_set_vf_mac()
436 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_ndo_set_vf_vlan()
[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.c170 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_init()
213 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_exit()
225 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) in fm10k_dbg_intfc_init()
237 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) in fm10k_dbg_intfc_exit()
Dfm10k_main.c415 struct fm10k_intfc *interface = rx_ring->q_vector->interface; in fm10k_rx_hwtstamp()
680 struct fm10k_intfc *interface = netdev_priv(skb->dev); in fm10k_port_is_vxlan()
1202 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface) in fm10k_tx_timeout_reset()
1220 struct fm10k_intfc *interface = q_vector->interface; in fm10k_clean_tx_irq()
1480 static bool fm10k_set_qos_queues(struct fm10k_intfc *interface) in fm10k_set_qos_queues()
1526 static bool fm10k_set_rss_queues(struct fm10k_intfc *interface) in fm10k_set_rss_queues()
1555 static void fm10k_set_num_queues(struct fm10k_intfc *interface) in fm10k_set_num_queues()
1579 static int fm10k_alloc_q_vector(struct fm10k_intfc *interface, in fm10k_alloc_q_vector()
1681 static void fm10k_free_q_vector(struct fm10k_intfc *interface, int v_idx) in fm10k_free_q_vector()
1706 static int fm10k_alloc_q_vectors(struct fm10k_intfc *interface) in fm10k_alloc_q_vectors()
[all …]