Searched refs:igb (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb_ptp.c | 76 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82576() local 77 struct e1000_hw *hw = &igb->hw; in igb_ptp_read_82576() 93 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82580() local 94 struct e1000_hw *hw = &igb->hw; in igb_ptp_read_82580() 196 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjfreq_82576() local 198 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfreq_82576() 225 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjfine_82580() local 227 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfine_82580() 251 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjtime_82576() local 255 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 | 742 struct igb_adapter *igb = container_of(hw, struct igb_adapter, hw); in igb_rd32() local 753 struct net_device *netdev = igb->netdev; in igb_rd32() 756 WARN(pci_device_is_present(igb->pdev), in igb_rd32()
|
| /Linux-v5.4/Documentation/networking/device_drivers/intel/ |
| D | igb.rst | 32 modprobe igb [<option>=<VAL1>,<VAL2>,...] 38 modprobe igb max_vfs=2,4 40 In this case, there are two network ports supported by igb in the system. 58 modprobe igb max_vfs=4 64 modprobe igb max_vfs=2,4 137 this driver version, in order to enable WoL, the igb driver must be loaded
|
| /Linux-v5.4/drivers/net/ethernet/intel/ |
| D | Makefile | 9 obj-$(CONFIG_IGB) += igb/
|
| D | Kconfig | 101 <file:Documentation/networking/device_drivers/intel/igb.rst>. 104 will be called igb.
|
| /Linux-v5.4/Documentation/networking/device_drivers/ |
| D | index.rst | 16 intel/igb
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 8226 F: Documentation/networking/device_drivers/intel/igb.rst
|