Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c53 static int cfg_mode = MODE_ZC_FIXED; variable
126 unsigned mode = cfg_mode; in do_tx()
129 if (cfg_mode == MODE_MIXED) in do_tx()
275 cfg_mode = strtol(optarg, NULL, 0); in parse_opts()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c48 enum cfg_mode { enum
60 static enum cfg_mode cfg_mode = CFG_MODE_POLL; variable
923 switch (cfg_mode) { in copyfd_io()
946 fprintf(stderr, "Invalid mode %d\n", cfg_mode); in copyfd_io()
1402 cfg_mode = CFG_MODE_POLL; in parse_opts()
1406 cfg_mode = CFG_MODE_POLL; in parse_opts()
1442 cfg_mode = parse_mode(optarg); in parse_opts()
/linux/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c70 enum addr_mode cfg_mode; member
658 if (hw->ci->cfg_mode) { in setup_io()
661 if (hw->ci->cfg_mode == AM_MEMIO) { in setup_io()
676 hw->cfg.mode = hw->ci->cfg_mode; in setup_io()
677 if (hw->ci->cfg_mode == AM_MEMIO) { in setup_io()
685 (ulong)hw->cfg.size, hw->ci->cfg_mode); in setup_io()