Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfcloop.c64 u64 token64; in fcloop_parse_options() local
79 match_u64(args, &token64)) { in fcloop_parse_options()
83 opts->wwnn = token64; in fcloop_parse_options()
87 match_u64(args, &token64)) { in fcloop_parse_options()
91 opts->wwpn = token64; in fcloop_parse_options()
109 match_u64(args, &token64)) { in fcloop_parse_options()
113 opts->lpwwnn = token64; in fcloop_parse_options()
117 match_u64(args, &token64)) { in fcloop_parse_options()
121 opts->lpwwpn = token64; in fcloop_parse_options()
143 u64 token64; in fcloop_parse_nm_options() local
[all …]
H A Dfc.c2810 u64 token64; in __nvme_fc_parse_u64() local
2812 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
2814 *val = token64; in __nvme_fc_parse_u64()
/linux/drivers/nvme/host/
H A Dfc.c3639 u64 token64; in __nvme_fc_parse_u64() local
3641 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
3643 *val = token64; in __nvme_fc_parse_u64()