Searched refs:remoteport (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/nvme/target/ |
| D | fcloop.c | 201 struct nvme_fc_remote_port *remoteport; member 209 struct nvme_fc_remote_port *remoteport; member 308 if (!tport || tport->remoteport) in fcloop_tgt_lsrqst_done_work() 314 struct nvme_fc_remote_port *remoteport, in fcloop_ls_req() argument 318 struct fcloop_rport *rport = remoteport->private; in fcloop_ls_req() 367 if (tport->remoteport) in fcloop_tgt_rscn_work() 368 nvme_fc_rescan_remoteport(tport->remoteport); in fcloop_tgt_rscn_work() 527 struct nvme_fc_remote_port *remoteport, in fcloop_fcp_req() argument 531 struct fcloop_rport *rport = remoteport->private; in fcloop_fcp_req() 742 struct nvme_fc_remote_port *remoteport, in fcloop_ls_abort() argument [all …]
|
| /Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_core.c | 478 (service->remoteport == VCHIQ_PORT_FREE)))) { in get_listening_service() 497 && (service->remoteport == port)) { in get_connected_service() 1292 service->remoteport); in poll_services() 1310 service->remoteport); in poll_services() 1366 service->remoteport, in abort_outstanding_bulks() 1388 unsigned int localport, remoteport; in parse_open() local 1393 remoteport = VCHIQ_MSG_SRCPORT(msgid); in parse_open() 1447 remoteport), in parse_open() 1459 remoteport), in parse_open() 1473 service->remoteport = remoteport; in parse_open() [all …]
|
| D | vchiq_core.h | 258 unsigned int remoteport; member
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | fc.c | 115 struct nvme_fc_remote_port remoteport; member 179 return container_of(portptr, struct nvme_fc_rport, remoteport); in remoteport_to_rport() 482 if (!(rport->remoteport.port_role & FC_PORT_ROLE_NVME_DISCOVERY)) in nvme_fc_signal_discovery_scan() 490 rport->remoteport.node_name, rport->remoteport.port_name); in nvme_fc_signal_discovery_scan() 500 localport_to_lport(rport->remoteport.localport); in nvme_fc_free_rport() 503 WARN_ON(rport->remoteport.port_state != FC_OBJSTATE_DELETED); in nvme_fc_free_rport() 512 ida_simple_remove(&lport->endp_cnt, rport->remoteport.port_num); in nvme_fc_free_rport() 573 if (rport->remoteport.node_name != pinfo->node_name || in nvme_fc_attach_to_suspended_rport() 574 rport->remoteport.port_name != pinfo->port_name) in nvme_fc_attach_to_suspended_rport() 587 if (rport->remoteport.port_state != FC_OBJSTATE_DELETED) { in nvme_fc_attach_to_suspended_rport() [all …]
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_nvme.c | 316 lpfc_nvme_remoteport_delete(struct nvme_fc_remote_port *remoteport) in lpfc_nvme_remoteport_delete() argument 318 struct lpfc_nvme_rport *rport = remoteport->private; in lpfc_nvme_remoteport_delete() 336 remoteport); in lpfc_nvme_remoteport_delete() 2447 rport->remoteport = NULL; in lpfc_nvme_register_port() 2461 rport->remoteport = remote_port; in lpfc_nvme_register_port() 2503 struct nvme_fc_remote_port *remoteport = NULL; in lpfc_nvme_rescan_port() local 2508 remoteport = nrport->remoteport; in lpfc_nvme_rescan_port() 2515 nrport, remoteport); in lpfc_nvme_rescan_port() 2517 if (!nrport || !remoteport) in lpfc_nvme_rescan_port() 2521 if (remoteport->port_role & FC_PORT_ROLE_NVME_DISCOVERY && in lpfc_nvme_rescan_port() [all …]
|
| D | lpfc_nvme.h | 69 struct nvme_fc_remote_port *remoteport; member
|
| D | lpfc_attr.c | 381 nrport = rport->remoteport; in lpfc_nvme_info_show() 3670 struct nvme_fc_remote_port *remoteport = NULL; in lpfc_update_rport_devloss_tmo() local 3684 remoteport = rport->remoteport; in lpfc_update_rport_devloss_tmo() 3686 if (rport && remoteport) in lpfc_update_rport_devloss_tmo() 3687 nvme_fc_set_remoteport_devloss(remoteport, in lpfc_update_rport_devloss_tmo() 6881 if (nrport && nrport->remoteport) in lpfc_set_rport_loss_tmo() 6882 nvme_fc_set_remoteport_devloss(nrport->remoteport, in lpfc_set_rport_loss_tmo()
|
| D | lpfc_debugfs.c | 965 nrport = rport->remoteport; in lpfc_debugfs_nodelist_data()
|
| /Linux-v5.4/include/linux/ |
| D | nvme-fc-driver.h | 437 int nvme_fc_unregister_remoteport(struct nvme_fc_remote_port *remoteport); 439 void nvme_fc_rescan_remoteport(struct nvme_fc_remote_port *remoteport); 441 int nvme_fc_set_remoteport_devloss(struct nvme_fc_remote_port *remoteport,
|
| /Linux-v5.4/drivers/isdn/mISDN/ |
| D | l1oip_core.c | 240 static u_int remoteport[MAX_CARDS]; variable 253 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR); 673 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); in l1oip_socket_thread() 943 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl() 945 if (!hc->remoteport) in channel_dctrl() 946 hc->remoteport = hc->localport; in channel_dctrl() 964 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl() 1359 if (remoteport[l1oip_cnt]) in init_card() 1360 hc->remoteport = remoteport[l1oip_cnt]; in init_card() 1362 hc->remoteport = hc->localport; in init_card() [all …]
|
| D | l1oip.h | 76 u16 remoteport; /* must always be set */ member
|