Searched refs:qhead (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_reqmgr.c | 280 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 D | otx_cptvf.h | 38 struct otx_cpt_cmd_chunk *qhead;/* member
|
| H A D | otx_cptvf_main.c | 253 queue->qhead = curr; in alloc_command_queues() 634 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_reqmanager.c | 243 ent = &queue->qhead->head[queue->idx * qinfo->cmd_size]; in send_cpt_command() 246 if (++queue->idx >= queue->qhead->size / 64) { in send_cpt_command() 248 if (chunk == queue->qhead) { in send_cpt_command() 251 queue->qhead = chunk; in send_cpt_command()
|
| H A D | cptvf.h | 55 struct command_chunk *qhead; /* Command queue head, instructions member
|
| H A D | cptvf_main.c | 267 queue->qhead = curr; in alloc_command_queues() 651 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
| /linux/sound/core/ |
| H A D | timer.c | 76 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 D | connect.c | 330 list_for_each_entry_safe(mid, nmid, &server->pending_mid_q, qhead) { in cifs_abort_connection() 334 list_move(&mid->qhead, &retry_list); in cifs_abort_connection() 341 list_for_each_entry_safe(mid, nmid, &retry_list, qhead) { in cifs_abort_connection() 342 list_del_init(&mid->qhead); in cifs_abort_connection() 887 list_for_each_entry_safe(mid, nmid, &server->pending_mid_q, qhead) { in is_smb_response() 889 list_move(&mid->qhead, &dispose_list); in is_smb_response() 917 list_for_each_entry_safe(mid, nmid, &dispose_list, qhead) { in is_smb_response() 918 list_del_init(&mid->qhead); in is_smb_response() 972 list_del_init(&mid->qhead); in dequeue_mid() 1105 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info() [all …]
|
| H A D | transport.c | 124 list_del_init(&mid->qhead); in delete_mid() 714 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async() 765 list_del_init(&mid->qhead); in cifs_sync_mid_result()
|
| H A D | smb1ops.c | 256 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid() 358 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_get_next_mid()
|
| H A D | smb2transport.c | 723 list_add_tail(&(*mid)->qhead, &server->pending_mid_q); in smb2_get_mid_entry()
|
| H A D | cifsglob.h | 1709 struct list_head qhead; /* mids waiting on reply from this server */ member
|
| H A D | smb2ops.c | 405 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid() 411 list_del_init(&mid->qhead); in __smb2_find_mid() 4915 list_add_tail(&mid->qhead, in smb2_decrypt_offload()
|