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

/drivers/s390/cio/
H A Dchsc.h96 struct chsc_ssd_info *ssd);
H A Dcss.c198 static void ssd_from_pmcw(struct chsc_ssd_info *ssd, struct pmcw *pmcw) argument
203 memset(ssd, 0, sizeof(struct chsc_ssd_info));
204 ssd->path_mask = pmcw->pim;
208 chp_id_init(&ssd->chpid[i]);
209 ssd->chpid[i].id = pmcw->chpid[i];
214 static void ssd_register_chpids(struct chsc_ssd_info *ssd) argument
221 if (ssd->path_mask & mask)
222 if (!chp_is_registered(ssd->chpid[i]))
223 chp_new(ssd->chpid[i]);
H A Dchp.c528 int chp_ssd_get_mask(struct chsc_ssd_info *ssd, struct chp_link *link) argument
535 if (!(ssd->path_mask & mask))
537 if (!chp_id_is_equal(&ssd->chpid[i], &link->chpid))
539 if ((ssd->fla_valid_mask & mask) &&
540 ((ssd->fla[i] & link->fla_mask) != link->fla))
H A Dchsc.c86 int chsc_get_ssd_info(struct subchannel_id schid, struct chsc_ssd_info *ssd) argument
111 CIO_MSG_EVENT(2, "chsc: ssd failed for 0.%x.%04x (rc=%04x)\n",
122 memset(ssd, 0, sizeof(struct chsc_ssd_info));
126 ssd->path_mask = ssd_area->path_mask;
127 ssd->fla_valid_mask = ssd_area->fla_valid_mask;
131 chp_id_init(&ssd->chpid[i]);
132 ssd->chpid[i].id = ssd_area->chpid[i];
135 ssd->fla[i] = ssd_area->fla[i];
H A Ddevice.c224 struct chsc_ssd_info *ssd = &sch->ssd_info; local
231 if (ssd->path_mask & mask)
232 ret += sprintf(buf + ret, "%02x ", ssd->chpid[chp].id);
/drivers/nfc/
H A Dpn533.c685 u8 ssd; local
695 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res);
698 if ((ssd == PN533_TYPE_A_SENS_RES_SSD_JEWEL &&
700 (ssd != PN533_TYPE_A_SENS_RES_SSD_JEWEL &&
795 u8 ssd; local
802 ssd = PN533_TYPE_A_SENS_RES_SSD(jewel->sens_res);
805 if ((ssd == PN533_TYPE_A_SENS_RES_SSD_JEWEL &&
807 (ssd != PN533_TYPE_A_SENS_RES_SSD_JEWEL &&
/drivers/scsi/osd/
H A Dosd_initiator.c1772 cur_descriptor = ssdb->ssd;
1775 struct scsi_sense_descriptor *ssd = cur_descriptor; local
1776 int cur_len = ssd->additional_length + 2;
1783 switch (ssd->descriptor_type) {
1886 if (ssd->descriptor_type <= scsi_sense_Reserved_last)
1889 ssd->descriptor_type);
1893 ssd->descriptor_type);

Completed in 103 milliseconds