Home
last modified time | relevance | path

Searched refs:convert_error (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_error.h78 static inline int convert_error(struct zcrypt_queue *zq, in convert_error() function
H A Dzcrypt_msgtype6.c717 return convert_error(zq, reply); in convert_response_ica()
730 return convert_error(zq, reply); in convert_response_ica()
761 return convert_error(zq, reply); in convert_response_xcrb()
765 return convert_error(zq, reply); in convert_response_xcrb()
794 return convert_error(zq, reply); in convert_response_ep11_xcrb()
797 return convert_error(zq, reply); in convert_response_ep11_xcrb()
H A Dzcrypt_msgtype50.c384 return convert_error(zq, reply); in convert_response()
/openbmc/linux/net/vmw_vsock/
H A Dvmci_transport.c194 bool convert_error) in __vmci_transport_send_control_pkt() argument
201 if (convert_error && (err < 0)) in __vmci_transport_send_control_pkt()