Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/ks7010/
Dks_wlan.h173 unsigned int qhead; member
181 unsigned int qhead; member
400 unsigned int qhead; member
428 unsigned int qhead; member
520 priv->tx_dev.qhead = (priv->tx_dev.qhead + 1) % TX_DEVICE_BUFF_SIZE; in inc_txqhead()
530 return (CIRC_SPACE(priv->tx_dev.qhead, priv->tx_dev.qtail, in txq_has_space()
536 priv->rx_dev.qhead = (priv->rx_dev.qhead + 1) % RX_DEVICE_BUFF_SIZE; in inc_rxqhead()
546 return (CIRC_SPACE(priv->rx_dev.qhead, priv->rx_dev.qtail, in rxq_has_space()
552 return CIRC_CNT_TO_END(priv->tx_dev.qhead, priv->tx_dev.qtail, in txq_count()
558 return CIRC_CNT_TO_END(priv->rx_dev.qhead, priv->rx_dev.qtail, in rxq_count()
Dks7010_sdio.c359 sp = &priv->tx_dev.tx_dev_buff[priv->tx_dev.qhead]; in tx_device_task()
414 rp = &priv->rx_dev.rx_dev_buff[priv->rx_dev.qhead]; in rx_event_task()
612 priv->tx_dev.qhead = 0; in trx_device_init()
615 priv->rx_dev.qhead = 0; in trx_device_init()
632 sp = &priv->tx_dev.tx_dev_buff[priv->tx_dev.qhead]; in trx_device_exit()
Dks_hostif.c23 priv->sme_i.qhead = (priv->sme_i.qhead + 1) % SME_EVENT_BUFF_SIZE; in inc_smeqhead()
33 return CIRC_CNT_TO_END(priv->sme_i.qhead, priv->sme_i.qtail, in cnt_smeqbody()
2210 hostif_sme_execute(priv, priv->sme_i.event_buff[priv->sme_i.qhead]); in hostif_sme_work()
2249 priv->sme_i.qhead = 0; in hostif_sme_init()
Dks_wlan_net.c2512 netdev_dbg(dev, "head(%d) tail(%d)!!\n", priv->tx_dev.qhead, in ks_wlan_tx_timeout()
/Linux-v6.6/drivers/crypto/marvell/octeontx/
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()
Dotx_cptvf.h38 struct otx_cpt_cmd_chunk *qhead;/* member
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-v6.6/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c243 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()
Dcptvf.h55 struct command_chunk *qhead; /* Command queue head, instructions member
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-v6.6/sound/core/
Dtimer.c74 int qhead; member
1485 tu->qhead = tu->qtail = tu->qused = 0; in realloc_user_queue()
1908 tu->qhead = tu->qtail = tu->qused = 0; in snd_timer_user_params()
2157 int qhead; in snd_timer_user_read() local
2209 qhead = tu->qhead++; in snd_timer_user_read()
2210 tu->qhead %= tu->queue_size; in snd_timer_user_read()
2214 tread = &tu->tqueue[qhead]; in snd_timer_user_read()
2235 if (copy_to_user(buffer, &tu->queue[qhead], in snd_timer_user_read()
/Linux-v6.6/fs/smb/client/
Dconnect.c287 list_for_each_entry_safe(mid, nmid, &server->pending_mid_q, qhead) { in cifs_abort_connection()
291 list_move(&mid->qhead, &retry_list); in cifs_abort_connection()
298 list_for_each_entry_safe(mid, nmid, &retry_list, qhead) { in cifs_abort_connection()
299 list_del_init(&mid->qhead); in cifs_abort_connection()
827 list_del_init(&mid->qhead); in dequeue_mid()
961 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info()
965 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info()
972 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info()
974 list_del_init(&mid_entry->qhead); in clean_demultiplex_info()
Dtransport.c173 list_del_init(&mid->qhead); in delete_mid()
732 list_add_tail(&(*ppmidQ)->qhead, &ses->server->pending_mid_q); in allocate_mid()
835 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async()
911 list_del_init(&mid->qhead); in cifs_sync_mid_result()
Dcifs_debug.c61 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_dump_mids()
562 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()
Dsmb1ops.c96 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid()
198 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_get_next_mid()
Dsmb2transport.c813 list_add_tail(&(*mid)->qhead, &server->pending_mid_q); in smb2_get_mid_entry()
Dcifsglob.h1634 struct list_head qhead; /* mids waiting on reply from this server */ member
Dsmb2ops.c368 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid()
374 list_del_init(&mid->qhead); in __smb2_find_mid()
4781 list_add_tail(&mid->qhead, in smb2_decrypt_offload()