Lines Matching refs:token64
53 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
144 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
148 *nname = token64; in fcloop_parse_nm_options()
151 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
155 *pname = token64; in fcloop_parse_nm_options()