Searched refs:send_cprb (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.h109 long (*send_cprb)(struct zcrypt_device *, struct ica_xcRB *); member in struct:zcrypt_ops
H A Dzcrypt_api.c402 if (!zdev->online || !zdev->ops->send_cprb ||
413 rc = zdev->ops->send_cprb(zdev, xcRB);
H A Dzcrypt_pcixcc.c707 * device to handle a send_cprb request.
710 * @xcRB: pointer to the send_cprb request buffer
755 .send_cprb = zcrypt_pcixcc_send_cprb,

Completed in 50 milliseconds