portptr 171 drivers/nvme/host/fc.c localport_to_lport(struct nvme_fc_local_port *portptr) portptr 173 drivers/nvme/host/fc.c return container_of(portptr, struct nvme_fc_lport, localport); portptr 177 drivers/nvme/host/fc.c remoteport_to_rport(struct nvme_fc_remote_port *portptr) portptr 179 drivers/nvme/host/fc.c return container_of(portptr, struct nvme_fc_rport, remoteport); portptr 335 drivers/nvme/host/fc.c struct nvme_fc_local_port **portptr) portptr 366 drivers/nvme/host/fc.c *portptr = &newrec->localport; portptr 412 drivers/nvme/host/fc.c *portptr = &newrec->localport; portptr 420 drivers/nvme/host/fc.c *portptr = NULL; portptr 437 drivers/nvme/host/fc.c nvme_fc_unregister_localport(struct nvme_fc_local_port *portptr) portptr 439 drivers/nvme/host/fc.c struct nvme_fc_lport *lport = localport_to_lport(portptr); portptr 442 drivers/nvme/host/fc.c if (!portptr) portptr 447 drivers/nvme/host/fc.c if (portptr->port_state != FC_OBJSTATE_ONLINE) { portptr 451 drivers/nvme/host/fc.c portptr->port_state = FC_OBJSTATE_DELETED; portptr 648 drivers/nvme/host/fc.c struct nvme_fc_remote_port **portptr) portptr 677 drivers/nvme/host/fc.c *portptr = &newrec->remoteport; portptr 721 drivers/nvme/host/fc.c *portptr = &newrec->remoteport; portptr 729 drivers/nvme/host/fc.c *portptr = NULL; portptr 821 drivers/nvme/host/fc.c nvme_fc_unregister_remoteport(struct nvme_fc_remote_port *portptr) portptr 823 drivers/nvme/host/fc.c struct nvme_fc_rport *rport = remoteport_to_rport(portptr); portptr 827 drivers/nvme/host/fc.c if (!portptr) portptr 832 drivers/nvme/host/fc.c if (portptr->port_state != FC_OBJSTATE_ONLINE) { portptr 836 drivers/nvme/host/fc.c portptr->port_state = FC_OBJSTATE_DELETED; portptr 838 drivers/nvme/host/fc.c rport->dev_loss_end = jiffies + (portptr->dev_loss_tmo * HZ); portptr 842 drivers/nvme/host/fc.c if (!portptr->dev_loss_tmo) { portptr 856 drivers/nvme/host/fc.c rport->lport->ops->remoteport_delete(portptr); portptr 887 drivers/nvme/host/fc.c nvme_fc_set_remoteport_devloss(struct nvme_fc_remote_port *portptr, portptr 890 drivers/nvme/host/fc.c struct nvme_fc_rport *rport = remoteport_to_rport(portptr); portptr 895 drivers/nvme/host/fc.c if (portptr->port_state != FC_OBJSTATE_ONLINE) { portptr 2868 drivers/nvme/host/fc.c struct nvme_fc_remote_port *portptr = &rport->remoteport; portptr 2875 drivers/nvme/host/fc.c if (portptr->port_state == FC_OBJSTATE_ONLINE) portptr 2883 drivers/nvme/host/fc.c if (portptr->port_state == FC_OBJSTATE_ONLINE) portptr 2893 drivers/nvme/host/fc.c if (portptr->port_state == FC_OBJSTATE_ONLINE) portptr 2902 drivers/nvme/host/fc.c ctrl->cnum, portptr->dev_loss_tmo); portptr 1016 drivers/nvme/target/fc.c struct nvmet_fc_target_port **portptr) portptr 1077 drivers/nvme/target/fc.c *portptr = &newrec->fc_target_port; portptr 1087 drivers/nvme/target/fc.c *portptr = NULL; portptr 407 drivers/sh/maple/maple.c static int check_maple_device(struct device *device, void *portptr) portptr 412 drivers/sh/maple/maple.c ds = portptr; portptr 44 net/netfilter/nf_nat_proto.c __be16 *portptr, newport; portptr 49 net/netfilter/nf_nat_proto.c portptr = &hdr->source; portptr 53 net/netfilter/nf_nat_proto.c portptr = &hdr->dest; portptr 57 net/netfilter/nf_nat_proto.c inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport, portptr 62 net/netfilter/nf_nat_proto.c *portptr = newport; portptr 147 net/netfilter/nf_nat_proto.c __be16 *portptr, newport, oldport; portptr 164 net/netfilter/nf_nat_proto.c portptr = &hdr->source; portptr 168 net/netfilter/nf_nat_proto.c portptr = &hdr->dest; portptr 171 net/netfilter/nf_nat_proto.c oldport = *portptr; portptr 172 net/netfilter/nf_nat_proto.c *portptr = newport; portptr 190 net/netfilter/nf_nat_proto.c __be16 *portptr, oldport, newport; portptr 203 net/netfilter/nf_nat_proto.c portptr = &hdr->dccph_sport; portptr 206 net/netfilter/nf_nat_proto.c portptr = &hdr->dccph_dport; portptr 209 net/netfilter/nf_nat_proto.c oldport = *portptr; portptr 210 net/netfilter/nf_nat_proto.c *portptr = newport;