Searched refs:rport (Results 1 - 25 of 92) sorted by path

1234

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h201 * @rport: Remote port (network byte order)
206 __be32 rhost, __be16 rport)
217 spec->rem_port = rport;
204 ef4_filter_set_ipv4_full(struct ef4_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) argument
H A Dfarch.c1985 __be16 rport, port1, port2; local
2013 rport = is_full ? gen_spec->rem_port : 0;
2018 port2 = rport;
2020 port1 = rport;
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.c55 tgt->rport)
58 tgt->rport->port_id, &vaf);
H A Dbnx2fc_els.c677 struct fc_rport *rport = tgt->rport; local
689 rc = fc_remote_port_chkready(rport);
691 printk(KERN_ERR PFX "els 0x%x: rport not ready\n", op);
756 did = tgt->rport->port_id;
/linux-master/drivers/scsi/csiostor/
H A Dcsio_attr.c64 struct fc_rport *rport; local
73 rport = rn->rport;
74 CSIO_ASSERT(rport != NULL);
78 rn->rport = fc_remote_port_add(shost, 0, &ids);
79 if (!rn->rport) {
80 csio_ln_err(ln, "Failed to register rport = 0x%x.\n",
86 rport = rn->rport;
88 *((struct csio_rnode **)rport
124 struct fc_rport *rport = rn->rport; local
380 csio_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) argument
681 csio_dev_loss_tmo_callbk(struct fc_rport *rport) argument
[all...]
H A Dcsio_rnode.h112 struct fc_rport *rport; /* FC transport rport */ member in struct:csio_rnode
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.h14 #define FC_RPORT_LOGGING 0x08 /* rport layer logging */
48 pr_info("host%u: rport %6.6x: " fmt, \
64 (pkt)->rport->port_id, \
69 (pkt)->rport->port_id, ##args); \
/linux-master/arch/um/drivers/
H A Dumcast.h14 unsigned short rport; member in struct:umcast_data
H A Dumcast_kern.c22 int rport; member in struct:umcast_init
37 dpri->rport = init->rport;
44 "%u\n", dpri->addr, dpri->rport, dpri->lport);
108 init->rport = init->lport;
125 .rport = 1102 });
145 init->rport = simple_strtoul(rport_str, &last, 10);
156 init->lport, init->addr, init->rport);
H A Dumcast_user.c45 pri->remote_addr = new_addr(pri->addr, pri->rport);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1989 struct drm_dp_mst_port *rport = NULL; local
1993 rport = drm_dp_mst_topology_get_port_validated_locked(
1996 if (rport && !drm_dp_mst_topology_try_get_port(rport))
1997 rport = NULL;
2000 return rport;
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c2549 pr_debug("parent ep %p hwtid %u laddr %pI4 raddr %pI4 lport %d rport %d peer_mss %d\n"
2557 pr_debug("parent ep %p hwtid %u laddr %pI6 raddr %pI6 lport %d rport %d peer_mss %d\n"
3389 pr_debug("saddr %pI4 sport 0x%x raddr %pI4 rport 0x%x\n",
3411 pr_debug("saddr %pI6 sport 0x%x raddr %pI6 rport 0x%x\n",
3995 __be32 raddr, __be16 rport,
4013 req->le.pport = rport;
3993 send_fw_pass_open_req(struct c4iw_dev *dev, struct sk_buff *skb, __be32 laddr, __be16 lport, __be32 raddr, __be16 rport, u32 rcv_isn, u32 filter, u16 window, u32 rss_qid, u8 port_id) argument
/linux-master/drivers/infiniband/hw/irdma/
H A Dtrace_cm.h209 __field(u16, rport)
226 __entry->rport = cm_node->rem_port;
252 __entry->rport, __entry->ipv4)
286 __field(u16, rport)
301 __entry->rport = cm_node->rem_port;
324 __entry->rport, __entry->ipv4)
408 __field(u16, rport)
421 __entry->rport = cm_node->rem_port;
442 __entry->rport, __entry->ipv4)
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c1045 srp_rport_get(target->rport);
1048 srp_stop_rport_timers(target->rport);
1056 srp_rport_put(target->rport);
1077 static void srp_rport_delete(struct srp_rport *rport) argument
1079 struct srp_target_port *target = rport->lld_data;
1293 static void srp_terminate_io(struct srp_rport *rport) argument
1295 struct srp_target_port *target = rport->lld_data;
1328 * serializes calls of this function via rport->mutex and also blocks
1331 static int srp_rport_reconnect(struct srp_rport *rport) argument
1333 struct srp_target_port *target = rport
2718 struct srp_rport *rport = target->rport; local
3111 struct srp_rport *rport; local
[all...]
H A Dib_srp.h224 struct srp_rport *rport; member in struct:srp_target_port
/linux-master/drivers/message/fusion/
H A Dmptbase.h543 #define MPT_RPORT_INFO_FLAGS_REGISTERED 0x01 /* rport registered */
547 * data allocated for each fc rport device
552 struct fc_rport *rport; member in struct:mptfc_rport_info
H A Dmptfc.c84 " transport to wait for an rport to "
102 static void mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout);
186 mptfc_block_error_handler(struct fc_rport *rport) argument
189 struct Scsi_Host *shost = rport_to_shost(rport);
198 while ((ready = fc_remote_port_chkready(rport) >> 16) == DID_IMM_RETRY
205 dev_name(&rport->dev), ready, ioc->active));
217 dev_name(&rport->dev), ready, ioc->active));
227 struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device)); local
231 rtn = mptfc_block_error_handler(rport);
246 struct fc_rport *rport local
292 mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) argument
461 struct fc_rport *rport; local
547 struct fc_rport *rport; local
569 struct fc_rport *rport; local
604 mptfc_dump_lun_info(MPT_ADAPTER *ioc, struct fc_rport *rport, struct scsi_device *sdev, VirtTarget *vtarget) argument
639 struct fc_rport *rport; local
682 struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device)); local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dfilter.h248 * @rport: Remote port (network byte order)
253 __be32 rhost, __be16 rport)
264 spec->rem_port = rport;
251 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) argument
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dfarch.c2054 __be16 rport, port1, port2; local
2082 rport = is_full ? gen_spec->rem_port : 0;
2087 port2 = rport;
2089 port1 = rport;
H A Dfilter.h227 * @rport: Remote port (network byte order)
232 __be32 rhost, __be16 rport)
243 spec->rem_port = rport;
230 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) argument
/linux-master/drivers/nvme/host/
H A Dfc.c59 struct nvme_fc_rport *rport; member in struct:nvmefc_ls_req_op
66 struct list_head lsreq_list; /* rport->ls_req_list */
71 struct nvme_fc_rport *rport; member in struct:nvmefc_ls_rcv_op
78 struct list_head lsrcv_list; /* rport->ls_rcv_list */
158 struct nvme_fc_rport *rport; member in struct:nvme_fc_ctrl
165 struct list_head ctrl_list; /* rport->ctrl_list */
495 struct nvme_fc_rport *rport)
501 if (!(rport->remoteport.port_role & FC_PORT_ROLE_NVME_DISCOVERY))
509 rport->remoteport.node_name, rport
494 nvme_fc_signal_discovery_scan(struct nvme_fc_lport *lport, struct nvme_fc_rport *rport) argument
516 struct nvme_fc_rport *rport = local
539 nvme_fc_rport_put(struct nvme_fc_rport *rport) argument
545 nvme_fc_rport_get(struct nvme_fc_rport *rport) argument
585 struct nvme_fc_rport *rport; local
639 __nvme_fc_set_dev_loss_tmo(struct nvme_fc_rport *rport, struct nvme_fc_port_info *pinfo) argument
759 nvme_fc_abort_lsops(struct nvme_fc_rport *rport) argument
848 struct nvme_fc_rport *rport = remoteport_to_rport(portptr); local
905 struct nvme_fc_rport *rport = remoteport_to_rport(remoteport); local
915 struct nvme_fc_rport *rport = remoteport_to_rport(portptr); local
1033 struct nvme_fc_rport *rport = lsop->rport; local
1058 __nvme_fc_send_ls_req(struct nvme_fc_rport *rport, struct nvmefc_ls_req_op *lsop, void (*done)(struct nvmefc_ls_req *req, int status)) argument
1127 nvme_fc_send_ls_req(struct nvme_fc_rport *rport, struct nvmefc_ls_req_op *lsop) argument
1160 nvme_fc_send_ls_req_async(struct nvme_fc_rport *rport, struct nvmefc_ls_req_op *lsop, void (*done)(struct nvmefc_ls_req *req, int status)) argument
1458 struct nvme_fc_rport *rport = lsop->rport; local
1481 struct nvme_fc_rport *rport = lsop->rport; local
1501 nvme_fc_match_disconn_ls(struct nvme_fc_rport *rport, struct nvmefc_ls_rcv_op *lsop) argument
1556 struct nvme_fc_rport *rport = lsop->rport; local
1662 struct nvme_fc_rport *rport = local
1730 struct nvme_fc_rport *rport = remoteport_to_rport(portptr); local
3001 nvme_fc_rport_active_on_lport(struct nvme_fc_rport *rport) argument
3009 nvme_fc_rport_inactive_on_lport(struct nvme_fc_rport *rport) argument
3022 struct nvme_fc_rport *rport = ctrl->rport; local
3038 struct nvme_fc_rport *rport = ctrl->rport; local
3301 struct nvme_fc_rport *rport = ctrl->rport; local
3431 nvme_fc_existing_controller(struct nvme_fc_rport *rport, struct nvmf_ctrl_options *opts) argument
3450 nvme_fc_init_ctrl(struct device *dev, struct nvmf_ctrl_options *opts, struct nvme_fc_lport *lport, struct nvme_fc_rport *rport) argument
3685 struct nvme_fc_rport *rport; local
3751 struct nvme_fc_rport *rport; local
3938 nvme_fc_delete_controllers(struct nvme_fc_rport *rport) argument
3955 struct nvme_fc_rport *rport; local
[all...]
/linux-master/drivers/nvme/target/
H A Dfcloop.c238 struct fcloop_rport *rport; member in struct:fcloop_nport
321 struct fcloop_rport *rport = local
325 spin_lock(&rport->lock);
327 tls_req = list_first_entry_or_null(&rport->ls_list,
333 spin_unlock(&rport->lock);
341 spin_lock(&rport->lock);
343 spin_unlock(&rport->lock);
352 struct fcloop_rport *rport = remoteport->private; local
358 if (!rport->targetport) {
360 spin_lock(&rport
383 struct fcloop_rport *rport; local
469 struct fcloop_rport *rport = remoteport->private; local
719 struct fcloop_rport *rport = remoteport->private; local
1027 struct fcloop_rport *rport = remoteport->private; local
1306 struct fcloop_rport *rport; local
1349 struct fcloop_rport *rport = nport->rport; local
1361 __remoteport_unreg(struct fcloop_nport *nport, struct fcloop_rport *rport) argument
1374 static struct fcloop_rport *rport; local
1598 struct fcloop_rport *rport; local
[all...]
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c453 struct rockchip_usb2phy_port *rport,
458 ret = property_enable(rphy->grf, &rport->port_cfg->disfall_clr, true);
462 ret = property_enable(rphy->grf, &rport->port_cfg->disfall_en, en);
466 ret = property_enable(rphy->grf, &rport->port_cfg->disrise_clr, true);
470 return property_enable(rphy->grf, &rport->port_cfg->disrise_en, en);
475 struct rockchip_usb2phy_port *rport = phy_get_drvdata(phy); local
479 mutex_lock(&rport->mutex);
481 if (rport->port_id == USB2PHY_PORT_OTG) {
482 if (rport->mode != USB_DR_MODE_HOST &&
483 rport
452 rockchip_usb2phy_enable_host_disc_irq(struct rockchip_usb2phy *rphy, struct rockchip_usb2phy_port *rport, bool en) argument
559 struct rockchip_usb2phy_port *rport = phy_get_drvdata(phy); local
600 struct rockchip_usb2phy_port *rport = phy_get_drvdata(phy); local
622 struct rockchip_usb2phy_port *rport = phy_get_drvdata(phy); local
645 struct rockchip_usb2phy_port *rport = local
804 struct rockchip_usb2phy_port *rport = local
908 struct rockchip_usb2phy_port *rport = local
1004 struct rockchip_usb2phy_port *rport = data; local
1031 struct rockchip_usb2phy_port *rport = data; local
1047 struct rockchip_usb2phy_port *rport = data; local
1080 struct rockchip_usb2phy_port *rport = data; local
1106 struct rockchip_usb2phy_port *rport; local
1134 rockchip_usb2phy_port_irq_init(struct rockchip_usb2phy *rphy, struct rockchip_usb2phy_port *rport, struct device_node *child_np) argument
1230 rockchip_usb2phy_host_port_init(struct rockchip_usb2phy *rphy, struct rockchip_usb2phy_port *rport, struct device_node *child_np) argument
1255 struct rockchip_usb2phy_port *rport = local
1263 rockchip_usb2phy_otg_port_init(struct rockchip_usb2phy *rphy, struct rockchip_usb2phy_port *rport, struct device_node *child_np) argument
1429 struct rockchip_usb2phy_port *rport = &rphy->ports[index]; local
[all...]
/linux-master/drivers/pnp/
H A Dresource.c191 int rport = pnp_reserve_io[i << 1]; local
192 int rend = pnp_reserve_io[(i << 1) + 1] + rport - 1;
193 if (ranged_conflict(port, end, &rport, &rend))
/linux-master/drivers/s390/scsi/
H A Dzfcp_def.h208 struct fc_rport *rport; /* rport of fc transport class */ member in struct:zfcp_port

Completed in 486 milliseconds

1234