Home
last modified time | relevance | path

Searched refs:igb (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_ptp.c76 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 …]
DMakefile7 obj-$(CONFIG_IGB) += igb.o
9 igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \
Digb_main.c742 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/
Digb.rst32 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/
DMakefile9 obj-$(CONFIG_IGB) += igb/
DKconfig101 <file:Documentation/networking/device_drivers/intel/igb.rst>.
104 will be called igb.
/Linux-v5.4/Documentation/networking/device_drivers/
Dindex.rst16 intel/igb
/Linux-v5.4/
DMAINTAINERS8226 F: Documentation/networking/device_drivers/intel/igb.rst