Home
last modified time | relevance | path

Searched refs:ixgb_adapter (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgb/
Dixgb.h47 struct ixgb_adapter;
112 struct ixgb_adapter { struct
164 void ixgb_check_options(struct ixgb_adapter *adapter); argument
171 int ixgb_up(struct ixgb_adapter *adapter);
172 void ixgb_down(struct ixgb_adapter *adapter, bool kill_watchdog);
173 void ixgb_reset(struct ixgb_adapter *adapter);
174 int ixgb_setup_rx_resources(struct ixgb_adapter *adapter);
175 int ixgb_setup_tx_resources(struct ixgb_adapter *adapter);
176 void ixgb_free_rx_resources(struct ixgb_adapter *adapter);
177 void ixgb_free_tx_resources(struct ixgb_adapter *adapter);
[all …]
Dixgb_main.c52 static int ixgb_sw_init(struct ixgb_adapter *adapter);
55 static void ixgb_configure_tx(struct ixgb_adapter *adapter);
56 static void ixgb_configure_rx(struct ixgb_adapter *adapter);
57 static void ixgb_setup_rctl(struct ixgb_adapter *adapter);
58 static void ixgb_clean_tx_ring(struct ixgb_adapter *adapter);
59 static void ixgb_clean_rx_ring(struct ixgb_adapter *adapter);
67 static bool ixgb_clean_tx_irq(struct ixgb_adapter *adapter);
70 static bool ixgb_clean_rx_irq(struct ixgb_adapter *, int *, int);
71 static void ixgb_alloc_rx_buffers(struct ixgb_adapter *, int);
76 static void ixgb_vlan_strip_enable(struct ixgb_adapter *adapter);
[all …]
Dixgb_ethtool.c22 FIELD_SIZEOF(struct ixgb_adapter, m), \
23 offsetof(struct ixgb_adapter, m)
75 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_link_ksettings()
101 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_speed_duplex()
113 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_link_ksettings()
135 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_pauseparam()
154 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_pauseparam()
182 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_msglevel()
189 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_msglevel()
205 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_regs()
[all …]
Dixgb_param.c236 ixgb_check_options(struct ixgb_adapter *adapter) in ixgb_check_options()