OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pkt_rate_high
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/linux/
ethtool.h
185
/* When the packet rate is below
pkt_rate_high
but above
191
* is above
pkt_rate_high
, the {rx,tx}_*_high parameters are
194
__u32
pkt_rate_high
;
member in struct:ethtool_coalesce
/bionic/libc/kernel/uapi/linux/
ethtool.h
157
__u32
pkt_rate_high
;
member in struct:ethtool_coalesce
/external/kernel-headers/original/uapi/linux/
ethtool.h
395
* @
pkt_rate_high
: Threshold for high packet rate (packets per second).
397
* a packet arrives, when the packet rate is above @
pkt_rate_high
.
399
* before an RX interrupt, when the packet rate is above @
pkt_rate_high
.
401
* a packet is sent, when the packet rate is above @
pkt_rate_high
.
403
* a TX interrupt, when the packet rate is above @
pkt_rate_high
.
428
* When the packet rate is below @
pkt_rate_high
but above
450
__u32
pkt_rate_high
;
member in struct:ethtool_coalesce
[
all
...]
Completed in 210 milliseconds