Home
last modified time | relevance | path

Searched refs:igc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c49 struct igc_adapter *igc = container_of(ptp, struct igc_adapter, in igc_ptp_adjfine_i225() local
51 struct igc_hw *hw = &igc->hw; in igc_ptp_adjfine_i225()
75 struct igc_adapter *igc = container_of(ptp, struct igc_adapter, in igc_ptp_adjtime_i225() local
80 spin_lock_irqsave(&igc->tmreg_lock, flags); in igc_ptp_adjtime_i225()
82 igc_ptp_read(igc, &now); in igc_ptp_adjtime_i225()
84 igc_ptp_write_i225(igc, (const struct timespec64 *)&now); in igc_ptp_adjtime_i225()
86 spin_unlock_irqrestore(&igc->tmreg_lock, flags); in igc_ptp_adjtime_i225()
95 struct igc_adapter *igc = container_of(ptp, struct igc_adapter, in igc_ptp_gettimex64_i225() local
97 struct igc_hw *hw = &igc->hw; in igc_ptp_gettimex64_i225()
100 spin_lock_irqsave(&igc->tmreg_lock, flags); in igc_ptp_gettimex64_i225()
[all …]
H A DMakefile8 obj-$(CONFIG_IGC) += igc.o
10 igc-y := igc_main.o igc_mac.o igc_i225.o igc_base.o igc_nvm.o igc_phy.o \
12 igc-$(CONFIG_IGC_LEDS) += igc_leds.o
/linux/Documentation/networking/
H A Dxsk-tx-metadata.rst110 igc driver
113 For igc, all four Tx Queues support the launch time feature. The launch
116 TSN mode, the igc driver will reset the device and create a default Qbv
/linux/drivers/net/ethernet/intel/
H A DKconfig389 will be called igc.