Lines Matching refs:fm10k_intfc

73 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()
494 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_del_vxlan_port()
527 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_open()
591 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_close()
607 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_xmit_frame()
689 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_tx_timeout()
717 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_uc_vlan_unsync()
738 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_mc_vlan_unsync()
758 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_update_vid()
824 static u16 fm10k_find_next_vlan(struct fm10k_intfc *interface, u16 vid) in fm10k_find_next_vlan()
835 static void fm10k_clear_unused_vlans(struct fm10k_intfc *interface) in fm10k_clear_unused_vlans()
856 struct fm10k_intfc *interface = netdev_priv(dev); in __fm10k_uc_sync()
891 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_set_mac()
923 struct fm10k_intfc *interface = netdev_priv(dev); in __fm10k_mc_sync()
957 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_set_rx_mode()
998 void fm10k_restore_rx_state(struct fm10k_intfc *interface) in fm10k_restore_rx_state()
1073 void fm10k_reset_rx_state(struct fm10k_intfc *interface) in fm10k_reset_rx_state()
1105 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_stats64()
1154 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_setup_tc()
1204 static void fm10k_assign_l2_accel(struct fm10k_intfc *interface, in fm10k_assign_l2_accel()
1221 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dfwd_add_station()
1302 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dfwd_del_station()
1395 struct fm10k_intfc *interface; in fm10k_alloc_netdev()
1398 dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES); in fm10k_alloc_netdev()