Home
last modified time | relevance | path

Searched refs:qhead (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c280 ent = &queue->qhead->head[queue->idx * OTX_CPT_INST_SIZE]; in cpt_send_cmd()
283 if (++queue->idx >= queue->qhead->size / 64) { in cpt_send_cmd()
284 curr = queue->qhead; in cpt_send_cmd()
287 queue->qhead = queue->base; in cpt_send_cmd()
289 queue->qhead = list_next_entry(queue->qhead, nextchunk); in cpt_send_cmd()
H A Dotx_cptvf.h38 struct otx_cpt_cmd_chunk *qhead;/* member
H A Dotx_cptvf_main.c252 queue->qhead = curr; in alloc_command_queues()
633 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf.h55 struct command_chunk *qhead; /* Command queue head, instructions member
H A Dcptvf_main.c266 queue->qhead = curr; in alloc_command_queues()
650 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
/linux/sound/core/
H A Dtimer.c76 int qhead; member
1450 tu->qhead = tu->qtail = tu->qused = 0; in realloc_user_queue()
1857 tu->qhead = tu->qtail = tu->qused = 0; in snd_timer_user_params()
2316 int qhead; in snd_timer_user_read() local
2368 qhead = tu->qhead++; in snd_timer_user_read()
2369 tu->qhead %= tu->queue_size; in snd_timer_user_read()
2373 tread = &tu->tqueue[qhead]; in snd_timer_user_read()
2394 if (copy_to_user(buffer, &tu->queue[qhead], in snd_timer_user_read()
/linux/fs/smb/client/
H A Dconnect.c327 list_for_each_entry_safe(mid, nmid, &server->pending_mid_q, qhead) { in cifs_abort_connection()
331 list_move(&mid->qhead, &retry_list); in cifs_abort_connection()
338 list_for_each_entry_safe(mid, nmid, &retry_list, qhead) { in cifs_abort_connection()
339 list_del_init(&mid->qhead); in cifs_abort_connection()
884 list_for_each_entry_safe(mid, nmid, &server->pending_mid_q, qhead) { in is_smb_response()
886 list_move(&mid->qhead, &dispose_list); in is_smb_response()
914 list_for_each_entry_safe(mid, nmid, &dispose_list, qhead) { in is_smb_response()
915 list_del_init(&mid->qhead); in is_smb_response()
969 list_del_init(&mid->qhead); in dequeue_mid()
1102 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info()
[all …]
H A Dcifstransport.c99 list_add_tail(&(*ppmidQ)->qhead, &ses->server->pending_mid_q); in allocate_mid()
H A Dtransport.c125 list_del_init(&mid->qhead); in delete_mid()
715 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async()
766 list_del_init(&mid->qhead); in cifs_sync_mid_result()
H A Dcifs_debug.c65 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_dump_mids()
730 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()
H A Dsmb1ops.c145 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid()
247 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_get_next_mid()
H A Dsmb2transport.c721 list_add_tail(&(*mid)->qhead, &server->pending_mid_q); in smb2_get_mid_entry()
H A Dcifsglob.h1686 struct list_head qhead; /* mids waiting on reply from this server */ member
H A Dsmb2ops.c405 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid()
411 list_del_init(&mid->qhead); in __smb2_find_mid()
4887 list_add_tail(&mid->qhead, in smb2_decrypt_offload()