Lines Matching defs:adapter
24 static inline void ixgbe_alloc_vf_macvlans(struct ixgbe_adapter *adapter, in ixgbe_alloc_vf_macvlans()
51 static int __ixgbe_enable_sriov(struct ixgbe_adapter *adapter, in __ixgbe_enable_sriov()
124 static void ixgbe_get_vfs(struct ixgbe_adapter *adapter) in ixgbe_get_vfs()
155 void ixgbe_enable_sriov(struct ixgbe_adapter *adapter, unsigned int max_vfs) in ixgbe_enable_sriov()
206 int ixgbe_disable_sriov(struct ixgbe_adapter *adapter) in ixgbe_disable_sriov()
274 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_enable() local
336 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_disable() local
363 static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter, in ixgbe_set_vf_multicasts()
409 void ixgbe_restore_vf_multicasts(struct ixgbe_adapter *adapter) in ixgbe_restore_vf_multicasts()
442 static int ixgbe_set_vf_vlan(struct ixgbe_adapter *adapter, int add, int vid, in ixgbe_set_vf_vlan()
475 static int ixgbe_set_vf_lpe(struct ixgbe_adapter *adapter, u32 max_frame, u32 vf) in ixgbe_set_vf_lpe()
571 static void ixgbe_clear_vmvir(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_clear_vmvir()
578 static void ixgbe_clear_vf_vlans(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_clear_vf_vlans()
639 static int ixgbe_set_vf_macvlan(struct ixgbe_adapter *adapter, in ixgbe_set_vf_macvlan()
697 static inline void ixgbe_vf_reset_event(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_vf_reset_event()
766 static void ixgbe_vf_clear_mbx(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_vf_clear_mbx()
778 static int ixgbe_set_vf_mac(struct ixgbe_adapter *adapter, in ixgbe_set_vf_mac()
796 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev); in ixgbe_vf_configuration() local
807 static inline void ixgbe_write_qde(struct ixgbe_adapter *adapter, u32 vf, in ixgbe_write_qde()
835 static void ixgbe_set_vf_rx_tx(struct ixgbe_adapter *adapter, int vf) in ixgbe_set_vf_rx_tx()
879 static int ixgbe_vf_reset_msg(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_vf_reset_msg()
949 static int ixgbe_set_vf_mac_addr(struct ixgbe_adapter *adapter, in ixgbe_set_vf_mac_addr()
971 static int ixgbe_set_vf_vlan_msg(struct ixgbe_adapter *adapter, in ixgbe_set_vf_vlan_msg()
993 static int ixgbe_set_vf_macvlan_msg(struct ixgbe_adapter *adapter, in ixgbe_set_vf_macvlan_msg()
1037 static int ixgbe_negotiate_vf_api(struct ixgbe_adapter *adapter, in ixgbe_negotiate_vf_api()
1059 static int ixgbe_get_vf_queues(struct ixgbe_adapter *adapter, in ixgbe_get_vf_queues()
1101 static int ixgbe_get_vf_reta(struct ixgbe_adapter *adapter, u32 *msgbuf, u32 vf) in ixgbe_get_vf_reta()
1136 static int ixgbe_get_vf_rss_key(struct ixgbe_adapter *adapter, in ixgbe_get_vf_rss_key()
1160 static int ixgbe_update_vf_xcast_mode(struct ixgbe_adapter *adapter, in ixgbe_update_vf_xcast_mode()
1236 static int ixgbe_get_vf_link_state(struct ixgbe_adapter *adapter, in ixgbe_get_vf_link_state()
1256 static int ixgbe_rcv_msg_from_vf(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_rcv_msg_from_vf()
1349 static void ixgbe_rcv_ack_from_vf(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_rcv_ack_from_vf()
1359 void ixgbe_msg_task(struct ixgbe_adapter *adapter) in ixgbe_msg_task()
1382 static inline void ixgbe_ping_vf(struct ixgbe_adapter *adapter, int vf) in ixgbe_ping_vf()
1393 void ixgbe_ping_all_vfs(struct ixgbe_adapter *adapter) in ixgbe_ping_all_vfs()
1413 void ixgbe_set_all_vfs(struct ixgbe_adapter *adapter) in ixgbe_set_all_vfs()
1424 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_mac() local
1470 static int ixgbe_enable_port_vlan(struct ixgbe_adapter *adapter, int vf, in ixgbe_enable_port_vlan()
1506 static int ixgbe_disable_port_vlan(struct ixgbe_adapter *adapter, int vf) in ixgbe_disable_port_vlan()
1532 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_vlan() local
1559 int ixgbe_link_mbps(struct ixgbe_adapter *adapter) in ixgbe_link_mbps()
1573 static void ixgbe_set_vf_rate_limit(struct ixgbe_adapter *adapter, int vf) in ixgbe_set_vf_rate_limit()
1625 void ixgbe_check_vf_rate_limit(struct ixgbe_adapter *adapter) in ixgbe_check_vf_rate_limit()
1650 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_bw() local
1685 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_spoofchk() local
1727 void ixgbe_set_vf_link_state(struct ixgbe_adapter *adapter, int vf, int state) in ixgbe_set_vf_link_state()
1763 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_link_state() local
1800 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_rss_query_en() local
1819 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_trust() local
1842 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_get_vf_config() local