Searched refs:newhost (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/nvme/target/
H A Dfc.c1042 struct nvmet_fc_hostport *newhost, *match = NULL; local
1066 newhost = kzalloc(sizeof(*newhost), GFP_KERNEL);
1067 if (!newhost) {
1077 kfree(newhost);
1078 newhost = match;
1080 newhost->tgtport = tgtport;
1081 newhost->hosthandle = hosthandle;
1082 INIT_LIST_HEAD(&newhost->host_list);
1083 kref_init(&newhost
[all...]

Completed in 131 milliseconds