Lines Matching refs:fm10k_intfc
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()
515 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_udp_tunnel_del()
552 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_open()
613 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_close()
629 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_xmit_frame()
703 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_tx_timeout()
738 static bool fm10k_host_mbx_ready(struct fm10k_intfc *interface) in fm10k_host_mbx_ready()
757 int fm10k_queue_vlan_request(struct fm10k_intfc *interface, in fm10k_queue_vlan_request()
796 int fm10k_queue_mac_request(struct fm10k_intfc *interface, u16 glort, in fm10k_queue_mac_request()
837 void fm10k_clear_macvlan_queue(struct fm10k_intfc *interface, in fm10k_clear_macvlan_queue()
870 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_uc_vlan_unsync()
890 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_mc_vlan_unsync()
909 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_update_vid()
1023 static u16 fm10k_find_next_vlan(struct fm10k_intfc *interface, u16 vid) in fm10k_find_next_vlan()
1034 static void fm10k_clear_unused_vlans(struct fm10k_intfc *interface) in fm10k_clear_unused_vlans()
1054 struct fm10k_intfc *interface = netdev_priv(dev); in __fm10k_uc_sync()
1087 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_set_mac()
1119 struct fm10k_intfc *interface = netdev_priv(dev); in __fm10k_mc_sync()
1152 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_set_rx_mode()
1195 void fm10k_restore_rx_state(struct fm10k_intfc *interface) in fm10k_restore_rx_state()
1290 void fm10k_reset_rx_state(struct fm10k_intfc *interface) in fm10k_reset_rx_state()
1332 struct fm10k_intfc *interface = netdev_priv(netdev); in fm10k_get_stats64()
1379 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_setup_tc()
1444 static void fm10k_assign_l2_accel(struct fm10k_intfc *interface, in fm10k_assign_l2_accel()
1461 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dfwd_add_station()
1560 struct fm10k_intfc *interface = netdev_priv(dev); in fm10k_dfwd_del_station()
1659 struct fm10k_intfc *interface; in fm10k_alloc_netdev()
1662 dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES); in fm10k_alloc_netdev()