Home
last modified time | relevance | path

Searched refs:cmd_expect (Results 1 – 3 of 3) sorted by relevance

/external/ethtool/
Dtest-features.c65 static const struct cmd_expect cmd_expect_get_strings_old[] = {
70 static const struct cmd_expect cmd_expect_get_features_off_old[] = {
83 static const struct cmd_expect cmd_expect_get_features_off_old_some_unsup[] = {
96 static const struct cmd_expect cmd_expect_get_features_off_old_some_priv[] = {
109 static const struct cmd_expect cmd_expect_set_features_off_old[] = {
138 static const struct cmd_expect cmd_expect_set_features_on_old[] = {
167 static const struct cmd_expect cmd_expect_set_features_unsup_on_old[] = {
276 static const struct cmd_expect cmd_expect_get_strings[] = {
284 static const struct cmd_expect cmd_expect_get_features_min_off[] = {
302 static const struct cmd_expect cmd_expect_get_features_max_on[] = {
[all …]
Dinternal.h205 struct cmd_expect { struct
212 int test_ioctl(const struct cmd_expect *expect, void *cmd); argument
Dtest-common.c262 int test_ioctl(const struct cmd_expect *expect, void *cmd) in test_ioctl()