Searched refs:dataq (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dlp.h61 wait_queue_head_t dataq; member in struct:lp_struct
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_common.h25 /* To protect the vq operations for the dataq */
28 /* Name of the tx queue: dataq.$index */
109 struct data_queue *dataq; member in struct:virtio_crypto_request
H A Dvirtio_crypto_skcipher_algs.c482 vc_req->dataq = data_vq;
507 vc_req->dataq = data_vq;
546 struct data_queue *data_vq = vc_req->dataq;
570 crypto_finalize_skcipher_request(vc_sym_req->base.dataq->engine,
H A Dvirtio_crypto_akcipher_algs.c65 crypto_finalize_akcipher_request(vc_akcipher_req->base.dataq->engine, req, err);
294 struct data_queue *data_vq = vc_req->dataq;
336 vc_req->dataq = data_vq;
/linux-master/drivers/char/
H A Dlp.c1043 init_waitqueue_head(&lp_table[i].dataq);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c3199 struct be_queue_info *dataq, *cq; local
3205 dataq = &phwi_context->be_def_dataq[ulp_num];
3207 mem = &dataq->dma_mem;
3212 ret = be_fill_queue(dataq, mem_descr->mem_array[0].size /
3225 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dataq,

Completed in 158 milliseconds