Searched refs:qhead (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/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 | 252 queue->qhead = curr; in alloc_command_queues() 633 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
| /linux-6.15/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 | 266 queue->qhead = curr; in alloc_command_queues() 650 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
| /linux-6.15/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-6.15/fs/smb/client/ |
| H A D | connect.c | 319 list_move(&mid->qhead, &retry_list); in cifs_abort_connection() 326 list_for_each_entry_safe(mid, nmid, &retry_list, qhead) { in cifs_abort_connection() 327 list_del_init(&mid->qhead); in cifs_abort_connection() 872 list_move(&mid->qhead, &dispose_list); in is_smb_response() 900 list_for_each_entry_safe(mid, nmid, &dispose_list, qhead) { in is_smb_response() 901 list_del_init(&mid->qhead); in is_smb_response() 955 list_del_init(&mid->qhead); in dequeue_mid() 1088 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info() 1092 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info() 1099 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info() [all …]
|
| H A D | transport.c | 165 list_del_init(&mid->qhead); in delete_mid() 720 list_add_tail(&(*ppmidQ)->qhead, &ses->server->pending_mid_q); in allocate_mid() 823 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async() 902 list_del_init(&mid->qhead); in cifs_sync_mid_result()
|
| H A D | cifs_debug.c | 63 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_dump_mids() 622 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()
|
| H A D | smb1ops.c | 98 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid() 200 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_get_next_mid()
|
| H A D | smb2transport.c | 844 list_add_tail(&(*mid)->qhead, &server->pending_mid_q); in smb2_get_mid_entry()
|
| H A D | cifsglob.h | 1701 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() 4807 list_add_tail(&mid->qhead, in smb2_decrypt_offload()
|