Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Dfcloop.c53 u64 token64; in fcloop_parse_options() local
67 if (match_u64(args, &token64)) { in fcloop_parse_options()
71 opts->wwnn = token64; in fcloop_parse_options()
74 if (match_u64(args, &token64)) { in fcloop_parse_options()
78 opts->wwpn = token64; in fcloop_parse_options()
95 if (match_u64(args, &token64)) { in fcloop_parse_options()
99 opts->lpwwnn = token64; in fcloop_parse_options()
102 if (match_u64(args, &token64)) { in fcloop_parse_options()
106 opts->lpwwpn = token64; in fcloop_parse_options()
128 u64 token64; in fcloop_parse_nm_options() local
[all …]
Dfc.c2438 u64 token64; in __nvme_fc_parse_u64() local
2440 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
2442 *val = token64; in __nvme_fc_parse_u64()
/Linux-v5.4/drivers/nvme/host/
Dfc.c3231 u64 token64; in __nvme_fc_parse_u64() local
3233 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
3235 *val = token64; in __nvme_fc_parse_u64()