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

/linux-master/drivers/nvme/target/
H A Dfcloop.c219 struct nvmet_fc_target_port *targetport; member in struct:fcloop_rport
228 struct nvmet_fc_target_port *targetport; member in struct:fcloop_tport
358 if (!rport->targetport) {
368 ret = nvmet_fc_rcv_ls_req(rport->targetport, rport,
376 fcloop_h2t_xmt_ls_rsp(struct nvmet_fc_target_port *targetport, argument
381 struct fcloop_tport *tport = targetport->private;
431 fcloop_t2h_ls_req(struct nvmet_fc_target_port *targetport, void *hosthandle, argument
435 struct fcloop_tport *tport = targetport->private;
470 struct nvmet_fc_target_port *targetport = rport->targetport; local
938 fcloop_t2h_ls_abort(struct nvmet_fc_target_port *targetport, void *hosthandle, struct nvmefc_ls_req *lsreq) argument
1034 fcloop_targetport_delete(struct nvmet_fc_target_port *targetport) argument
1408 struct nvmet_fc_target_port *targetport; local
[all...]
H A Dfc.c222 targetport_to_tgtport(struct nvmet_fc_target_port *targetport) argument
224 return container_of(targetport, struct nvmet_fc_tgtport,
1317 * called when a targetport deregisters. Breaks the relationship
1336 * called when a new targetport is registered. Looks in the
1338 * configured for the targetport's wwn's. (the targetport existed,
1340 * reregistering the same targetport). If so, set the nvmet port
1341 * port entry on the targetport.
1525 * on the targetport are forgotten (set to NULL). The LLDD will
1529 * If an LS request is outstanding to the targetport/hosthandl
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c350 if (!phba->targetport)
356 tgtp = (struct lpfc_nvmet_tgtport *)phba->targetport->private;
437 tgtp = (struct lpfc_nvmet_tgtport *)phba->targetport->private;
740 if (phba->targetport)
741 tgtp = (struct lpfc_nvmet_tgtport *)phba->targetport->private;
1128 lpfc_nvmet_targetport_delete(struct nvmet_fc_target_port *targetport) argument
1130 struct lpfc_nvmet_tgtport *tport = targetport->private;
1133 if (tport->phba->targetport)
1262 tgtp = phba->targetport->private;
1293 * @targetport
1306 lpfc_nvmet_ls_req(struct nvmet_fc_target_port *targetport, void *hosthandle, struct nvmefc_ls_req *pnvme_lsreq) argument
1346 lpfc_nvmet_ls_abort(struct nvmet_fc_target_port *targetport, void *hosthandle, struct nvmefc_ls_req *pnvme_lsreq) argument
[all...]
H A Dlpfc_debugfs.c916 if (phba->nvmet_support && phba->targetport && (vport == phba->pport)) {
921 if (phba->targetport->port_id)
932 phba->targetport->port_id);
1041 if (!phba->targetport)
1043 tgtp = (struct lpfc_nvmet_tgtport *)phba->targetport->private;
2693 if (!phba->targetport)
2705 tgtp = (struct lpfc_nvmet_tgtport *)phba->targetport->private;
H A Dlpfc_attr.c358 if (!phba->targetport) {
365 if (phba->targetport->port_id)
381 phba->targetport->port_id);
389 tgtp = (struct lpfc_nvmet_tgtport *)phba->targetport->private;
H A Dlpfc.h1196 struct nvmet_fc_target_port *targetport; member in struct:lpfc_hba
H A Dlpfc_nportdisc.c2025 phba->targetport->port_id = vport->fc_myDID;
H A Dlpfc_sli.c3244 } else if (phba->nvmet_support && !phba->targetport) {
14677 tgtp = phba->targetport->private;
15228 tgtp = phba->targetport->private;
H A Dlpfc_init.c9147 phba->targetport = NULL;
/linux-master/include/linux/
H A Dnvme-fc-driver.h630 * exchange structure which maintains information such as the targetport
772 * @targetport_delete: The LLDD initiates deletion of a targetport via
775 * teardown to inform the LLDD that the targetport has been deleted.
888 * on the targetport.
893 * The targetport that is to issue the LS request is identified by
894 * the targetport argument. The remote port that is to receive the
947 * behalf whenever a targetport is allocated. The additional memory
949 * the targetport->private pointer.
973 int (*ls_req)(struct nvmet_fc_target_port *targetport,
975 void (*ls_abort)(struct nvmet_fc_target_port *targetport,
[all...]

Completed in 333 milliseconds