Searched refs:apfs (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/s390/crypto/
H A Dzcrypt_error.h107 unsigned int apfs = *((u32 *)head->fmt2.apfs); local
109 ZCRYPT_DBF_WARN("%s dev=%02x.%04x RY=0x%02x apfs=0x%x => rc=EINVAL\n",
111 ehdr->reply_code, apfs);
125 /* For type 86 response show the apfs value (failure reason) */
132 unsigned int apfs = *((u32 *)head->fmt2.apfs); local
135 "%s dev=%02x.%04x RY=0x%02x apfs=0x%x => bus rescan, rc=EAGAIN\n",
136 __func__, card, queue, ehdr->reply_code, apfs);
H A Dzcrypt_msgtype6.c764 memcpy(&xcrb->status, msg->fmt2.apfs, sizeof(u32));
H A Dzcrypt_msgtype6.h37 unsigned char apfs[4]; /* 0x00000000 */ member in struct:type6_hdr
86 unsigned char apfs[4]; /* final status */ member in struct:type86_fmt2_ext

Completed in 236 milliseconds