Searched refs:token64 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fcloop.c | 64 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 D | fc.c | 2782 u64 token64; in __nvme_fc_parse_u64() local 2784 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64() 2786 *val = token64; in __nvme_fc_parse_u64()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fcloop.c | 64 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 D | fc.c | 2806 u64 token64; in __nvme_fc_parse_u64() local 2808 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64() 2810 *val = token64; in __nvme_fc_parse_u64()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fc.c | 3620 u64 token64; in __nvme_fc_parse_u64() local 3622 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64() 3624 *val = token64; in __nvme_fc_parse_u64()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fc.c | 3621 u64 token64; in __nvme_fc_parse_u64() local 3623 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64() 3625 *val = token64; in __nvme_fc_parse_u64()
|
Completed in 19 milliseconds