Searched refs:dataq (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | lp.h | 61 wait_queue_head_t dataq; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lp.h | 61 wait_queue_head_t dataq; member
|
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_algs.c | 485 vc_req->dataq = data_vq; in virtio_crypto_skcipher_encrypt() 510 vc_req->dataq = data_vq; in virtio_crypto_skcipher_decrypt() 552 struct data_queue *data_vq = vc_req->dataq; in virtio_crypto_skcipher_crypt_req() 576 crypto_finalize_skcipher_request(vc_sym_req->base.dataq->engine, in virtio_crypto_skcipher_finalize_req()
|
H A D | virtio_crypto_common.h | 25 /* To protect the vq operations for the dataq */ 28 /* Name of the tx queue: dataq.$index */ 106 struct data_queue *dataq; member
|
H A D | virtio_crypto_akcipher_algs.c | 65 crypto_finalize_akcipher_request(vc_akcipher_req->base.dataq->engine, req, err); in virtio_crypto_akcipher_finalize_req() 290 struct data_queue *data_vq = vc_req->dataq; in virtio_crypto_rsa_do_req() 332 vc_req->dataq = data_vq; in virtio_crypto_rsa_req()
|
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_skcipher_algs.c | 482 vc_req->dataq = data_vq; in virtio_crypto_skcipher_encrypt() 507 vc_req->dataq = data_vq; in virtio_crypto_skcipher_decrypt() 546 struct data_queue *data_vq = vc_req->dataq; in virtio_crypto_skcipher_crypt_req() 570 crypto_finalize_skcipher_request(vc_sym_req->base.dataq->engine, in virtio_crypto_skcipher_finalize_req()
|
H A D | virtio_crypto_common.h | 25 /* To protect the vq operations for the dataq */ 28 /* Name of the tx queue: dataq.$index */ 109 struct data_queue *dataq; member
|
H A D | virtio_crypto_akcipher_algs.c | 65 crypto_finalize_akcipher_request(vc_akcipher_req->base.dataq->engine, req, err); in virtio_crypto_akcipher_finalize_req() 294 struct data_queue *data_vq = vc_req->dataq; in virtio_crypto_rsa_do_req() 336 vc_req->dataq = data_vq; in virtio_crypto_rsa_req()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | lp.c | 1042 init_waitqueue_head(&lp_table[i].dataq); in lp_init()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | lp.c | 1043 init_waitqueue_head(&lp_table[i].dataq); in lp_init()
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 3186 struct be_queue_info *dataq, *cq; in beiscsi_create_def_data() local 3192 dataq = &phwi_context->be_def_dataq[ulp_num]; in beiscsi_create_def_data() 3194 mem = &dataq->dma_mem; in beiscsi_create_def_data() 3199 ret = be_fill_queue(dataq, mem_descr->mem_array[0].size / in beiscsi_create_def_data() 3212 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dataq, in beiscsi_create_def_data()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 3199 struct be_queue_info *dataq, *cq; in beiscsi_create_def_data() local 3205 dataq = &phwi_context->be_def_dataq[ulp_num]; in beiscsi_create_def_data() 3207 mem = &dataq->dma_mem; in beiscsi_create_def_data() 3212 ret = be_fill_queue(dataq, mem_descr->mem_array[0].size / in beiscsi_create_def_data() 3225 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dataq, in beiscsi_create_def_data()
|
Completed in 20 milliseconds