Searched refs:apfs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_error.h | 113 /* For type 86 response show the apfs value (failure reason) */ in convert_error() 120 unsigned int apfs = *((u32 *)head->fmt2.apfs); in convert_error() local 123 "dev=%02x.%04x RY=0x%02x apfs=0x%x => bus rescan, rc=EAGAIN\n", in convert_error() 124 card, queue, ehdr->reply_code, apfs); in convert_error()
|
H A D | zcrypt_msgtype6.h | 39 unsigned char apfs[4]; /* 0x00000000 */ member 88 unsigned char apfs[4]; /* final status */ member
|
H A D | zcrypt_msgtype6.c | 840 memcpy(&(xcRB->status), msg->fmt2.apfs, sizeof(u32)); in convert_response_xcrb()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_error.h | 112 /* For type 86 response show the apfs value (failure reason) */ in convert_error() 119 unsigned int apfs = *((u32 *)head->fmt2.apfs); in convert_error() local 122 "%s dev=%02x.%04x RY=0x%02x apfs=0x%x => bus rescan, rc=EAGAIN\n", in convert_error() 123 __func__, card, queue, ehdr->reply_code, apfs); in convert_error()
|
H A D | zcrypt_msgtype6.h | 37 unsigned char apfs[4]; /* 0x00000000 */ member 86 unsigned char apfs[4]; /* final status */ member
|
H A D | zcrypt_msgtype6.c | 764 memcpy(&xcrb->status, msg->fmt2.apfs, sizeof(u32)); in convert_response_xcrb()
|
Completed in 6 milliseconds