Searched defs:igb (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/igb/
H A DMakefile32 obj-$(CONFIG_IGB) += igb.o
34 igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \
H A Digb_ptp.c23 #include "igb.h"
82 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); local
83 struct e1000_hw *hw = &igb->hw;
99 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); local
100 struct e1000_hw *hw = &igb->hw;
201 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, local
203 struct e1000_hw *hw = &igb->hw;
230 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, local
232 struct e1000_hw *hw = &igb->hw;
256 struct igb_adapter *igb local
274 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, local
293 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, local
314 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, local
330 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, local
350 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, local
406 struct igb_adapter *igb = local
[all...]
H A Digb_main.c57 #include "igb.h"
64 char igb_driver_name[] = "igb";
748 struct igb_adapter *igb = container_of(hw, struct igb_adapter, hw); local
759 struct net_device *netdev = igb->netdev;
1200 /* igb only supports 1 Tx and/or 1 Rx queue per vector */
2222 strlcpy(adapter->i2c_adap.name, "igb BB",
4256 "igb: %s NIC Link is Up %d Mbps %s Duplex, Flow Control: %s\n",
4318 netdev_info(netdev, "igb: %s NIC Link is Down\n",
6770 * igb_pull_tail - igb specific version of skb_pull_tail
6775 * This function is an igb specifi
[all...]

Completed in 81 milliseconds