repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panel-edp: Add STA 116QHD024002
[drm/drm-misc.git]
/
include
/
linux
/
netdevice_xmit.h
blob
38325e070296850570c5e514f3f3ecfba5631260
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
#ifndef _LINUX_NETDEVICE_XMIT_H
3
#define _LINUX_NETDEVICE_XMIT_H
4
5
struct
netdev_xmit
{
6
u16 recursion
;
7
u8 more
;
8
#ifdef CONFIG_NET_EGRESS
9
u8 skip_txqueue
;
10
#endif
11
};
12
13
#endif