Home
last modified time | relevance | path

Searched refs:dev_req (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/crypto/
Dpicoxcell_crypto.c625 struct spacc_req *dev_req = aead_request_ctx(req); in spacc_aead_setup() local
629 dev_req->req = &req->base; in spacc_aead_setup()
630 dev_req->is_encrypt = is_encrypt; in spacc_aead_setup()
631 dev_req->result = -EBUSY; in spacc_aead_setup()
632 dev_req->engine = engine; in spacc_aead_setup()
633 dev_req->complete = spacc_aead_complete; in spacc_aead_setup()
651 list_add_tail(&dev_req->list, &engine->pending); in spacc_aead_setup()
653 list_add_tail(&dev_req->list, &engine->pending); in spacc_aead_setup()
661 spacc_aead_free_ddts(dev_req); in spacc_aead_setup()
916 struct spacc_req *dev_req = ablkcipher_request_ctx(req); in spacc_ablk_setup() local
[all …]
/linux-4.4.14/include/net/bluetooth/
Dhci_sock.h146 struct hci_dev_req dev_req[0]; /* hci_dev_req structures */ member
/linux-4.4.14/net/bluetooth/
Dhci_core.c2036 dr = dl->dev_req; in hci_get_dev_list()