Searched refs:iqd (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/dev/mpt/
H A Dmpt_pci.c325 int iqd; local
473 iqd = 0;
481 iqd = 1;
483 if (iqd == 0 && pci_alloc_msi(dev, &val) == 0)
484 iqd = 1;
486 mpt->pci_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &iqd,
487 RF_ACTIVE | (iqd != 0 ? 0 : RF_SHAREABLE));
/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_enc.c661 unsigned char *iqd; local
664 iqd = (unsigned char *)&cgd->ident_data;
665 if (STRNCMP(iqd + 43, "S-E-S", 5) == 0)
667 else if (STRNCMP(iqd + 43, "SAF-TE", 6) == 0)
674 iqd = (unsigned char *)&cgd->inq_data;
678 if ((iqd[0] & 0x1f) == T_ENCLOSURE) {
679 if ((iqd[2] & 0x7) > 2) {
688 if ((iqd[6] & 0x40) && (iqd[2] & 0x7) >= 2) {
705 if (STRNCMP((char *)&iqd[SAFTE_STAR
[all...]
H A Dscsi_all.h2142 #define SID_ADDITIONAL_LENGTH(iqd) \
2143 ((iqd)->additional_length + \
2160 #define INQ_DATA_TQ_ENABLED(iqd) \
2161 ((SID_ANSI_REV(iqd) < SCSI_REV_SPC2)? ((iqd)->flags & SID_CmdQue) : \
2162 (((iqd)->flags & SID_CmdQue) && !((iqd)->spc2_flags & SPC2_SID_BQueue)) || \
2163 (!((iqd)->flags & SID_CmdQue) && ((iqd)->spc2_flags & SPC2_SID_BQueue)))
/freebsd-10.3-release/tools/tools/vhba/
H A Dvhba.c244 const uint8_t iqd[SHORT_INQUIRY_LENGTH] = { local
327 memcpy(junk, iqd, sizeof (iqd));
328 data_len = sizeof (iqd);
/freebsd-10.3-release/usr.sbin/mfiutil/
H A Dmfi_drive.c333 struct scsi_inquiry_data iqd, *inq_data = &iqd; local
338 (sizeof (iqd) < sizeof (info->inquiry_data))?
339 sizeof (iqd) : sizeof (info->inquiry_data));
/freebsd-10.3-release/sys/dev/isp/
H A Disp_sbus.c90 int iqd; member in struct:isp_sbussoftc
168 sbs->rgd = sbs->iqd = 0;
273 sbs->irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sbs->iqd,
324 bus_release_resource(dev, SYS_RES_IRQ, sbs->iqd, sbs->irq);
360 (void) bus_release_resource(dev, SYS_RES_IRQ, sbs->iqd, sbs->irq);
H A Disp_pci.c379 int iqd; member in struct:isp_pcisoftc
706 pcs->rgd = pcs->rtp = pcs->iqd = 0;
951 pcs->iqd = 1;
965 pcs->iqd = 1;
970 pcs->irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &pcs->iqd, RF_ACTIVE | RF_SHAREABLE);
1017 (void) bus_release_resource(dev, SYS_RES_IRQ, pcs->iqd, pcs->irq);
1061 (void) bus_release_resource(dev, SYS_RES_IRQ, pcs->iqd, pcs->irq);

Completed in 185 milliseconds