Home
last modified time | relevance | path

Searched refs:remoteport (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/nvme/target/
H A Dfcloop.c383 struct nvme_fc_remote_port *remoteport = tport->remoteport; in fcloop_h2t_xmt_ls_rsp() local
392 if (remoteport) { in fcloop_h2t_xmt_ls_rsp()
447 if (!tport->remoteport) { in fcloop_t2h_ls_req()
517 if (tport->remoteport) in fcloop_tgt_rscn_work()
1272 if (remoteport) { in fcloop_alloc_nport()
1291 if (remoteport) in fcloop_alloc_nport()
1338 &pinfo, &remoteport); in fcloop_create_remote_port()
1339 if (ret || !remoteport) { in fcloop_create_remote_port()
1346 rport->remoteport = remoteport; in fcloop_create_remote_port()
1349 nport->tport->remoteport = remoteport; in fcloop_create_remote_port()
[all …]
/linux-6.15/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c1965 ((service->remoteport != remoteport) && in parse_message()
2029 service->remoteport = remoteport; in parse_message()
2055 if ((service->remoteport == remoteport) && in parse_message()
2089 if ((service->remoteport == remoteport) && in parse_message()
2429 service->remoteport = remoteport; in sync_func()
2441 if ((service->remoteport == remoteport) && in sync_func()
3846 char remoteport[30]; in vchiq_dump_service_state() local
3853 int len2 = scnprintf(remoteport, sizeof(remoteport), in vchiq_dump_service_state()
3857 scnprintf(remoteport + len2, sizeof(remoteport) - len2, in vchiq_dump_service_state()
3860 strscpy(remoteport, "n/a", sizeof(remoteport)); in vchiq_dump_service_state()
[all …]
H A Dvchiq_core.h182 unsigned int remoteport; member
/linux-6.15/drivers/nvme/host/
H A Dfc.c131 struct nvme_fc_remote_port remoteport; member
508 rport->remoteport.node_name, rport->remoteport.port_name); in nvme_fc_signal_discovery_scan()
695 *portptr = &newrec->remoteport; in nvme_fc_register_remoteport()
728 newrec->remoteport.private = NULL; in nvme_fc_register_remoteport()
734 newrec->remoteport.port_num = idx; in nvme_fc_register_remoteport()
744 *portptr = &newrec->remoteport; in nvme_fc_register_remoteport()
771 &rport->remoteport, in nvme_fc_abort_lsops()
1054 &rport->remoteport, lsreq); in __nvme_fc_send_ls_req()
1819 &ctrl->rport->remoteport, in __nvme_fc_abort_op()
2710 &ctrl->rport->remoteport, in nvme_fc_start_fcp_op()
[all …]
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_nvme.c199 __func__, rport, remoteport); in lpfc_nvme_remoteport_delete()
273 remoteport = lpfc_rport->remoteport; in lpfc_nvme_handle_lsreq()
2476 rport->remoteport = NULL; in lpfc_nvme_register_port()
2489 rport->remoteport = remote_port; in lpfc_nvme_register_port()
2537 remoteport = nrport->remoteport; in lpfc_nvme_rescan_port()
2544 nrport, remoteport); in lpfc_nvme_rescan_port()
2546 if (!nrport || !remoteport) in lpfc_nvme_rescan_port()
2600 remoteport = rport->remoteport; in lpfc_nvme_unregister_port()
2602 if (!remoteport) in lpfc_nvme_unregister_port()
2609 remoteport, remoteport->port_name, in lpfc_nvme_unregister_port()
[all …]
H A Dlpfc_nvme.h70 struct nvme_fc_remote_port *remoteport; member
H A Dlpfc_attr.c554 nrport = rport->remoteport; in lpfc_nvme_info_show()
3783 struct nvme_fc_remote_port *remoteport = NULL; in lpfc_update_rport_devloss_tmo() local
3794 remoteport = rport->remoteport; in lpfc_update_rport_devloss_tmo()
3796 if (rport && remoteport) in lpfc_update_rport_devloss_tmo()
3797 nvme_fc_set_remoteport_devloss(remoteport, in lpfc_update_rport_devloss_tmo()
6958 if (nrport && nrport->remoteport) in lpfc_set_rport_loss_tmo()
6959 nvme_fc_set_remoteport_devloss(nrport->remoteport, in lpfc_set_rport_loss_tmo()
H A Dlpfc_debugfs.c960 nrport = rport->remoteport; in lpfc_debugfs_nodelist_data()
/linux-6.15/include/linux/
H A Dnvme-fc-driver.h532 int nvme_fc_unregister_remoteport(struct nvme_fc_remote_port *remoteport);
534 void nvme_fc_rescan_remoteport(struct nvme_fc_remote_port *remoteport);
536 int nvme_fc_set_remoteport_devloss(struct nvme_fc_remote_port *remoteport,
562 int nvme_fc_rcv_ls_req(struct nvme_fc_remote_port *remoteport,
/linux-6.15/drivers/isdn/mISDN/
H A Dl1oip_core.c240 static u_int remoteport[MAX_CARDS]; variable
254 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR);
676 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); in l1oip_socket_thread()
946 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl()
948 if (!hc->remoteport) in channel_dctrl()
949 hc->remoteport = hc->localport; in channel_dctrl()
967 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()
1361 if (remoteport[l1oip_cnt]) in init_card()
1362 hc->remoteport = remoteport[l1oip_cnt]; in init_card()
1364 hc->remoteport = hc->localport; in init_card()
[all …]
H A Dl1oip.h77 u16 remoteport; /* must always be set */ member