Searched refs:ixgb_adapter (Results 1 – 4 of 4) sorted by relevance
46 struct ixgb_adapter;111 struct ixgb_adapter { struct163 void ixgb_check_options(struct ixgb_adapter *adapter); argument169 int ixgb_up(struct ixgb_adapter *adapter);170 void ixgb_down(struct ixgb_adapter *adapter, bool kill_watchdog);171 void ixgb_reset(struct ixgb_adapter *adapter);172 int ixgb_setup_rx_resources(struct ixgb_adapter *adapter);173 int ixgb_setup_tx_resources(struct ixgb_adapter *adapter);174 void ixgb_free_rx_resources(struct ixgb_adapter *adapter);175 void ixgb_free_tx_resources(struct ixgb_adapter *adapter);[all …]
49 static int ixgb_sw_init(struct ixgb_adapter *adapter);52 static void ixgb_configure_tx(struct ixgb_adapter *adapter);53 static void ixgb_configure_rx(struct ixgb_adapter *adapter);54 static void ixgb_setup_rctl(struct ixgb_adapter *adapter);55 static void ixgb_clean_tx_ring(struct ixgb_adapter *adapter);56 static void ixgb_clean_rx_ring(struct ixgb_adapter *adapter);64 static bool ixgb_clean_tx_irq(struct ixgb_adapter *adapter);67 static bool ixgb_clean_rx_irq(struct ixgb_adapter *, int *, int);68 static void ixgb_alloc_rx_buffers(struct ixgb_adapter *, int);73 static void ixgb_vlan_strip_enable(struct ixgb_adapter *adapter);[all …]
22 sizeof_field(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 …]
236 ixgb_check_options(struct ixgb_adapter *adapter) in ixgb_check_options()