Searched refs:igb (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 77 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82576() local 78 struct e1000_hw *hw = &igb->hw; in igb_ptp_read_82576() 94 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82580() local 95 struct e1000_hw *hw = &igb->hw; in igb_ptp_read_82580() 195 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjfine_82576() local 197 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfine_82576() 223 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjfine_82580() local 225 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfine_82580() 249 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjtime_82576() local 253 spin_lock_irqsave(&igb->tmreg_lock, flags); in igb_ptp_adjtime_82576() [all …]
|
D | Makefile | 7 obj-$(CONFIG_IGB) += igb.o 9 igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \
|
D | igb_main.c | 731 struct igb_adapter *igb = container_of(hw, struct igb_adapter, hw); in igb_rd32() local 742 struct net_device *netdev = igb->netdev; in igb_rd32() 745 WARN(pci_device_is_present(igb->pdev), in igb_rd32()
|
/drivers/net/ethernet/intel/ |
D | Makefile | 9 obj-$(CONFIG_IGB) += igb/
|
D | Kconfig | 101 <file:Documentation/networking/device_drivers/ethernet/intel/igb.rst>. 104 will be called igb.
|