Searched refs:igb (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 82 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82576() local 83 struct e1000_hw *hw = &igb->hw; in igb_ptp_read_82576() 99 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82580() local 100 struct e1000_hw *hw = &igb->hw; in igb_ptp_read_82580() 202 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjfreq_82576() local 204 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfreq_82576() 231 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjfreq_82580() local 233 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfreq_82580() 257 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjtime_82576() local 261 spin_lock_irqsave(&igb->tmreg_lock, flags); in igb_ptp_adjtime_82576() [all …]
|
D | Makefile | 32 obj-$(CONFIG_IGB) += igb.o 34 igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \
|
D | igb_main.c | 746 struct igb_adapter *igb = container_of(hw, struct igb_adapter, hw); in igb_rd32() local 757 struct net_device *netdev = igb->netdev; in igb_rd32()
|
/linux-4.1.27/Documentation/networking/ |
D | igbvf.txt | 20 The igbvf driver requires the igb driver, version 2.0 or later. The igbvf 21 driver supports virtual functions generated by the igb driver with a max_vfs 23 to the README included with the igb driver.
|
D | 00-INDEX | 105 igb.txt 106 - README for the Intel Gigabit Ethernet Driver (igb).
|
D | igb.txt | 75 For this driver version, in order to enable WoL, the igb driver must be
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | Makefile | 8 obj-$(CONFIG_IGB) += igb/
|
D | Kconfig | 110 will be called igb.
|
/linux-4.1.27/ |
D | MAINTAINERS | 5215 F: Documentation/networking/igb.txt
|