]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/igc/igc_tsn.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / intel / igc / igc_tsn.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c)  2020 Intel Corporation */
3
4 #ifndef _IGC_TSN_H_
5 #define _IGC_TSN_H_
6
7 int igc_tsn_offload_apply(struct igc_adapter *adapter);
8 int igc_tsn_reset(struct igc_adapter *adapter);
9 void igc_tsn_adjust_txtime_offset(struct igc_adapter *adapter);
10 bool igc_tsn_is_taprio_activated_by_user(struct igc_adapter *adapter);
11
12 #endif /* _IGC_BASE_H */
This page took 0.026687 seconds and 4 git commands to generate.