OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx_types
(Results
1 - 3
of
3
) sorted by null
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
hwtstamp_config.c
46
static const char *
tx_types
[] = {
variable
53
#define N_TX_TYPES ((int)(sizeof(
tx_types
) / sizeof(
tx_types
[0])))
81
list_names(stderr,
tx_types
, N_TX_TYPES);
100
config.tx_type = lookup_value(
tx_types
, N_TX_TYPES, argv[2]);
123
name = lookup_name(
tx_types
, N_TX_TYPES, config.tx_type);
/bionic/libc/kernel/uapi/linux/
ethtool.h
416
__u32
tx_types
;
member in struct:ethtool_ts_info
/external/kernel-headers/original/uapi/linux/
ethtool.h
1204
__u32
tx_types
;
member in struct:ethtool_ts_info
[
all
...]
Completed in 87 milliseconds