Home | History | Annotate | Download | only in pci

Lines Matching defs:tu

1747 	struct twe_usercommand *tu;
1755 tu = (struct twe_usercommand *)data;
1768 if (tu->tu_size > 0) {
1773 if (tu->tu_size > TWE_SECTOR_SIZE) {
1776 device_xname(twe->sc_dev), tu->tu_size);
1781 error = copyin(tu->tu_data, pdata, tu->tu_size);
1799 memcpy(ccb->ccb_cmd, &tu->tu_cmd, sizeof(struct twe_cmd));
1819 memcpy(&tu->tu_cmd, ccb->ccb_cmd, sizeof(struct twe_cmd));
1823 tu->tu_cmd.tc_opcode, tu->tu_cmd.tc_status);
1830 if (tu->tu_size > 0)
1831 error = copyout(pdata, tu->tu_data, tu->tu_size);