Lines Matching defs:pw_msg
1165 * @pw_msg: pointer to inbound port-write message
1170 int rio_inb_pwrite_handler(struct rio_mport *mport, union rio_pw_msg *pw_msg)
1184 i * 4, pw_msg->raw[i], pw_msg->raw[i + 1],
1185 pw_msg->raw[i + 2], pw_msg->raw[i + 3]);
1190 rdev = rio_get_comptag((pw_msg->em.comptag & RIO_CTAG_UDEVID), NULL);
1195 __func__, pw_msg->em.comptag);
1205 rc = rdev->pwcback(rdev, pw_msg, 0);
1212 pwrite->pwcback(mport, pwrite->context, pw_msg, 0);
1223 portnum = pw_msg->em.is_port & 0xFF;
1240 pw_msg = NULL;