Searched refs:ixgb_adapter (Results 1 – 4 of 4) sorted by relevance
72 struct ixgb_adapter;137 struct ixgb_adapter { struct189 void ixgb_check_options(struct ixgb_adapter *adapter); argument196 int ixgb_up(struct ixgb_adapter *adapter);197 void ixgb_down(struct ixgb_adapter *adapter, bool kill_watchdog);198 void ixgb_reset(struct ixgb_adapter *adapter);199 int ixgb_setup_rx_resources(struct ixgb_adapter *adapter);200 int ixgb_setup_tx_resources(struct ixgb_adapter *adapter);201 void ixgb_free_rx_resources(struct ixgb_adapter *adapter);202 void ixgb_free_tx_resources(struct ixgb_adapter *adapter);[all …]
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);92 static bool ixgb_clean_tx_irq(struct ixgb_adapter *adapter);95 static bool ixgb_clean_rx_irq(struct ixgb_adapter *, int *, int);96 static void ixgb_alloc_rx_buffers(struct ixgb_adapter *, int);101 static void ixgb_vlan_strip_enable(struct ixgb_adapter *adapter);[all …]
47 FIELD_SIZEOF(struct ixgb_adapter, m), \48 offsetof(struct ixgb_adapter, m)100 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_link_ksettings()126 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_speed_duplex()138 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_link_ksettings()160 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_pauseparam()179 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_pauseparam()207 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_msglevel()214 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_set_msglevel()230 struct ixgb_adapter *adapter = netdev_priv(netdev); in ixgb_get_regs()[all …]
261 ixgb_check_options(struct ixgb_adapter *adapter) in ixgb_check_options()