Searched refs:hostport (Results 1 – 3 of 3) sorted by relevance
167 struct nvmet_fc_hostport *hostport; member486 if (!tgtport->ops->ls_req || assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()507 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()972 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local974 struct nvmet_fc_tgtport *tgtport = hostport->tgtport; in nvmet_fc_hostport_free()978 list_del(&hostport->host_list); in nvmet_fc_hostport_free()980 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()981 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()982 kfree(hostport); in nvmet_fc_hostport_free()987 nvmet_fc_hostport_put(struct nvmet_fc_hostport *hostport) in nvmet_fc_hostport_put() argument[all …]
90 struct snd_dma_buffer hostport; member
1444 if (mgr->hostport.area) { in pcxhr_free()1445 snd_dma_free_pages(&mgr->hostport); in pcxhr_free()1446 mgr->hostport.area = NULL; in pcxhr_free()1616 size, &mgr->hostport) < 0) { in pcxhr_probe()1621 memset(mgr->hostport.area, 0, size); in pcxhr_probe()