Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h186 struct fm10k_intfc *interface;
285 struct fm10k_intfc { struct
394 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
399 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()
404 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()
474 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
475 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
479 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
485 void fm10k_mbx_free_irq(struct fm10k_intfc *);
486 int fm10k_mbx_request_irq(struct fm10k_intfc *);
[all …]
H A 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 …]
H A 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 …]
H A Dfm10k_main.c636 struct fm10k_intfc *interface = netdev_priv(skb->dev); in fm10k_port_is_vxlan()
1114 struct fm10k_intfc *interface = ring->q_vector->interface; in fm10k_get_tx_pending()
1162 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface) in fm10k_tx_timeout_reset()
1181 struct fm10k_intfc *interface = q_vector->interface; in fm10k_clean_tx_irq()
1477 static bool fm10k_set_qos_queues(struct fm10k_intfc *interface) in fm10k_set_qos_queues()
1523 static bool fm10k_set_rss_queues(struct fm10k_intfc *interface) in fm10k_set_rss_queues()
1552 static void fm10k_set_num_queues(struct fm10k_intfc *interface) in fm10k_set_num_queues()
1569 static void fm10k_reset_num_queues(struct fm10k_intfc *interface) in fm10k_reset_num_queues()
1588 static int fm10k_alloc_q_vector(struct fm10k_intfc *interface, in fm10k_alloc_q_vector()
1689 static void fm10k_free_q_vector(struct fm10k_intfc *interface, int v_idx) in fm10k_free_q_vector()
[all …]
H A 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()
H A 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()