Lines Matching refs:token64
64 u64 token64; in fcloop_parse_options() local
78 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
155 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
159 *nname = token64; in fcloop_parse_nm_options()
162 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
166 *pname = token64; in fcloop_parse_nm_options()