Home
last modified time | relevance | path

Searched refs:pending_queue (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/crypto/cavium/cpt/
H A Dcptvf.h76 struct pending_queue { struct
87 struct pending_queue queue[CPT_NUM_QS_PER_VF]; argument
H A Dcptvf_reqmanager.c15 static struct pending_entry *get_free_pending_entry(struct pending_queue *q, in get_free_pending_entry()
37 struct pending_queue *queue = &pqinfo->queue[qno]; in pending_queue_inc_front()
329 struct pending_queue *pqueue = &pqinfo->queue[qno]; in process_pending_queue()
414 struct pending_queue *pqueue = NULL; in process_request()
H A Dcptvf_main.c84 struct pending_queue *queue; in free_pending_queues()
108 struct pending_queue *queue = NULL; in alloc_pending_queues()
/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c843 struct __queue *pending_queue; in sd_rxhandler() local
846 pending_queue = &recv_priv->recv_buf_pending_queue; in sd_rxhandler()
849 rtw_enqueue_recvbuf(recvbuf, pending_queue); in sd_rxhandler()
/linux/drivers/scsi/
H A D3w-xxxx.h413 unsigned char pending_queue[TW_Q_LENGTH]; member
H A D3w-9xxx.h664 unsigned char pending_queue[TW_Q_LENGTH]; member
H A D3w-9xxx.c1273 request_id = tw_dev->pending_queue[tw_dev->pending_head]; in twa_interrupt()
1548 tw_dev->pending_queue[tw_dev->pending_tail] = request_id; in twa_post_command_packet()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc.h367 struct bnx2fc_cmd *pending_queue[BNX2FC_SQ_WQES_MAX+1]; member
/linux/drivers/dma/
H A Dste_dma40.c467 * @pending_queue: Submitted jobs, to be issued by issue_pending()
494 struct list_head pending_queue; member
977 /* remove desc from current queue and add it to the pending_queue */
982 list_add_tail(&desc->node, &d40c->pending_queue); in d40_desc_queue()
987 return list_first_entry_or_null(&d40c->pending_queue, struct d40_desc, in d40_first_pending()
2593 list_splice_tail_init(&d40c->pending_queue, &d40c->queue); in d40_issue_pending()
2824 INIT_LIST_HEAD(&d40c->pending_queue); in d40_chan_init()