Searched refs:hport (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Drio_drv.h148 return rio_mport_read_config_32(rdev->net->hport, rdev->destid,
164 return rio_mport_write_config_32(rdev->net->hport, rdev->destid,
180 return rio_mport_read_config_16(rdev->net->hport, rdev->destid,
196 return rio_mport_write_config_16(rdev->net->hport, rdev->destid,
211 return rio_mport_read_config_8(rdev->net->hport, rdev->destid,
226 return rio_mport_write_config_8(rdev->net->hport, rdev->destid,
243 return rio_mport_send_doorbell(rdev->net->hport, rdev->destid, data);
H A Drio.h314 * @hport: Default port for accessing this network
325 struct rio_mport *hport; /* primary port for accessing net */ member in struct:rio_net
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ftp.c105 __u16 hport; local
218 for (hport = 0; ; s++)
224 hport = hport * 10 + *s - '0';
226 if (s == data_limit || !hport || *s != edelim)
230 *port = htons(hport);
/linux-master/drivers/rapidio/
H A Drio.c1016 return rio_mport_chk_dev_access(rdev->net->hport,
1621 rc = rio_lock_device(rdev->net->hport, rdev->destid,
1630 rc = rio_std_route_add_entry(rdev->net->hport, rdev->destid,
1634 rc = ops->add_entry(rdev->net->hport, rdev->destid,
1643 rio_unlock_device(rdev->net->hport, rdev->destid,
1674 rc = rio_lock_device(rdev->net->hport, rdev->destid,
1683 rc = rio_std_route_get_entry(rdev->net->hport, rdev->destid,
1687 rc = ops->get_entry(rdev->net->hport, rdev->destid,
1696 rio_unlock_device(rdev->net->hport, rdev->destid,
1722 rc = rio_lock_device(rdev->net->hport, rde
[all...]
H A Drio-scan.c193 struct rio_mport *port = net->hport;
870 net->hport = mport;
1034 rio_lock_device(net->hport, rdev->destid,
1037 i < RIO_MAX_ROUTE_ENTRIES(net->hport->sys_size);
1045 rio_unlock_device(net->hport, rdev->destid, rdev->hopcount);
H A Drio-sysfs.c43 for (i = 0; i < RIO_MAX_ROUTE_ENTRIES(rdev->net->hport->sys_size);
H A Drio_cm.c1965 if (cm->mport == rdev->net->hport)
2009 if (cm->mport == rdev->net->hport) {
/linux-master/drivers/net/
H A Drionet.c406 unsigned char netid = rdev->net->hport->id;
553 unsigned char netid = rdev->net->hport->id;
564 rio_local_read_config_32(rdev->net->hport, RIO_SRC_OPS_CAR,
566 rio_local_read_config_32(rdev->net->hport, RIO_DST_OPS_CAR,
571 DRV_NAME, rdev->net->hport->name);
582 rc = rionet_setup_netdev(rdev->net->hport, ndev);
/linux-master/drivers/rapidio/switches/
H A Didt_gen3.c339 if (rdev->net->hport->host_deviceid == destid) {
/linux-master/sound/soc/codecs/
H A Dhdac_hdmi.c1705 struct hdac_hdmi_port *hport = NULL; local
1736 hport = &pin->ports[0];
1741 hport = &pin->ports[i];
1747 if (hport)
1748 hdac_hdmi_present_sense(pin, hport);
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c1738 net->hport = mport;

Completed in 145 milliseconds