Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dfc.c164 struct nvmet_fc_hostport *hostport; member
486 * message is normal. Otherwise, send unless the hostport has in nvmet_fc_xmt_disconnect_assoc()
489 if (!tgtport->ops->ls_req || !assoc->hostport || in nvmet_fc_xmt_disconnect_assoc()
490 assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()
512 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
992 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local
994 struct nvmet_fc_tgtport *tgtport = hostport->tgtport; in nvmet_fc_hostport_free()
998 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
1000 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
1001 tgtport->ops->host_release(hostport in nvmet_fc_hostport_free()
1007 nvmet_fc_hostport_put(struct nvmet_fc_hostport *hostport) nvmet_fc_hostport_put() argument
1013 nvmet_fc_hostport_get(struct nvmet_fc_hostport *hostport) nvmet_fc_hostport_get() argument
1019 nvmet_fc_free_hostport(struct nvmet_fc_hostport *hostport) nvmet_fc_free_hostport() argument
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfc.c167 struct nvmet_fc_hostport *hostport; member
498 * message is normal. Otherwise, send unless the hostport has in nvmet_fc_xmt_disconnect_assoc()
501 if (!tgtport->ops->ls_req || !assoc->hostport || in nvmet_fc_xmt_disconnect_assoc()
502 assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()
524 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
988 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local
990 struct nvmet_fc_tgtport *tgtport = hostport->tgtport; in nvmet_fc_hostport_free()
994 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
996 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
997 tgtport->ops->host_release(hostport in nvmet_fc_hostport_free()
1003 nvmet_fc_hostport_put(struct nvmet_fc_hostport *hostport) nvmet_fc_hostport_put() argument
1009 nvmet_fc_hostport_get(struct nvmet_fc_hostport *hostport) nvmet_fc_hostport_get() argument
1015 nvmet_fc_free_hostport(struct nvmet_fc_hostport *hostport) nvmet_fc_free_hostport() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H A Dpcxhr.h90 struct snd_dma_buffer hostport; member
H A Dpcxhr.c1462 /* free hostport purgebuffer */ in pcxhr_free()
1463 if (mgr->hostport.area) { in pcxhr_free()
1464 snd_dma_free_pages(&mgr->hostport); in pcxhr_free()
1465 mgr->hostport.area = NULL; in pcxhr_free()
1628 /* create hostport purgebuffer */ in pcxhr_probe()
1631 size, &mgr->hostport) < 0) { in pcxhr_probe()
1636 memset(mgr->hostport.area, 0, size); in pcxhr_probe()
H A Dpcxhr_core.c406 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary()
409 /* send the hostport address to the DSP (only the upper 24 bit !) */ in pcxhr_load_boot_binary()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H A Dpcxhr.h90 struct snd_dma_buffer hostport; member
H A Dpcxhr.c1462 /* free hostport purgebuffer */ in pcxhr_free()
1463 if (mgr->hostport.area) { in pcxhr_free()
1464 snd_dma_free_pages(&mgr->hostport); in pcxhr_free()
1465 mgr->hostport.area = NULL; in pcxhr_free()
1632 /* create hostport purgebuffer */ in pcxhr_probe()
1635 size, &mgr->hostport) < 0) { in pcxhr_probe()
1640 memset(mgr->hostport.area, 0, size); in pcxhr_probe()
H A Dpcxhr_core.c406 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary()
409 /* send the hostport address to the DSP (only the upper 24 bit !) */ in pcxhr_load_boot_binary()

Completed in 16 milliseconds