Searched refs:igb (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 78 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82576() local 79 struct e1000_hw *hw = &igb->hw; in igb_ptp_read_82576() 95 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc); in igb_ptp_read_82580() local 96 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_adjfine_82576() local 198 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfine_82576() 210 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjfine_82580() local 212 struct e1000_hw *hw = &igb->hw; in igb_ptp_adjfine_82580() 230 struct igb_adapter *igb = container_of(ptp, struct igb_adapter, in igb_ptp_adjtime_82576() local 234 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()
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/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-v6.6/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.
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/ |
D | index.rst | 35 intel/igb
|