Lines Matching refs:ixgb_adapter

77 static int ixgb_sw_init(struct ixgb_adapter *adapter);
80 static void ixgb_configure_tx(struct ixgb_adapter *adapter);
81 static void ixgb_configure_rx(struct ixgb_adapter *adapter);
82 static void ixgb_setup_rctl(struct ixgb_adapter *adapter);
83 static void ixgb_clean_tx_ring(struct ixgb_adapter *adapter);
84 static void ixgb_clean_rx_ring(struct ixgb_adapter *adapter);
93 static bool ixgb_clean_tx_irq(struct ixgb_adapter *adapter);
96 static bool ixgb_clean_rx_irq(struct ixgb_adapter *, int *, int);
97 static void ixgb_alloc_rx_buffers(struct ixgb_adapter *, int);
102 static void ixgb_vlan_strip_enable(struct ixgb_adapter *adapter);
103 static void ixgb_vlan_strip_disable(struct ixgb_adapter *adapter);
108 static void ixgb_restore_vlan(struct ixgb_adapter *adapter);
183 ixgb_irq_disable(struct ixgb_adapter *adapter) in ixgb_irq_disable()
196 ixgb_irq_enable(struct ixgb_adapter *adapter) in ixgb_irq_enable()
207 ixgb_up(struct ixgb_adapter *adapter) in ixgb_up()
281 ixgb_down(struct ixgb_adapter *adapter, bool kill_watchdog) in ixgb_down()
311 ixgb_reset(struct ixgb_adapter *adapter) in ixgb_reset()
347 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_features()
401 struct ixgb_adapter *adapter; in ixgb_probe()
429 netdev = alloc_etherdev(sizeof(struct ixgb_adapter)); in ixgb_probe()
561 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_remove()
584 ixgb_sw_init(struct ixgb_adapter *adapter) in ixgb_sw_init()
633 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_open()
682 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_close()
700 ixgb_setup_tx_resources(struct ixgb_adapter *adapter) in ixgb_setup_tx_resources()
737 ixgb_configure_tx(struct ixgb_adapter *adapter) in ixgb_configure_tx()
783 ixgb_setup_rx_resources(struct ixgb_adapter *adapter) in ixgb_setup_rx_resources()
820 ixgb_setup_rctl(struct ixgb_adapter *adapter) in ixgb_setup_rctl()
855 ixgb_configure_rx(struct ixgb_adapter *adapter) in ixgb_configure_rx()
910 ixgb_free_tx_resources(struct ixgb_adapter *adapter) in ixgb_free_tx_resources()
926 ixgb_unmap_and_free_tx_resource(struct ixgb_adapter *adapter, in ixgb_unmap_and_free_tx_resource()
955 ixgb_clean_tx_ring(struct ixgb_adapter *adapter) in ixgb_clean_tx_ring()
991 ixgb_free_rx_resources(struct ixgb_adapter *adapter) in ixgb_free_rx_resources()
1013 ixgb_clean_rx_ring(struct ixgb_adapter *adapter) in ixgb_clean_rx_ring()
1065 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_mac()
1091 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_multi()
1155 struct ixgb_adapter *adapter = (struct ixgb_adapter *)data; in ixgb_watchdog()
1218 ixgb_tso(struct ixgb_adapter *adapter, struct sk_buff *skb) in ixgb_tso()
1282 ixgb_tx_csum(struct ixgb_adapter *adapter, struct sk_buff *skb) in ixgb_tx_csum()
1323 ixgb_tx_map(struct ixgb_adapter *adapter, struct sk_buff *skb, in ixgb_tx_map()
1425 ixgb_tx_queue(struct ixgb_adapter *adapter, int count, int vlan_id,int tx_flags) in ixgb_tx_queue()
1476 struct ixgb_adapter *adapter = netdev_priv(netdev); in __ixgb_maybe_stop_tx()
1515 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_xmit_frame()
1578 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_tx_timeout()
1587 struct ixgb_adapter *adapter = in ixgb_tx_timeout_task()
1588 container_of(work, struct ixgb_adapter, tx_timeout_task); in ixgb_tx_timeout_task()
1620 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_change_mtu()
1654 ixgb_update_stats(struct ixgb_adapter *adapter) in ixgb_update_stats()
1789 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_intr()
1820 struct ixgb_adapter *adapter = container_of(napi, struct ixgb_adapter, napi); in ixgb_clean()
1842 ixgb_clean_tx_irq(struct ixgb_adapter *adapter) in ixgb_clean_tx_irq()
1937 ixgb_rx_checksum(struct ixgb_adapter *adapter, in ixgb_rx_checksum()
1994 ixgb_clean_rx_irq(struct ixgb_adapter *adapter, int *work_done, int work_to_do) in ixgb_clean_rx_irq()
2113 ixgb_alloc_rx_buffers(struct ixgb_adapter *adapter, int cleaned_count) in ixgb_alloc_rx_buffers()
2185 ixgb_vlan_strip_enable(struct ixgb_adapter *adapter) in ixgb_vlan_strip_enable()
2196 ixgb_vlan_strip_disable(struct ixgb_adapter *adapter) in ixgb_vlan_strip_disable()
2209 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_vlan_rx_add_vid()
2226 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_vlan_rx_kill_vid()
2241 ixgb_restore_vlan(struct ixgb_adapter *adapter) in ixgb_restore_vlan()
2258 struct ixgb_adapter *adapter = netdev_priv(dev); in ixgb_netpoll()
2278 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_io_error_detected()
2306 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_io_slot_reset()
2353 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_io_resume()