Lines Matching refs:fm10k_intfc

55 static int fm10k_setup_all_tx_resources(struct fm10k_intfc *interface)
122 static int fm10k_setup_all_rx_resources(struct fm10k_intfc *interface)
222 void fm10k_clean_all_tx_rings(struct fm10k_intfc *interface)
236 static void fm10k_free_all_tx_resources(struct fm10k_intfc *interface)
311 void fm10k_clean_all_rx_rings(struct fm10k_intfc *interface)
325 static void fm10k_free_all_rx_resources(struct fm10k_intfc *interface)
339 static void fm10k_request_glort_range(struct fm10k_intfc *interface)
375 static void fm10k_restore_udp_port_info(struct fm10k_intfc *interface)
404 struct fm10k_intfc *interface = netdev_priv(dev);
439 struct fm10k_intfc *interface = netdev_priv(netdev);
498 struct fm10k_intfc *interface = netdev_priv(netdev);
512 struct fm10k_intfc *interface = netdev_priv(dev);
587 struct fm10k_intfc *interface = netdev_priv(netdev);
624 static bool fm10k_host_mbx_ready(struct fm10k_intfc *interface)
643 int fm10k_queue_vlan_request(struct fm10k_intfc *interface,
682 int fm10k_queue_mac_request(struct fm10k_intfc *interface, u16 glort,
723 void fm10k_clear_macvlan_queue(struct fm10k_intfc *interface,
756 struct fm10k_intfc *interface = netdev_priv(netdev);
776 struct fm10k_intfc *interface = netdev_priv(netdev);
795 struct fm10k_intfc *interface = netdev_priv(netdev);
909 static u16 fm10k_find_next_vlan(struct fm10k_intfc *interface, u16 vid)
920 static void fm10k_clear_unused_vlans(struct fm10k_intfc *interface)
940 struct fm10k_intfc *interface = netdev_priv(dev);
973 struct fm10k_intfc *interface = netdev_priv(dev);
1005 struct fm10k_intfc *interface = netdev_priv(dev);
1038 struct fm10k_intfc *interface = netdev_priv(dev);
1081 void fm10k_restore_rx_state(struct fm10k_intfc *interface)
1176 void fm10k_reset_rx_state(struct fm10k_intfc *interface)
1218 struct fm10k_intfc *interface = netdev_priv(netdev);
1265 struct fm10k_intfc *interface = netdev_priv(dev);
1330 static void fm10k_assign_l2_accel(struct fm10k_intfc *interface,
1347 struct fm10k_intfc *interface = netdev_priv(dev);
1446 struct fm10k_intfc *interface = netdev_priv(dev);
1544 struct fm10k_intfc *interface;
1547 dev = alloc_etherdev_mq(sizeof(struct fm10k_intfc), MAX_QUEUES);