/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_wlan.h | 173 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()
|
H A D | ks7010_sdio.c | 359 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()
|
H A D | ks_hostif.c | 23 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()
|
H A D | ks_wlan_net.c | 2512 netdev_dbg(dev, "head(%d) tail(%d)!!\n", priv->tx_dev.qhead, in ks_wlan_tx_timeout()
|
/openbmc/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 | 252 queue->qhead = curr; in alloc_command_queues() 633 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
/openbmc/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 | 266 queue->qhead = curr; in alloc_command_queues() 650 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
|
/openbmc/linux/sound/core/ |
H A D | timer.c | 74 int qhead; member 1495 tu->qhead = tu->qtail = tu->qused = 0; in realloc_user_queue() 1918 tu->qhead = tu->qtail = tu->qused = 0; in snd_timer_user_params() 2167 int qhead; in snd_timer_user_read() local 2219 qhead = tu->qhead++; in snd_timer_user_read() 2220 tu->qhead %= tu->queue_size; in snd_timer_user_read() 2224 tread = &tu->tqueue[qhead]; in snd_timer_user_read() 2245 if (copy_to_user(buffer, &tu->queue[qhead], in snd_timer_user_read()
|
/openbmc/linux/fs/smb/client/ |
H A D | connect.c | 331 list_for_each_entry_safe(mid, nmid, &server->pending_mid_q, qhead) { in cifs_abort_connection() 335 list_move(&mid->qhead, &retry_list); in cifs_abort_connection() 342 list_for_each_entry_safe(mid, nmid, &retry_list, qhead) { in cifs_abort_connection() 343 list_del_init(&mid->qhead); in cifs_abort_connection() 885 list_del_init(&mid->qhead); in dequeue_mid() 1023 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info() 1027 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info() 1034 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info() 1036 list_del_init(&mid_entry->qhead); in clean_demultiplex_info()
|
H A D | transport.c | 164 list_del_init(&mid->qhead); in delete_mid() 730 list_add_tail(&(*ppmidQ)->qhead, &ses->server->pending_mid_q); in allocate_mid() 833 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async() 909 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() 617 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()
|
H A D | smb1ops.c | 96 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()
|
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 | 1707 struct list_head qhead; /* mids waiting on reply from this server */ member
|
H A D | smb2ops.c | 369 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid() 375 list_del_init(&mid->qhead); in __smb2_find_mid() 4729 list_add_tail(&mid->qhead, in smb2_decrypt_offload()
|