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

/freebsd-current/sys/dev/mpt/
H A Dmpt_pci.c324 int iqd; local
468 iqd = 0;
476 iqd = 1;
478 if (iqd == 0 && pci_alloc_msi(dev, &val) == 0)
479 iqd = 1;
481 mpt->pci_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &iqd,
482 RF_ACTIVE | (iqd != 0 ? 0 : RF_SHAREABLE));
/freebsd-current/tools/tools/vhba/
H A Dvhba.c243 const uint8_t iqd[SHORT_INQUIRY_LENGTH] = { local
326 memcpy(junk, iqd, sizeof (iqd));
327 data_len = sizeof (iqd);
/freebsd-current/sys/cam/scsi/
H A Dscsi_enc.c680 unsigned char *iqd; local
683 iqd = (unsigned char *)&cgd->ident_data;
684 if (STRNCMP(iqd + 43, "S-E-S", 5) == 0)
686 else if (STRNCMP(iqd + 43, "SAF-TE", 6) == 0)
693 iqd = (unsigned char *)&cgd->inq_data;
697 if ((iqd[0] & 0x1f) == T_ENCLOSURE)
701 if ((iqd[6] & 0x40) && (iqd[2] & 0x7) >= 2) {
718 if (STRNCMP((char *)&iqd[SAFTE_START], "SAF-TE", SAFTE_LEN - 2) == 0) {
H A Dscsi_all.h2269 #define SID_ADDITIONAL_LENGTH(iqd) \
2270 ((iqd)->additional_length + \
2287 #define INQ_DATA_TQ_ENABLED(iqd) \
2288 ((SID_ANSI_REV(iqd) < SCSI_REV_SPC2)? ((iqd)->flags & SID_CmdQue) : \
2289 (((iqd)->flags & SID_CmdQue) && !((iqd)->spc2_flags & SPC2_SID_BQueue)) || \
2290 (!((iqd)->flags & SID_CmdQue) && ((iqd)->spc2_flags & SPC2_SID_BQueue)))
/freebsd-current/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-current/sys/dev/isp/
H A Disp_pci.c195 int iqd; member in struct:isp_pcisoftc::__anon31
643 (void) bus_release_resource(dev, SYS_RES_IRQ, pcs->irq[i].iqd,
682 (void) bus_release_resource(dev, SYS_RES_IRQ, pcs->irq[i].iqd,
1272 pcs->irq[i].iqd = i + (pcs->msicount > 0);
1274 &pcs->irq[i].iqd, RF_ACTIVE | RF_SHAREABLE);
1289 pcs->irq[i].iqd, pcs->irq[i].irq);

Completed in 199 milliseconds