Home | History | Annotate | Download | only in pci

Lines Matching defs:pdi

708 	struct mly_ioctl_getphysdevinfovalid *pdi;
762 } else if (mc->mc_length == sizeof(*pdi)) {
763 pdi = (struct mly_ioctl_getphysdevinfovalid *)mc->mc_data;
765 if (pdi->channel != bus || pdi->target != target) {
770 bus, target, pdi->channel, pdi->target);
777 btl.mb_state = pdi->state;
778 btl.mb_speed = pdi->speed;
779 btl.mb_width = pdi->width;
781 if (pdi->state != MLY_DEVICE_STATE_UNCONFIGURED)
783 if (pdi->command_tags != 0)