Searched refs:token64 (Results 1 – 3 of 3) sorted by relevance
64 u64 token64; in fcloop_parse_options() local78 if (match_u64(args, &token64)) { in fcloop_parse_options()82 opts->wwnn = token64; in fcloop_parse_options()85 if (match_u64(args, &token64)) { in fcloop_parse_options()89 opts->wwpn = token64; in fcloop_parse_options()106 if (match_u64(args, &token64)) { in fcloop_parse_options()110 opts->lpwwnn = token64; in fcloop_parse_options()113 if (match_u64(args, &token64)) { in fcloop_parse_options()117 opts->lpwwpn = token64; in fcloop_parse_options()139 u64 token64; in fcloop_parse_nm_options() local[all …]
2450 u64 token64; in __nvme_fc_parse_u64() local2452 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()2454 *val = token64; in __nvme_fc_parse_u64()
3141 u64 token64; in __nvme_fc_parse_u64() local3143 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()3145 *val = token64; in __nvme_fc_parse_u64()