Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nvme/target/
A Dfcloop.c382 struct nvme_fc_remote_port *remoteport = tport->remoteport; in fcloop_h2t_xmt_ls_rsp() local
391 if (remoteport) { in fcloop_h2t_xmt_ls_rsp()
446 if (!tport->remoteport) { in fcloop_t2h_ls_req()
506 if (tport->remoteport) in fcloop_tgt_rscn_work()
1255 if (remoteport) { in fcloop_alloc_nport()
1274 if (remoteport) in fcloop_alloc_nport()
1321 &pinfo, &remoteport); in fcloop_create_remote_port()
1322 if (ret || !remoteport) { in fcloop_create_remote_port()
1329 rport->remoteport = remoteport; in fcloop_create_remote_port()
1332 nport->tport->remoteport = remoteport; in fcloop_create_remote_port()
[all …]
/linux-6.3-rc2/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_core.c1402 service->remoteport); in poll_services_of_group()
1614 ((service->remoteport != remoteport) && in parse_message()
1684 service->remoteport = remoteport; in parse_message()
1711 if ((service->remoteport == remoteport) && in parse_message()
1744 if ((service->remoteport == remoteport) && in parse_message()
2083 service->remoteport = remoteport; in sync_func()
2095 if ((service->remoteport == remoteport) && in sync_func()
3550 char remoteport[30]; in vchiq_dump_service_state() local
3557 int len2 = scnprintf(remoteport, sizeof(remoteport), in vchiq_dump_service_state()
3561 scnprintf(remoteport + len2, sizeof(remoteport) - len2, in vchiq_dump_service_state()
[all …]
A Dvchiq_core.h213 unsigned int remoteport; member
/linux-6.3-rc2/drivers/nvme/host/
A Dfc.c132 struct nvme_fc_remote_port remoteport; member
516 rport->remoteport.node_name, rport->remoteport.port_name); in nvme_fc_signal_discovery_scan()
703 *portptr = &newrec->remoteport; in nvme_fc_register_remoteport()
736 newrec->remoteport.private = NULL; in nvme_fc_register_remoteport()
742 newrec->remoteport.port_num = idx; in nvme_fc_register_remoteport()
752 *portptr = &newrec->remoteport; in nvme_fc_register_remoteport()
779 &rport->remoteport, in nvme_fc_abort_lsops()
1103 &rport->remoteport, lsreq); in __nvme_fc_send_ls_req()
1868 &ctrl->rport->remoteport, in __nvme_fc_abort_op()
2752 &ctrl->rport->remoteport, in nvme_fc_start_fcp_op()
[all …]
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_nvme.c199 __func__, rport, remoteport); in lpfc_nvme_remoteport_delete()
274 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()
2536 remoteport = nrport->remoteport; in lpfc_nvme_rescan_port()
2543 nrport, remoteport); in lpfc_nvme_rescan_port()
2545 if (!nrport || !remoteport) in lpfc_nvme_rescan_port()
2603 remoteport = rport->remoteport; in lpfc_nvme_unregister_port()
2605 if (!remoteport) in lpfc_nvme_unregister_port()
2612 remoteport, remoteport->port_name, in lpfc_nvme_unregister_port()
[all …]
A Dlpfc_nvme.h70 struct nvme_fc_remote_port *remoteport; member
A Dlpfc_attr.c553 nrport = rport->remoteport; in lpfc_nvme_info_show()
3699 struct nvme_fc_remote_port *remoteport = NULL; in lpfc_update_rport_devloss_tmo() local
3711 remoteport = rport->remoteport; in lpfc_update_rport_devloss_tmo()
3713 if (rport && remoteport) in lpfc_update_rport_devloss_tmo()
3714 nvme_fc_set_remoteport_devloss(remoteport, in lpfc_update_rport_devloss_tmo()
6929 if (nrport && nrport->remoteport) in lpfc_set_rport_loss_tmo()
6930 nvme_fc_set_remoteport_devloss(nrport->remoteport, in lpfc_set_rport_loss_tmo()
A Dlpfc_debugfs.c961 nrport = rport->remoteport; in lpfc_debugfs_nodelist_data()
/linux-6.3-rc2/include/linux/
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.3-rc2/drivers/isdn/mISDN/
A Dl1oip_core.c240 static u_int remoteport[MAX_CARDS]; variable
253 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR);
675 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); in l1oip_socket_thread()
945 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl()
947 if (!hc->remoteport) in channel_dctrl()
948 hc->remoteport = hc->localport; in channel_dctrl()
966 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()
1360 if (remoteport[l1oip_cnt]) in init_card()
1361 hc->remoteport = remoteport[l1oip_cnt]; in init_card()
1363 hc->remoteport = hc->localport; in init_card()
[all …]
A Dl1oip.h77 u16 remoteport; /* must always be set */ member

Completed in 59 milliseconds