Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.8 11 lines 319 B view raw
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 7int igc_tsn_offload_apply(struct igc_adapter *adapter); 8int igc_tsn_reset(struct igc_adapter *adapter); 9void igc_tsn_adjust_txtime_offset(struct igc_adapter *adapter); 10 11#endif /* _IGC_BASE_H */