Searched refs:fm10k_intfc (Results 1 – 8 of 8) sorted by relevance
190 struct fm10k_intfc *interface;294 struct fm10k_intfc { struct403 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument408 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock()413 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock()484 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);485 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);489 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);495 void fm10k_mbx_free_irq(struct fm10k_intfc *);496 int fm10k_mbx_request_irq(struct fm10k_intfc *);[all …]
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()[all …]
55 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()312 void fm10k_clean_all_rx_rings(struct fm10k_intfc *interface) in fm10k_clean_all_rx_rings()326 static void fm10k_free_all_rx_resources(struct fm10k_intfc *interface) in fm10k_free_all_rx_resources()340 static void fm10k_request_glort_range(struct fm10k_intfc *interface) in fm10k_request_glort_range()376 static void fm10k_free_udp_port_info(struct fm10k_intfc *interface) in fm10k_free_udp_port_info()409 static void fm10k_restore_udp_port_info(struct fm10k_intfc *interface) in fm10k_restore_udp_port_info()483 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_udp_tunnel_add()[all …]
49 FM10K_STAT_FIELDS(struct fm10k_intfc, _name, _stat)158 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_stat_strings()199 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()462 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_get_pauseparam()474 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_set_pauseparam()494 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_msglevel()[all …]
12 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()283 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_suspend()307 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_resume()356 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid) in fm10k_iov_update_pvid()383 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_free_data()398 struct fm10k_intfc *interface = pci_get_drvdata(pdev); in fm10k_iov_alloc_data()515 static inline void fm10k_reset_vf_info(struct fm10k_intfc *interface, in fm10k_reset_vf_info()[all …]
79 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()
152 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_init()195 struct fm10k_intfc *interface = q_vector->interface; in fm10k_dbg_q_vector_exit()207 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) in fm10k_dbg_intfc_init()219 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) in fm10k_dbg_intfc_exit()
638 struct fm10k_intfc *interface = netdev_priv(skb->dev); in fm10k_port_is_vxlan()1125 struct fm10k_intfc *interface = ring->q_vector->interface; in fm10k_get_tx_pending()1173 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface) in fm10k_tx_timeout_reset()1192 struct fm10k_intfc *interface = q_vector->interface; in fm10k_clean_tx_irq()1488 static bool fm10k_set_qos_queues(struct fm10k_intfc *interface) in fm10k_set_qos_queues()1534 static bool fm10k_set_rss_queues(struct fm10k_intfc *interface) in fm10k_set_rss_queues()1563 static void fm10k_set_num_queues(struct fm10k_intfc *interface) in fm10k_set_num_queues()1580 static void fm10k_reset_num_queues(struct fm10k_intfc *interface) in fm10k_reset_num_queues()1599 static int fm10k_alloc_q_vector(struct fm10k_intfc *interface, in fm10k_alloc_q_vector()1703 static void fm10k_free_q_vector(struct fm10k_intfc *interface, int v_idx) in fm10k_free_q_vector()[all …]