Searched refs:token64 (Results 1 – 3 of 3) sorted by relevance
53 u64 token64; in fcloop_parse_options() local67 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 …]
2438 u64 token64; in __nvme_fc_parse_u64() local2440 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()2442 *val = token64; in __nvme_fc_parse_u64()
3231 u64 token64; in __nvme_fc_parse_u64() local3233 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()3235 *val = token64; in __nvme_fc_parse_u64()