Lines Matching refs:psd
142 nvme_identify_psd_swapbytes(struct nvm_identify_psd *psd)
146 psd->mp = le16toh(psd->mp);
147 psd->enlat = le32toh(psd->enlat);
148 psd->exlat = le32toh(psd->exlat);
149 psd->idlp = le16toh(psd->idlp);
150 psd->actp = le16toh(psd->actp);
151 psd->ap = le16toh(psd->ap);
192 for (i = 0; i < __arraycount(identify->psd); i++)
193 nvme_identify_psd_swapbytes(&identify->psd[i]);