Searched refs:comptag (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h222 __u32 comptag; member in struct:rio_rdev_info
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c522 u32 comptag; local
524 if (copy_from_user(&comptag, arg, sizeof(comptag)))
527 rio_local_write_config_32(md->mport, RIO_COMPONENT_TAG_CSR, comptag);
529 rmcd_debug(MPORT, "Set host Component Tag to %d", comptag);
1513 if ((msg->em.comptag & filter->mask) < filter->low ||
1514 (msg->em.comptag & filter->mask) > filter->high)
1545 mport->id, msg->em.comptag);
1699 dev_info.comptag, dev_info.destid, dev_info.hopcount);
1781 rdev->comp_tag = dev_info.comptag;
[all...]
/linux-master/include/linux/
H A Drio.h472 u32 comptag; /* Component Tag CSR */ member in struct:rio_pw_msg::__anon49
/linux-master/drivers/rapidio/
H A Drio.c1190 rdev = rio_get_comptag((pw_msg->em.comptag & RIO_CTAG_UDEVID), NULL);
1195 __func__, pw_msg->em.comptag);

Completed in 105 milliseconds