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

/freebsd-10.1-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.1-release/sys/cam/scsi/
H A Dscsi_enc.c666 unsigned char *iqd; local
669 iqd = (unsigned char *)&cgd->ident_data;
670 if (STRNCMP(iqd + 43, "S-E-S", 5) == 0)
672 else if (STRNCMP(iqd + 43, "SAF-TE", 6) == 0)
679 iqd = (unsigned char *)&cgd->inq_data;
683 if ((iqd[0] & 0x1f) == T_ENCLOSURE) {
684 if ((iqd[2] & 0x7) > 2) {
693 if ((iqd[6] & 0x40) && (iqd[2] & 0x7) >= 2) {
710 if (STRNCMP((char *)&iqd[SAFTE_STAR
[all...]
H A Dscsi_all.h1847 #define SID_ADDITIONAL_LENGTH(iqd) \
1848 ((iqd)->additional_length + \
1865 #define INQ_DATA_TQ_ENABLED(iqd) \
1866 ((SID_ANSI_REV(iqd) < SCSI_REV_SPC2)? ((iqd)->flags & SID_CmdQue) : \
1867 (((iqd)->flags & SID_CmdQue) && !((iqd)->spc2_flags & SPC2_SID_BQueue)) || \
1868 (!((iqd)->flags & SID_CmdQue) && ((iqd)->spc2_flags & SPC2_SID_BQueue)))
/freebsd-10.1-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.1-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.1-release/sys/dev/isp/
H A Disp_sbus.c90 int iqd; member in struct:isp_sbussoftc
181 sbs->rgd = sbs->iqd = 0;
286 sbs->irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sbs->iqd,
342 bus_release_resource(dev, SYS_RES_IRQ, sbs->iqd, sbs->irq);
378 (void) bus_release_resource(dev, SYS_RES_IRQ, sbs->iqd, sbs->irq);
H A Disp_pci.c352 int iqd; member in struct:isp_pcisoftc
707 pcs->rgd = pcs->rtp = pcs->iqd = 0;
942 pcs->iqd = 1;
944 pcs->iqd = 0;
947 pcs->irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &pcs->iqd, RF_ACTIVE | RF_SHAREABLE);
999 (void) bus_release_resource(dev, SYS_RES_IRQ, pcs->iqd, pcs->irq);
1040 (void) bus_release_resource(dev, SYS_RES_IRQ, pcs->iqd, pcs->irq);
H A Disp_freebsd.c3679 const uint8_t iqd[SHORT_INQUIRY_LENGTH] = { local
3827 data_len = sizeof (iqd);
3833 memcpy(junk_data, niliqd, sizeof (iqd));
3835 memcpy(junk_data, iqd, sizeof (iqd));

Completed in 197 milliseconds